Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lakshyabatman/100daysofcode-twitter-bot

A Twitter bot made using NodeJS, which automatically tweets #100daysofcode tweet if I forgot to tweet on that day! 🤯
https://github.com/lakshyabatman/100daysofcode-twitter-bot

Last synced: about 2 months ago
JSON representation

A Twitter bot made using NodeJS, which automatically tweets #100daysofcode tweet if I forgot to tweet on that day! 🤯

Awesome Lists containing this project

README

        

# 100daysofcode twitter bot

A simple Twitter bot which will tweets "#100daysofcode" tweet for you if you forget to do so !

## Installation

- `npm i`
- Add a file `.env` in root directory with key values as,

```
CONSUMER_KEY=
CONSUMER_SECRET=
ACCESS_TOKEN=
ACCESS_TOKEN_SECRET=
USER_NAME=
USER_ID=
APP_NAME=
GITHUB_URL=
PORT=
```

- Run app `npm start`.

### That's it! Happy coding!