Skip to content

SpEcHiDe/PyroJsonDumpBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram MtProto meta-data

A Telegram robot based on Pyrogram

installing

Clone the repository and run the main file:

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, and get the Telegram API token.

  • APP_ID

  • API_HASH: Get these two values from my.telegram.org/apps.

    • N.B.: if Telegram is blocked by your ISP, try our Telegram bot to get the IDs.

Credits, and Thanks to

Releases

No releases published

Packages

No packages published