Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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! 🤯
- Host: GitHub
- URL: https://github.com/lakshyabatman/100daysofcode-twitter-bot
- Owner: lakshyabatman
- Created: 2020-11-08T14:41:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-12T19:06:56.000Z (about 4 years ago)
- Last Synced: 2024-11-05T16:54:24.974Z (3 months ago)
- Language: JavaScript
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!