Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Reecepbcups/stashh-bot
A stashh bot to keep up with Racoon supply NFTs collction
https://github.com/Reecepbcups/stashh-bot
Last synced: 8 days ago
JSON representation
A stashh bot to keep up with Racoon supply NFTs collction
- Host: GitHub
- URL: https://github.com/Reecepbcups/stashh-bot
- Owner: Reecepbcups
- Created: 2022-09-02T13:27:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-28T01:14:55.000Z (about 1 year ago)
- Last Synced: 2024-04-14T22:51:05.510Z (7 months ago)
- Language: Python
- Size: 68.4 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-cosmos - Secret Stashh NFT Bot - A discord bot to get notified of sales, auctions, and purchases for a Secret Network NFT collection. (Tools / Bots)
README
# stashh-bot
(built initially for racoon-supply)![image](https://github.com/Reecepbcups/stashh-bot/assets/31943163/ede459c0-616b-4fe6-8b18-3097faf85ef8)
![image](https://github.com/Reecepbcups/stashh-bot/assets/31943163/0b85430f-c799-4089-b9ce-77536a7c8d2c)Issues? Contact Reece#3370 or create an issue in the repo.
### Setup
```bash
cp .env.example .env
# Fill out the data as you need for your collection# Using a crontab / system service, set it up to run every X minutes. 5 minute Example:
# EDITOR=nano crontab -e
# */5 * * * * cd /home/user/stashh-bot && python3 src/bot.py
# (ctrl+x to exit)
```