Skip to content

This is a twitter competition bot, it will search for keywords, filter tweets and then retweet.

Notifications You must be signed in to change notification settings

RuddyOne/TwitterBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

No Longer Supported

TwitterBot

This is a console application twitter competition bot, it will search for keywords, filter tweets and then retweet.

Getting Started

These instructions will get you a copy of the project up and running on your local machine.

Installing

Go to releases to download this program

Pick the latest build in the release tab

Change information the config.json file to your own (should look something like below)

{
  "SearchKeywords": [
    "rt to win",
    "retweet and win",
    "giveaway"
  ],
  "IgnoreKeywords": [],
  "ConsumerKey": "Your Consumer Key",
  "ConsumerSecret": "Your Consumer Secret",
  "AccessToken": "Your Access Token",
  "AccessSecret": "Your Access Secret",
  "LastTweetId": 0,
  "TweetDelay": 60000
}

Run "TwitterBot.exe", simple as that!

"Config.json" must be in the same directory as "TwitterBot.exe"

#Legal

This Project is in no way affiliated with, authorized, maintained, sponsored or endorsed by Twitter, Inc. or any of its affiliates or subsidiaries. This is an independent and unofficial application for educational use ONLY. Using the Project might be against the TOS

About

This is a twitter competition bot, it will search for keywords, filter tweets and then retweet.

Resources

Stars

Watchers

Forks

Packages

No packages published