An open API service indexing awesome lists of open source software.

https://github.com/dhowe/ritwit-example


https://github.com/dhowe/ritwit-example

Last synced: about 1 year ago
JSON representation

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