Using this bot, you can manage a telegram freelancing channel automaticly. The bot offers useful features for both clients and admin.
Install the required dependencies using pip as indicated in the following line:
amin@Maximus$ pip3 install requirements.txt
After installing the dependencies, please change the content of configs.py. Set the ADMIN_PASSWORD
field, and send it to the bot via the admin user in telegram. The telegram user who sends this string to the bot will be the admin of the bot, and will receive the ads to either accept or reject them.
Change the following parameters in the configs.py
:
BOT_API
: The token of the telegram bot (Get one from Telegram Bot Father)MAIN_CHANNEL
: The telegram name of the channel (The channel should be public)SUPPORT_USER
: The telegram username of the support userBOT_ID
: The telegram ID of the BotADMIN_PASSWORD
: If a user sends this password to the bot, the admin control panel of the bot will be activated for the user