Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jedahan/twitter-bot
dangerous twitter bots for @tegabrain
https://github.com/jedahan/twitter-bot
Last synced: 7 days ago
JSON representation
dangerous twitter bots for @tegabrain
- Host: GitHub
- URL: https://github.com/jedahan/twitter-bot
- Owner: jedahan
- Created: 2015-04-13T20:47:45.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-13T20:50:55.000Z (almost 10 years ago)
- Last Synced: 2025-01-09T22:58:38.297Z (15 days ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Twitter Bot with frontend example
## WARNING
**YO YO LISTEN UP**
Twitter does not recognize artificial intelligences and a legitimate use of its service. Things that will get you banned:
* only replying to people, never writing your own stuff
* writing the same thing over and over, or very similar variants of stuffYour account will be banned, so make sure to use alt accounts.
So I would recommend doing something interesting with the data, over making something that is chatty. Bots that do status updates are ok.
## Dependencies
* [node.js][] (`brew install node`)
## Getting the code
* `git clone https://github.com/jedahan/twitter-bot.git`
## Installation
* `npm install` will install node libraries
* Put your twitter credentials in `credentials.json`, (`mv credentials.json{.template,} && subl credentials.json`)## Running
* `npm start` will start the sample server
## Deploying
heroku create
git push heroku master[node.js]: nodejs.org