https://github.com/dhowe/twitter-bot-workshop
https://github.com/dhowe/twitter-bot-workshop
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dhowe/twitter-bot-workshop
- Owner: dhowe
- Created: 2020-03-21T04:25:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T22:23:02.000Z (over 3 years ago)
- Last Synced: 2025-04-12T03:57:46.667Z (about 1 year ago)
- Language: JavaScript
- Size: 366 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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:
```
```