Skip to content

A Tweeter bot that would like, follow, or retweet a tweet based on a keyword. You can even spam a profile with tweets.

License

Notifications You must be signed in to change notification settings

PiyushBhangale/Twitter-Spammer-Bot

Repository files navigation

Twitter bot

This Twitter bot is meant to:

  • Follow everyone following you.
  • Favorite and Retweet a Tweet based on keywords.
  • Reply to a user based on a keyword.

How it works ?

You need to get the following credentials by creating an app on Twitter.

consumer_key = 'consumer key'
consumer_secret = 'consumer secrets'
access_token = 'access token'
access_token_secret = 'access token secret'

To retweet,favourite a tweet or to follow your followers run the following script.
sudo python3 tweet-bot.py
  • Fill in the consumer_key,consumer_secret, access_token and access_token_secret and click Get User button to authenticate.

  • Fill the reply, retweet, favourite and follow with a response yes for the respective functionality to be performed. Here follow with a yes response wil follow all of your followers.

  • The search needs to be filled with the keyword regarding which the tweets will be fetched.

  • The Number of tweets must be filled with a number.

alt text

To spam a users profile with n number of tweets run the following script.
sudo python3 spamteets.py
  • Fill in the authentication details.
  • Enter the tweetId and Username of the profile to be spammed.
  • Enter the spam message and number of times th tweet to be repeated.

alt text

About

A Tweeter bot that would like, follow, or retweet a tweet based on a keyword. You can even spam a profile with tweets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages