Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swaathi/node-twitter
A twitter bot that auto replies.
https://github.com/swaathi/node-twitter
Last synced: 7 days ago
JSON representation
A twitter bot that auto replies.
- Host: GitHub
- URL: https://github.com/swaathi/node-twitter
- Owner: swaathi
- Created: 2013-12-08T17:09:36.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-07T09:36:27.000Z (almost 11 years ago)
- Last Synced: 2024-10-08T21:40:56.707Z (28 days ago)
- Language: JavaScript
- Homepage:
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Twitter Reply
=====A twitter bot based on 'reply' for NodeJS.
####Local Setup:
All that you need to do is create a new file named runtime.js inside the config folder, and update this:
{
"twitter" : {
"consumer_key" : "",
"consumer_secret" : "",
"access_token_key" : "",
"access_token_secret" : ""
},
"keywords" : "words to match in tweet",
"match" : "a string or regex. (capture groups are allowed)",
"replies" : [
"some reply. Can reference parts of the tweet like [user.screen_name] or regex matches like $1"
],
"max_replies_per_minute" : 6,
"in_reply_to" : true
}
This code is based on: Jesse Ditson's reply bot running on NodeJS
Currently being maintained by Karthik K and Swaathi K