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

https://github.com/nirvanush/whale-alerts-twitter-bot

Based on Ka-Ching notifications service
https://github.com/nirvanush/whale-alerts-twitter-bot

Last synced: 6 days ago
JSON representation

Based on Ka-Ching notifications service

Awesome Lists containing this project

README

        

## Whale Alert Twitter Bot for [KaChing Service](https://twitter.com/kaching_ergo)

### How to get started
```
git clone whale-alert-twitter
cd whale-alert-twitter
npm i

npm run dev // start dev server
npm run deploy-prod // deploy to AWS.

```

- Follow those guides to setup your Twitter App with all related keys
https://dev.to/dom_the_dev/build-an-automatically-updating-twitter-header-with-nodejs-and-twitter-api-2g2d
https://vhudyma-blog.eu/post-a-tweet-using-twitter-api/

- Create AWS account and set credentials following this guide
https://www.serverless.com/framework/docs/providers/aws/guide/credentials/