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

https://github.com/dhowe/twitter-bot-workshop


https://github.com/dhowe/twitter-bot-workshop

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## Twitterbot Workshop

### Setup

Do the following steps from the terminal:

```
$ mkdir twitter-bot-workshop
$ cd twitter-bot-workshop
$ npm init
$ npm add twit
$ npm add rita
$ touch index.js
```

Your folder should look like this:

Now open your index.js folder and add the following code:

```

```