This is a console application twitter competition bot, it will search for keywords, filter tweets and then retweet.
These instructions will get you a copy of the project up and running on your local machine.
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