Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ekliptor/cashwhale
A BitcoinCash BCH WhaleAlert twitter bot.
https://github.com/ekliptor/cashwhale
bitcoin bitconcash cryptocurrency trading twitter
Last synced: 2 months ago
JSON representation
A BitcoinCash BCH WhaleAlert twitter bot.
- Host: GitHub
- URL: https://github.com/ekliptor/cashwhale
- Owner: Ekliptor
- License: mit
- Created: 2020-07-05T18:08:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-18T09:23:09.000Z (over 1 year ago)
- Last Synced: 2024-06-20T03:45:29.959Z (7 months ago)
- Topics: bitcoin, bitconcash, cryptocurrency, trading, twitter
- Language: Go
- Homepage:
- Size: 146 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CashWahle
A twitter bot to tweet about large amounts of BitcoinCash (BCH) funds
moving on-chain. It is using [BCHD](https://github.com/gcash/bchd) as a full node.You can follow [@WhaleAlertBch](https://twitter.com/WhaleAlertBch) to see tweets of this bot.
## Building from source
### Requirements
```
Go >= 1.13
```### Installation
1. Rename the `config.example.yaml` file in the root to `config.yaml` and
customize your settings (BCHD address, Twitter API, ...)2. In the project root directory, just run:
```
./scripts/build.sh
./bin/cashwhale watch
```### Running tests
In the project root directory, just run:
```
./scripts/test.sh
```## ToDo
- wait for [GoSlp](https://github.com/simpleledgerinc/GoSlp) and BCHD to support it so we can
tweet about SLP transactions## Contact
Follow me on [Twitter](https://twitter.com/ekliptor) and [Memo](https://memo.cash/profile/1JFKA1CabVyX98qPRAUQBL9NhoTnXZr5Zm).