https://github.com/dhowe/ritwit-example
https://github.com/dhowe/ritwit-example
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dhowe/ritwit-example
- Owner: dhowe
- Created: 2020-03-23T11:36:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T22:35:14.000Z (over 3 years ago)
- Last Synced: 2025-02-16T00:29:25.519Z (over 1 year ago)
- Language: JavaScript
- Size: 93.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RiTwit example
A RiTa twitter-bot example using a context-free grammar
### Installing
1. Clone this repository
```shell
$ git clone https://github.com/dhowe/ritwit-example.git
```
2. Install the dependencies
```shell
$ cd ritwit-example
$ npm install
```
3. Using the editor of your choice, add your twitter keys to [config.js](https://github.com/dhowe/ritwit-example/blob/master/config.js)
4. Whne you are ready to tweet, uncomment line 23 in [index.js](https://github.com/dhowe/ritwit-example/blob/master/index.js) and run it:
```shell
$ node index.js
```
5. Verify that your tweets appear on your bot's Twitter page