Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brianshumate/whip-o-matic-twitter
:bird: Wesley Willis inspired Twitter bot
https://github.com/brianshumate/whip-o-matic-twitter
Last synced: 8 days ago
JSON representation
:bird: Wesley Willis inspired Twitter bot
- Host: GitHub
- URL: https://github.com/brianshumate/whip-o-matic-twitter
- Owner: brianshumate
- License: bsd-2-clause
- Created: 2014-01-30T14:05:41.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-01-25T02:58:28.000Z (almost 8 years ago)
- Last Synced: 2023-03-11T01:05:50.662Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://whipomatic.brianshumate.com
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# whip-o-matic Twitter Bot
## Installation & Operation
Please don't install and operate this bot directly as it is mine. Instead,
modify both the code and data in `var` to make your own creation.The `bot.js` in `lib` is a modified version of an example included as part
of the [Twit project](https://github.com/ttezel/twit) and used in compliance
with that project's license.OFFICIAL SHOUT OUT AND MAD PROPS TO TOLGA TEZEL (@ttezel)!
```
cd whip-o-matic-twitter
cp etc/config.js.example etc/config.js
$EDITOR etc/config.js
```
...TIME PASSES, EDIT, EDIT
...
MORE TIME PASSES
```
npm install
node .
```