alamehmazen123 / TwitterEngagementBot

Bot to increase engagement with Likes,DMs, Follow/Unfollow, etc. With Twitter api it is giving 10+ followers/day. Within 1 month got followed by 70+ twitter’s verified account.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Twitter Engagement Bot

Introducing twitter engagement bot! It allows you to do automate a variety of twitter tasks!

  1. Follow back users that follow you.
  2. Follow the followers of another user.
  3. Follow users based on a keyword.
  4. Follow users who retweeted a tweet.
  5. Unfollow users that don't follow you back.
  6. Unfollow all users.
  7. Like tweets based on a keyword.
  8. Unlike all of your tweets.
  9. Send a DM to users that follow you.
  10. Get follower and following count.

What? Why I an here?

Bot to increase engagement with Likes,DMs, Follow/Unfollow, etc.
With Twitter api it is giving 10+ followers/day.
Within 1 month got followed by 70+ twitter’s verified account.

Here are some proofs:





Prerequisites

Only you need is tweepy !

pip install tweepy

Additionally, set up the config.json file.

Setting up config.json file

This file is the heart of the bot. You must place your twitter auth info in the auth object. Everything has been labeled that what to set it up.

Note: Make sure to clear all of the other fields if you do not want to follow based on keyword, whitelist, DM, etc! If you do, simply place your words in the corresponding list separated by quotations and commas like what I have in the file right now.

Author

nikhilverma360

About

Bot to increase engagement with Likes,DMs, Follow/Unfollow, etc. With Twitter api it is giving 10+ followers/day. Within 1 month got followed by 70+ twitter’s verified account.

License:MIT License


Languages

Language:Python 100.0%