Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/EmDecay/solana-sales-watcher
Watch a mint address for sales on the blockchain and report on what you see
https://github.com/EmDecay/solana-sales-watcher
Last synced: 3 months ago
JSON representation
Watch a mint address for sales on the blockchain and report on what you see
- Host: GitHub
- URL: https://github.com/EmDecay/solana-sales-watcher
- Owner: EmDecay
- License: gpl-2.0
- Created: 2021-09-11T22:18:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-01T04:33:05.000Z (over 2 years ago)
- Last Synced: 2024-07-31T08:14:31.174Z (6 months ago)
- Language: Python
- Size: 40 KB
- Stars: 22
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - EmDecay/solana-sales-watcher - Watch a mint address for sales on the blockchain and report on what you see (Python)
README
# solana-sales-watcher
Solana sales bot, written in Python. The initial idea/concept was a collaboration with oink_capital, however the bot has been significantly improved and enhanced since then. It depends on the libraries in the `requirements.txt` file, with the addition of https://github.com/samuelvanderwaal/metaplex_decoder_py (which is essentially a wrapper around Rust deserialization code necessary for the bot to properly get the metadata it needs).The current iteration of Tweet code is unfinished; I plan on completing it pretty soon, but for now, the bot will collect and store sales in a SQLite database. Once functional, the Tweet code will run separate from the code to gather sales; this allows the code to be modular and run in containers or a k8s cluster if you so desire (this has not yet been tested, but is the intent). The Twitter code is a combination of a previous, much crappier version of Twitter code that I wrote with some significant enhancements by 0xBanana. It is close to functional but not there yet.
You can find the author on [Twitter](https://twitter.com/_EmDecay_)