Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rockscripts/telegram-invite-users-from-source-to-destination-group
This application invite users in Telegram from a source to destination group.
https://github.com/rockscripts/telegram-invite-users-from-source-to-destination-group
electron invite-users nodejs python telegram telegram-bot
Last synced: about 2 months ago
JSON representation
This application invite users in Telegram from a source to destination group.
- Host: GitHub
- URL: https://github.com/rockscripts/telegram-invite-users-from-source-to-destination-group
- Owner: rockscripts
- License: mit
- Created: 2018-08-02T10:55:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-04T07:36:07.000Z (over 6 years ago)
- Last Synced: 2023-10-20T02:53:20.149Z (about 1 year ago)
- Topics: electron, invite-users, nodejs, python, telegram, telegram-bot
- Language: Python
- Size: 933 KB
- Stars: 21
- Watchers: 3
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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
Contact me if you have any questions: [email protected]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