This is a Telegram bot created using Python and PyTelegramBotAPI that allows users to refer their friends to the bot and earn rewards in return. The bot is designed to keep track of user referrals and assign rewards based on the number of successful referrals made.
- Clone the repository to your local machine
- Install the dependencies using
pip install -r requirements.txt
- Create a Telegram bot using BotFather and get your bot token
- Update the
main.py
file with your bot token - Run the bot using
python main.py
Once the bot is running, users can interact with it by messaging it on Telegram. They can use the /start
command to begin the referral process and receive their referral link. They can then share this link with their friends, who can use it to join the bot. The bot will automatically keep track of successful referrals and assign rewards accordingly.
This project was created by Arman Idrisi.
This project is licensed under the MIT License - see the LICENSE file for details.