This is a telegram bot that aims peer to peer growth on instagram presence right from telegram
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
This is a peer to peer engagement bot on telegram for instagram users to boost their online presence, with more likes and comments.
To participant is the engagement poll and get other people to follow, like and comment on your post, you need to have first (at the very least like) all the post on the active Dx list of users given to you by the Manager Bot. Your post to join the pod list is being verified by checking if you have liked and commented on the existing list of users.
If you are approved, your link is added to the Dx list pushing the first link out. This keeps the list in a loop which is relative to the engagement activity.
This application is built with python at the core and the most functionality with the friendly and fast client libraries for telegram and instagram.
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!
See the open issues for a list of proposed features (and known issues).
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
Distributed under the MIT License. See LICENSE
for more information.
My Website - www.codefred.me