Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/v21/tracerybot
https://github.com/v21/tracerybot
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/v21/tracerybot
- Owner: v21
- Created: 2015-05-09T12:55:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-12-29T07:26:05.000Z (almost 3 years ago)
- Last Synced: 2024-08-02T14:08:41.088Z (3 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 81
- Watchers: 11
- Forks: 26
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a version of [Cheap Bots, Done Quick!](http://cheapbotsdonequick.com/) that runs as a single bot.
Basic instructions for usage:
- clone this repo to a Linux server
- get it set up as a Node app (install Node, if needed, then run `npm install`)
- create a Twitter app on the developer site, register a Twitter account, do that OAuth dance (maybe using [http://v21.io/iwilldancetheoauthdanceforyou/](http://v21.io/iwilldancetheoauthdanceforyou/) ?)
- put the values you get from that into a file called `.env` (as in `.env_EXAMPLE`)
- add your Tracery code into the `rawGrammar` variable within `bot.js`
- call `run_bot.sh` whenever you want the bot to tweet (ie via `cron`)