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
- Host: GitHub
- URL: https://github.com/nirvanush/whale-alerts-twitter-bot
- Owner: nirvanush
- License: mit
- Created: 2022-07-03T12:56:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-07T19:37:23.000Z (over 2 years ago)
- Last Synced: 2023-03-05T16:22:01.915Z (about 2 years ago)
- Language: TypeScript
- Size: 467 KB
- Stars: 2
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-ergo - Whale Alerts Twitter Bot - Bot for monitoring and reporting large Ergo transactions on Twitter. [`TS`?] *(Community)* (🤝 Community & Resources <a id="community--resources"></a> / 🔩 Utilities <a id="utilities"></a>)
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 inpm 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/