The importance of marketing has always been inevitable to neglect for growing businesses seeking to reach more of it's target users. This telegram application seeks to meet the goal of sharing vital content to members of specified target groups/channels (excluding the registered administrators of that group). In addition to that, each of the sent messages are recorded and by default, deleted after two(2) hours to protect which ever account the user uses, from ban.
From the perspective of a user trying to market his/her services or products, this bot would go a long way without you having to worry about engaging with users individually. And when a user finds the content interesting, you receive a feedback which gives the user a call to action right away with their first customer.
For group owners/admins, this bot can serve an a direct broadcaster of important or urgent information straight to the members of the group. This prevent you from worrying about who has seen the message on the group or not, because they have all received it individually.
pip3 install -r requirements.txt
To use this application as your own, follow these simple steps;
-
Fork this repository (
git clone https://github.com/Pycomet/telegram-group-engagement-bot.git
) -
Create a
.env
file with the following dataTOKEN
- This is the telegram bot token from@botfather
USERNAME
- Instagram account usernamePASSWORD
- Instagram account passwordWEBHOOK_URL
- Pre-defined web hook to be used for the appADMIN_ID
- Admin telegram ID for special accessGROUP_ID
- Telegram group to be managed the bot for receiving engagement links
-
Goto
config.py
and setDEBUG
to "True" to run locally and "False" to run in production -
Run the entrypoint file
python app.py
Enjoy!
Give a ⭐️ if this project helped you!
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
👤 Codefred(Alfred Emmanuel Inyang)
- Website: www.codedfred.me
- Twitter: @code_fredy
- Github: @Pycomet
- LinkedIn: @alfredemmanuelinyang
This README was generated with ❤️ by readme-md-generator