Skip to content
A Javascript bot that searches recent tweets about contests (based on retweeting) and retweets them (+ favorites and follows if necessary). Inspired by http://www.hscott.net/twitter-contest-winning-as-a-service/
Branch: master
Clone or download
Pull request Compare This branch is 20 commits behind raulrene:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.gitignore
LICENCE.md
README.md
api-functions.js
api-usage-examples.js
config.js
index.js
package.json

README.md

Twitter contest JS bot

A Javascript bot that searches for tweets about contests and Retweets them. If necessary, it also Favorites the tweet or Follows the user. It ignores tweets from blocked users.

Inspired by http://www.hscott.net/twitter-contest-winning-as-a-service/

##Disclaimer

This bot is written purely for educational purposes. I hold no liability for what you do with this bot or what happens to you by using this bot. Abusing this bot can get you banned from Twitter, so make sure to read up on proper usage of the Twitter API.

##Installation

  • Make sure you have NodeJS up and running
  • git clone the repository, or download the zip file and unzip it
  • npm install in the directory where you cloned the repository (this is needed for installing dependencies)
  • Edit the config.js file with your Twitter API Credentials
  • run node index.js

Dependencies

It makes use of the request-promise library, a HTTP JS client.

Alternatives

If you're looking for similar projects in alternative languages, check these out:

Licence

The code is open-source and available under the MIT Licence. More details in the LICENCE.md file.

You can’t perform that action at this time.