Telegram-Invite-Users-From-Source-To-Destination-Group
Telegram-Invite-Users-From-Source-To-Destination-Group copied to clipboard
This application invite users in Telegram from a source to destination group.
trafficstars
Telegram App - Invite Users Between Groups
This application invites users in Telegram from a source to destination group.
Main engine was writen in Python thanks to and User interface in NodeJS
INSTALLING APPLICATION
Requirements
This is a Python and NodeJS application and you need follow things in your operating system:
- GIT
- Python 3
- pip3
- Nodejs
- NPM
Running APP
Engine Part with Python
- cd engine
- pip3 install Telethon
- pip3 install Telethon-sync
- pip3 install PySocks
- pip3 install peewee
- pip3 install colorama
- pip3 install pprint
GUI part with ElectronJS
- cd gui
- npm install
- npm start