https://github.com/bluepropane/telegram-server
Telegram API server that is able to send/receive messages using a real account & number instead of a bot handle.
https://github.com/bluepropane/telegram-server
telegram telegram-api
Last synced: about 1 year ago
JSON representation
Telegram API server that is able to send/receive messages using a real account & number instead of a bot handle.
- Host: GitHub
- URL: https://github.com/bluepropane/telegram-server
- Owner: bluepropane
- License: gpl-3.0
- Created: 2017-04-11T08:13:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-17T11:04:39.000Z (about 8 years ago)
- Last Synced: 2025-02-05T19:47:45.648Z (over 1 year ago)
- Topics: telegram, telegram-api
- Language: Python
- Homepage:
- Size: 1.77 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# telegram-server
Telegram server that is able to send/receive messages using a human account + number instead of a bot handle.
### Dependencies
`telegram-server` requires the C-based [telegram-cli](https://github.com/vysheng/tg) to communicate using the Telegram Mobile protocol.
The `telegram-cli` binary file will be compiled from source during initial setup so you just have to run `setup.sh` in the root folder.
If, for some reason, the compilation during setup fails, please follow the instructions on the repo itself (https://github.com/vysheng/tg) and place the compiled folder in the `telegram-server` root folder.