Giter Club home page Giter Club logo

nftcollectionswatcher's Introduction

NFTCollectionsWatcher

A Telegram bot that watches over an NFT collection on several marketplaces at once. Also plots said collections' prices for better statistical analysis. Fair bit of warning, the project is at least 4 months old. Some of the APIs might not work (SolanaFloor.com still works though).

Setup

(This guide assumes the bot is being hosted on a server)

  1. Install requirements via make install or pip3 install -r requirements.txt
  2. (If you haven't) Create a Telegram Bot https://core.telegram.org/bots#3-how-do-i-create-a-bot
  3. Create an env file with the Telegram Bot API key: echo "TOKEN=<BOT_TOKEN>" >> config.env
  4. Test installation via make start

This project has NOT been daemonized yet. If needed, make a PR to change that. Otherwise use $nohup or screen.

# Screen guide 
screen -dmS bot
screen -r bot
make start

Using the bot

To start using the bot, just send it a /start or /help message. This bot currently supports 4 platforms: Magic Eden, DigitalEyes, Solanart, and Alpha Art. Keep in mind that not every marketplace supports each NFT collection available.

Here's a list of currently supported commands: /add to add a collection to monitor. /addmanually to add a colleciton manually. You'll have to specify the name for each platform. /addsolfloor to add the collection on solanafloor. Good for tracking popular collections. Their APIs update prices hourly. /remove to remove a colleciton. /list to view collections. /setinterval to change the polling frequency in seconds. /setplottingdelay to change the frequency of plot creation. /setmessagedelay to change the frequency of message sending. /checknow to send the collection floor message instantly /plotnow to plot collection history instantly

License

Yada yada it's all open source

PRs are welcome!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.