Skip to content

this bot will generate query ids for the telegram mini apps

Notifications You must be signed in to change notification settings

Ubada12/query_id

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

26 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ› οΈ How to Set Up Your Query ID Extractor Bot πŸ› οΈ

1. Install required libraries πŸ“¦

Run this in your terminal:

pip install -r requirements.txt

2. Edit the .env file πŸ“

After installation, open the .env file in a text editor and update the following parameters:

  • API ID
  • API Hash
  • Bot Usernames

Save the file after making changes. πŸ’Ύ

3. Create or transfer session files πŸ“‚

You have two options for handling session files:

  • Create sessions: use your bot to generate session files.
  • Paste existing sessions: if you already have session files, put the sessions folder into the same directory where your bot files are located.

Notes:

  • Ensure your session files are in string format.
  • Pyrogram session files are not accepted. If you have Pyrogram sessions, convert them into string format before proceeding.

4. Run the bot πŸš€

Start the bot with:

python menu.py

πŸŽ‰ That's it! Enjoy using your Query ID Extractor Bot! πŸŽ‰

About

this bot will generate query ids for the telegram mini apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published