├── .banners ├── banner_de.png ├── banner_en.png ├── banner_es.png ├── banner_fr.png ├── banner_it.png └── banner_ru.png ├── .gitignore ├── README.md ├── README_de.md ├── README_es.md ├── README_fr.md ├── README_it.md ├── README_ru.md └── dist ├── __init__.py └── start.py /.banners/banner_de.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markolofsen/stock_exchange_script/0d4baaf846bdceb4362f4bde93ac77009b98af31/.banners/banner_de.png -------------------------------------------------------------------------------- /.banners/banner_en.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markolofsen/stock_exchange_script/0d4baaf846bdceb4362f4bde93ac77009b98af31/.banners/banner_en.png -------------------------------------------------------------------------------- /.banners/banner_es.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markolofsen/stock_exchange_script/0d4baaf846bdceb4362f4bde93ac77009b98af31/.banners/banner_es.png -------------------------------------------------------------------------------- /.banners/banner_fr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markolofsen/stock_exchange_script/0d4baaf846bdceb4362f4bde93ac77009b98af31/.banners/banner_fr.png -------------------------------------------------------------------------------- /.banners/banner_it.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markolofsen/stock_exchange_script/0d4baaf846bdceb4362f4bde93ac77009b98af31/.banners/banner_it.png -------------------------------------------------------------------------------- /.banners/banner_ru.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markolofsen/stock_exchange_script/0d4baaf846bdceb4362f4bde93ac77009b98af31/.banners/banner_ru.png -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | # Created by https://www.gitignore.io/api/macos,node 3 | # Edit at https://www.gitignore.io/?templates=macos,node 4 | 5 | ### macOS ### 6 | # General 7 | .DS_Store 8 | .AppleDouble 9 | .LSOverride 10 | 11 | # Icon must end with two \r 12 | Icon 13 | 14 | # Thumbnails 15 | ._* 16 | 17 | # Files that might appear in the root of a volume 18 | .DocumentRevisions-V100 19 | .fseventsd 20 | .Spotlight-V100 21 | .TemporaryItems 22 | .Trashes 23 | .VolumeIcon.icns 24 | .com.apple.timemachine.donotpresent 25 | 26 | # Directories potentially created on remote AFP share 27 | .AppleDB 28 | .AppleDesktop 29 | Network Trash Folder 30 | Temporary Items 31 | .apdisk 32 | 33 | ### Node ### 34 | # Logs 35 | logs 36 | *.log 37 | npm-debug.log* 38 | yarn-debug.log* 39 | yarn-error.log* 40 | 41 | # Runtime data 42 | pids 43 | *.pid 44 | *.seed 45 | *.pid.lock 46 | 47 | # Directory for instrumented libs generated by jscoverage/JSCover 48 | lib-cov 49 | 50 | # Coverage directory used by tools like istanbul 51 | coverage 52 | 53 | # nyc test coverage 54 | .nyc_output 55 | 56 | # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) 57 | .grunt 58 | 59 | # Bower dependency directory (https://bower.io/) 60 | bower_components 61 | 62 | # node-waf configuration 63 | .lock-wscript 64 | 65 | # Compiled binary addons (https://nodejs.org/api/addons.html) 66 | build/Release 67 | 68 | # Dependency directories 69 | node_modules/ 70 | jspm_packages/ 71 | 72 | # TypeScript v1 declaration files 73 | typings/ 74 | 75 | # Optional npm cache directory 76 | .npm 77 | 78 | # Optional eslint cache 79 | .eslintcache 80 | 81 | # Optional REPL history 82 | .node_repl_history 83 | 84 | # Output of 'npm pack' 85 | *.tgz 86 | 87 | # Yarn Integrity file 88 | .yarn-integrity 89 | 90 | # dotenv environment variables file 91 | .env 92 | 93 | # parcel-bundler cache (https://parceljs.org/) 94 | .cache 95 | 96 | # next.js build output 97 | .next 98 | 99 | # nuxt.js build output 100 | .nuxt 101 | 102 | # vuepress build output 103 | .vuepress/dist 104 | 105 | # Serverless directories 106 | .serverless/ 107 | 108 | # FuseBox cache 109 | .fusebox/ 110 | 111 | #DynamoDB Local files 112 | .dynamodb/ 113 | 114 | # End of https://www.gitignore.io/api/macos,node 115 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |

🛠️ This repository was created using the GitUpload.

2 |

3 |

Languages:
🇩🇪 Deutsch | 🇬🇧 English | 🇪🇸 Spanish | 🇫🇷 French | 🇮🇹 Italian | 🇷🇺 Russian

4 | 5 | --- 6 | 7 | # Crypto Exchange Service Script! 8 | ### Works similarly to localbitcoins. 9 | 10 | * Modern interface 11 | * Multilingual support 12 | * System search applications 13 | * Speed parsing offers from localbitcoins.com 14 | * User account 15 | * Chats between buyer and seller 16 | * User profiles 17 | * Reviews and rating system 18 | * Escrow secure transaction mechanism 19 | * Dispute Management System 20 | * Project Administration System 21 | * Real time error notifications 22 | 23 | 24 | ### Other 25 | * SEO optimization 26 | * Mobile interface adaptation 27 | 28 | ## Technologies 29 | ReactJS, Python (Django), MySQL 30 | 31 | [[HR]] 32 | 33 | Version = 0.0.2
34 | Library name = stock_exchange_script
35 | Title = Stock Exchange Script — FREE
36 | Keywords = stock script exchange crypto currency system binance developing free bitcoin
37 | 38 | 39 | Contact us kupi@kupi.net 40 | 41 | 42 | 43 | --- 44 | 45 |

🛠️ This repository was created using the GitUpload.

-------------------------------------------------------------------------------- /README_de.md: -------------------------------------------------------------------------------- 1 |

🛠️ Dieses Repository wurde mit GitUpload erstellt.

2 |

3 |

Languages:
🇩🇪 Deutsch | 🇬🇧 English | 🇪🇸 Spanish | 🇫🇷 French | 🇮🇹 Italian | 🇷🇺 Russian

4 | 5 | --- 6 | 7 | # Crypto Exchange Service Script! 8 | Funktioniert ähnlich wie Localbitcoins. 9 | 10 | * Moderne Schnittstelle 11 | * Mehrsprachige Unterstützung 12 | * System-Suchanwendungen 13 | * Geschwindigkeitsanalyse-Angebote von localbitcoins.com 14 | * Benutzerkonto 15 | * Chats zwischen Käufer und Verkäufer 16 | * Benutzerprofil 17 | * Reviews und Bewertungssystem 18 | * Sicherer Transaktionsmechanismus durch Übertragungsurkunde 19 | * Dispute Management System 20 | * Projektverwaltungssystem 21 | * Echtzeit-Fehlerbenachrichtigungen 22 | 23 | 24 | ### Andere 25 | * SEO-Optimierung 26 | * Anpassung der mobilen Schnittstelle 27 | 28 | ## Technologies 29 | ReactJS, Python (Django), MySQL 30 | 31 | [[HR]] 32 | 33 | Version = 0.0.2
34 | Bibliotheksname = stock_exchange_script
35 | Titel = Stock Exchange Script — FREE
36 | Schlüsselwörter = stock script exchange crypto currency system binance developing free bitcoin
37 | 38 | 39 | Kontaktieren Sie uns kupi@kupi.net 40 | 41 | 42 | --- 43 | 44 |

🛠️ Dieses Repository wurde mit GitUpload erstellt.

-------------------------------------------------------------------------------- /README_es.md: -------------------------------------------------------------------------------- 1 |

🛠️ Este repositorio fue creado usando el GitUpload.

2 |

3 |

Languages:
🇩🇪 Deutsch | 🇬🇧 English | 🇪🇸 Spanish | 🇫🇷 French | 🇮🇹 Italian | 🇷🇺 Russian

4 | 5 | --- 6 | 7 | # Crypto Exchange Service Script! 8 | ### Funciona de manera similar a las localbitcoins. 9 | 10 | * Interfaz moderna 11 | * Soporte multilingüe. 12 | * Aplicaciones de búsqueda del sistema. 13 | * Ofertas de análisis de velocidad de localbitcoins.com 14 | * Cuenta de usuario 15 | * Chats entre comprador y vendedor. 16 | * Perfiles de usuario 17 | * Opiniones y sistema de calificación. 18 | * Mecanismo seguro de transacción 19 | * Sistema de gestión de conflictos. 20 | * Sistema de administración de proyectos. 21 | * Notificaciones de error en tiempo real. 22 | 23 | 24 | ### Otro 25 | * Optimización SEO 26 | * Adaptación de la interfaz móvil. 27 | 28 | ## Tecnologías 29 | ReactJS, Python (Django), MySQL 30 | 31 | [[HR]] 32 | 33 | Versión = 0.0.2
34 | Nombre de la biblioteca = stock_exchange_script
35 | Título = Stock Exchange Script — FREE
36 | Palabras clave = stock script exchange crypto currency system binance developing free bitcoin
37 | 38 | 39 | Contacta con nosotros kupi@kupi.net 40 | 41 | 42 | --- 43 | 44 |

🛠️ Este repositorio fue creado usando el GitUpload.

-------------------------------------------------------------------------------- /README_fr.md: -------------------------------------------------------------------------------- 1 |

🛠️ Ce référentiel a été créé en utilisant le GitUpload.

2 |

3 |

Languages:
🇩🇪 Deutsch | 🇬🇧 English | 🇪🇸 Spanish | 🇫🇷 French | 🇮🇹 Italian | 🇷🇺 Russian

4 | 5 | --- 6 | 7 | # Crypto Exchange Service Script! 8 | ### Fonctionne de la même manière que localbitcoins. 9 | 10 | * Interface moderne 11 | * Support multilingue 12 | * Applications de recherche système 13 | * Offres d'analyse de vitesse de localbitcoins.com 14 | * Compte d'utilisateur 15 | * Chats entre l'acheteur et le vendeur 16 | * Des profils d'utilisateurs 17 | * Avis et système de notation 18 | * Mécanisme de transaction sécurisée d'engagement 19 | * Système de gestion des litiges 20 | * Système d'administration de projet 21 | * Notifications d'erreur en temps réel 22 | 23 | 24 | ### Autre 25 | * Optimisation SEO 26 | * Adaptation de l'interface mobile 27 | 28 | ## Les technologies 29 | ReactJS, Python (Django), MySQL 30 | 31 | [[HR]] 32 | 33 | Version = 0.0.2
34 | Nom de la bibliothèque = stock_exchange_script
35 | Titre = Stock Exchange Script — FREE
36 | Mots-clés = stock script exchange crypto currency system binance developing free bitcoin
37 | 38 | 39 | Contactez-nous kupi@kupi.net 40 | 41 | 42 | --- 43 | 44 |

🛠️ Ce référentiel a été créé en utilisant le GitUpload.

-------------------------------------------------------------------------------- /README_it.md: -------------------------------------------------------------------------------- 1 |

🛠️ Questo repository è stato creato usando GitUpload.

2 |

3 |

Languages:
🇩🇪 Deutsch | 🇬🇧 English | 🇪🇸 Spanish | 🇫🇷 French | 🇮🇹 Italian | 🇷🇺 Russian

4 | 5 | --- 6 | 7 | # Script Crypto Exchange Service! 8 | ### Funziona in modo simile a localbitcoin. 9 | 10 | * Interfaccia moderna 11 | * Supporto multilingue 12 | * Applicazioni di ricerca del sistema 13 | * Offerte di analisi della velocità da localbitcoins.com 14 | * Account utente 15 | * Chat tra compratore e venditore 16 | * Profili utente 17 | * Recensioni e sistema di valutazione 18 | * Impegno meccanismo di transazione sicura 19 | * Sistema di gestione delle controversie 20 | * Sistema di amministrazione del progetto 21 | * Notifiche di errore in tempo reale 22 | 23 | 24 | ### Altro 25 | * Ottimizzazione SEO 26 | * Adattamento dell'interfaccia mobile 27 | 28 | ## Tecnologie 29 | ReactJS, Python (Django), MySQL 30 | 31 | [[HR]] 32 | 33 | Versione = 0.0.2
34 | Nome libreria = stock_exchange_script
35 | Title = Stock Exchange Script — FREE
36 | Parole chiave = stock script exchange crypto currency system binance developing free bitcoin
37 | 38 | 39 | Contattaci kupi@kupi.net 40 | 41 | 42 | --- 43 | 44 |

🛠️ Questo repository è stato creato usando GitUpload.

-------------------------------------------------------------------------------- /README_ru.md: -------------------------------------------------------------------------------- 1 |

🛠️ Этот репозиторий был создан с использованием GitUpload.

2 |

3 |

Languages:
🇩🇪 Deutsch | 🇬🇧 English | 🇪🇸 Spanish | 🇫🇷 French | 🇮🇹 Italian | 🇷🇺 Russian

4 | 5 | --- 6 | 7 | # Скрипт сервиса Crypto Exchange! 8 | ### Работает аналогично местным ,биткоинам. 9 | 10 | * Современный интерфейс 11 | * Многоязычная поддержка 12 | * Система поиска приложений 13 | * Скорость разбора предложения от localbitcoins.com 14 | * Учетная запись пользователя 15 | * Чаты между покупателем и продавцом 16 | * Профили пользователей 17 | * Отзывы и рейтинговая система 18 | * Escrow безопасный механизм транзакций 19 | * Система управления спорами 20 | * Система управления проектами 21 | * Уведомления об ошибках в реальном времени 22 | 23 | 24 | ### Другой 25 | * SEO оптимизация 26 | * Адаптация мобильного интерфейса 27 | 28 | ## Технологии 29 | ReactJS, Python (Django), MySQL 30 | 31 | [[HR]] 32 | 33 | Версия = 0.0.2
34 | Название библиотеки = stock_exchange_script
35 | Название = Stock Exchange Script — FREE
36 | Ключевые слова = stock script exchange crypto currency system binance developing free bitcoin
37 | 38 | 39 | Свяжитесь с нами kupi@kupi.net 40 | 41 | 42 | --- 43 | 44 |

🛠️ Этот репозиторий был создан с использованием GitUpload.

-------------------------------------------------------------------------------- /dist/__init__.py: -------------------------------------------------------------------------------- 1 | __all__ = 'DEMO', 2 | # __version__ = '2.3.0' 3 | 4 | 5 | from .start import DEMO 6 | -------------------------------------------------------------------------------- /dist/start.py: -------------------------------------------------------------------------------- 1 | 2 | 3 | class DEMO(): 4 | 5 | def test(self, var): 6 | print('Your variable is: {}'.format(var)) 7 | 8 | 9 | 10 | if __name__ == '__main__': 11 | pass 12 | 13 | DEMO().test('ok') 14 | --------------------------------------------------------------------------------