https://github.com/spechide/pyrojsondumpbot
available on Telegram as: https://telegram.dog/PyroJsonDumpBot
https://github.com/spechide/pyrojsondumpbot
Last synced: over 1 year ago
JSON representation
available on Telegram as: https://telegram.dog/PyroJsonDumpBot
- Host: GitHub
- URL: https://github.com/spechide/pyrojsondumpbot
- Owner: SpEcHiDe
- License: agpl-3.0
- Created: 2019-12-14T06:52:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-21T03:52:49.000Z (over 2 years ago)
- Last Synced: 2025-03-30T14:11:37.659Z (over 1 year ago)
- Language: Python
- Size: 31.3 KB
- Stars: 7
- Watchers: 1
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Telegram MtProto meta-data
A Telegram robot based on [Pyrogram](https://github.com/pyrogram/pyrogram)
## installing
Clone the repository and run the main file:
```sh
git clone https://github.com/SpEcHiDe/PyroJsonDumpBot.git
cd PyroJsonDumpBot
python3 -m venv venv
. ./venv/bin/activate
pip install -r requirements.txt
export APP_ID=6 API_HASH="eb06d4abfb49dc3eeb1aeb98ae0f581e" TG_BOT_TOKEN="93372553:AAFNrcXeRFJGIaSsQA4wf81JX7TgQZQJmzI"
python3 -m pyrobot
```
### Variable Explanations
##### Mandatory Variables
* `TG_BOT_TOKEN`: Create a bot using [@BotFather](https://telegram.dog/BotFather), and get the Telegram API token.
* `APP_ID`
* `API_HASH`: Get these two values from [my.telegram.org/apps](https://my.telegram.org/apps).
* N.B.: if Telegram is blocked by your ISP, try our [Telegram bot](https://telegram.dog/UseTGXBot) to get the IDs.
## Credits, and Thanks to
* [Dan Tès](https://telegram.dog/haskell) for his [Pyrogram Library](https://github.com/pyrogram/pyrogram)