Skip to content

talesrune/osme_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Opensea and MagicEden NFT floor Telegram bot

This telegram bot is useful for tracking nft collections' floor price on Opensea and Magic Eden.

Features

  • Simple to setup
  • Adds and removes nft collection
  • Set price alerts of nft collection
  • Price variation alerts for each nft collection

drawing

Installation

Recommended Ubuntu ver.: 20
1. sudo apt install nodejs
2. sudo apt install npm
3. npm install [email protected]
4. npm install axios
5. sudo chmod 777 name_list.json

Starting the bot

To run program: node osme_bot.js
Program works with windows too.
Search for @OSME_nft_bot on Telegram
Use /start on telegram chat to begin the bot

Command list:

  1. list -> Returns a list of nft collections that you have added
  • E.g. /list
  1. addeth, addsol -> Add a new nft collection to the list
  • E.g. /addeth froyokittenscollection
  • E.g. /addsol 888_anon_club
  1. remove -> Remove a nft collection from the list
  • E.g. /remove froyokittenscollection
  • E.g. /remove 888_anon_club
  1. vary -> Edit variation of price of nft collection
  • E.g. /vary froyokittenscollection 0.2
  1. lower, higher -> Edit lower/upper thresholds of floor price of nft collection
  • E.g. /lower froyokittenscollection 0.05
  • E.g. /higher froyokittenscollection 0.4
  1. call -> Calls for the most updated floor price of nft collections
  • E.g. /call

About

Opensea and MagicEden NFT floor Telegram bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published