A Telegram Userbot built with PyroFork, created as a project for my DCA course.
git clone https://github.com/IRON-M4N/Furina-tg.git
cd Furina-tgpip install -r requirements.txtCreate a .env file with the following content:
API_ID=12345
API_HASH=abcdef1234567890abcdef1234567890
PREFIX=!
MODE=private- Visit https://my.telegram.org.
- Log in using your Telegram phone number.
- Click on API Development Tools.
- Fill in the form with any app name and short name.
- After submitting, you will get your API ID and API HASH.
Important
These credentials are required for userbots using Pyrogram (MTProto). They are not the same as a bot token.
bash run.shOn first run, you'll be prompted for your phone number and OTP.
- Plugin-based command system
- Customizable prefix and mode
- Auto-restarts
- Simple and easy to use
Important
After deploying, It's better to add your .env variables manually in the Secrets (Environment Variables) tab.
