https://github.com/sameetandpotatoes/illuminatius_bot
Twitter Bot that detects tweets that mention "3" and retweets back to them with a joke.
https://github.com/sameetandpotatoes/illuminatius_bot
Last synced: about 1 month ago
JSON representation
Twitter Bot that detects tweets that mention "3" and retweets back to them with a joke.
- Host: GitHub
- URL: https://github.com/sameetandpotatoes/illuminatius_bot
- Owner: sameetandpotatoes
- Created: 2015-04-05T17:55:03.000Z (over 11 years ago)
- Default Branch: dev
- Last Pushed: 2016-02-15T02:12:09.000Z (over 10 years ago)
- Last Synced: 2025-12-19T08:15:30.875Z (7 months ago)
- Language: JavaScript
- Size: 3.77 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Installation
=========
1. Clone this repository
2. `touch config.js`
3. Open up config.js, copy the below template, and fill in with your Twitter developer credentials.
4. `npm install`.
exports.twitterAccess = {
"consumer_key": '',
"consumer_secret": '',
"access_token": '',
"access_token_secret": ''
};
exports.screen_name = "";
Configuration
============
- There are some variables you can change. For instance, to modify tweets and "bad" uses of 3 in tweets,
check out `three_tagline.js` and `usesofthree.js`
- To make sure this bot doesn't get banned, I prevent posting to the same user more than once by storing
their names in a queue. If you implement this bot, make sure you are not spamming users.
- Currently, I post every 7200000 ms (2 hours), but you can change that.
URL
=========
http://www.twitter.com/illuminatius3