RMRK spy bot for RMRK hackathon

Overview

rmrk_spy_bot

RMRK spy bot https://t.me/RMRKspyBot for rmrk hacktoberfest https://rmrk.devpost.com/

  1. Birds and items price and rarity estimation

  2. Reports RMRKv1,2 sales above a certain threshold

  3. Monitor cheap items and birds for sale

  4. Track the statuses of NFTs

Full description https://devpost.com/software/tools-and-apps-rmrkspybot

Requirements

  1. Install required modules

pip install -r requirements.txt

  1. This bot uses rmrk dump files parsed to Postgresql DB https://github.com/mmvds/rmrk2psql

Сonfiguration

  1. Edit init_tg_rmrk_tables.sql file

set and for telegram channels

  1. To init telegram tables, use psql "postgresql://$pg_login:$pg_pass@$pg_host/$pg_db_name" -f init_tg_rmrk_tables.sql

  2. Change tg_rmrk_config.py file:

" pg_pass = " " pg_db = " " pg_host = " " #telegram token tg_token = " " #admin tg user id tg_admin_id = #record channel id, singular sales channel id, kanaria sales channel id tg_allowed_channels = [ , , ] #used endpoints kanaria_market_url = "https://kanaria.rmrk.app/catalogue/" singular_market_url = "https://singular.rmrk.app/collectibles/" sub_id_url = "https://sub.id/#/" ipfs_gateway_url = "https://gateway.pinata.cloud/" kanaria_nft_api_url = ' ' #Kanaria and Singular marketplace fee 5 a 2% kanaria_fee = 5 singular_fee = 2 ">
pg_login = "
             
              "
pg_pass = "
              
               "
pg_db = "
               
                "
pg_host = "
                
                 "

#telegram token
tg_token = "
                 
                  " #admin tg user id tg_admin_id = 
                  
                    #record channel id, singular sales channel id, kanaria sales channel id tg_allowed_channels = [
                   
                    , 
                    
                     , 
                     
                      ] #used endpoints kanaria_market_url = "https://kanaria.rmrk.app/catalogue/" singular_market_url = "https://singular.rmrk.app/collectibles/" sub_id_url = "https://sub.id/#/" ipfs_gateway_url = "https://gateway.pinata.cloud/" kanaria_nft_api_url = '
                      
                       ' #Kanaria and Singular marketplace fee 5 a 2% kanaria_fee = 5 singular_fee = 2 
                      
                     
                    
                   
                  
                 
                
               
              
             
Owner
Victor Ryabinin
Victor Ryabinin
MLops tools review for execution on multiple cluster types: slurm, kubernetes, dask...

MLops tools review focused on execution using multiple cluster types: slurm, kubernetes, dask...

4 Nov 30, 2022
Utilitaire de contrôle de Kubernetes

Utilitaire de contrôle de Kubernetes ** What is this ??? ** Every time we use a word in English our manager tells us to use the French translation of

Théophane Vié 9 Dec 03, 2022
Blazingly-fast :rocket:, rock-solid, local application development :arrow_right: with Kubernetes.

Gefyra Gefyra gives Kubernetes-("cloud-native")-developers a completely new way of writing and testing their applications. Over are the times of custo

Michael Schilonka 352 Dec 26, 2022
Organizing ssh servers in one shell.

NeZha (哪吒) NeZha is a famous chinese deity who can have three heads and six arms if he wants. And my NeZha tool is hoping to bring developer such mult

Zilin Zhu 8 Dec 20, 2021
Ralph is the CMDB / Asset Management system for data center and back office hardware.

Ralph Ralph is full-featured Asset Management, DCIM and CMDB system for data centers and back offices. Features: keep track of assets purchases and th

Allegro Tech 1.9k Jan 01, 2023
Dockerized service to backup all running database containers

Docker Database Backup Dockerized service to automatically backup all of your database containers. Docker Image Tags: docker.io/jandi/database-backup

Jan Dittrich 16 Dec 31, 2022
A Python Implementation for Git for learning

A pure Python implementation for Git based on Buliding Git

shidenggui 42 Jul 13, 2022
A charmed operator for running PGbouncer on kubernetes.

operator-template Description TODO: Describe your charm in a few paragraphs of Markdown Usage TODO: Provide high-level usage, such as required config

Canonical 1 Dec 01, 2022
Ajenti Core and stock plugins

Ajenti is a Linux & BSD modular server admin panel. Ajenti 2 provides a new interface and a better architecture, developed with Python3 and AngularJS.

Ajenti Project 7k Jan 03, 2023
IP address management (IPAM) and data center infrastructure management (DCIM) tool.

NetBox is an IP address management (IPAM) and data center infrastructure management (DCIM) tool. Initially conceived by the network engineering team a

NetBox Community 11.8k Jan 07, 2023
HB Case Study

HB Case Study Envoy Proxy It is a modern Layer7(App) and Layer3(TCP) proxy Incredibly modernized version of reverse proxies like NGINX, HAProxy It is

Ilker Ispir 1 Oct 22, 2021
📦 Powerful Package manager which updates plugins & server software for minecraft servers

pluGET A powerful package manager which updates Plugins and Server Software for minecraft servers. Screenshots check all to check installed plugins fo

106 Dec 16, 2022
Hatch plugin for Docker containers

hatch-containers CI/CD Package Meta This provides a plugin for Hatch that allows

Ofek Lev 11 Dec 30, 2022
Wiremind Kubernetes helper

Wiremind Kubernetes helper This Python library is a high-level set of Kubernetes Helpers allowing either to manage individual standard Kubernetes cont

Wiremind 3 Oct 09, 2021
Tencent Yun tools with python

Tencent_Yun_tools 使用 python3.9 + 腾讯云 AccessKey 利用工具 使用之前请先填写config.ini配置文件 Usage python3 Tencent_rce.py -h Scanner python3 Tencent_rce.py -s 生成CSV

<img src="> 13 Dec 20, 2022
Ingress patch example by Kustomize

Ingress patch example by Kustomize

Jinu 10 Nov 14, 2022
strava-offline is a tool to keep a local mirror of Strava activities for further analysis/processing:

strava-offline Overview strava-offline is a tool to keep a local mirror of Strava activities for further analysis/processing: synchronizes metadata ab

Tomáš Janoušek 29 Dec 14, 2022
Kubediff: a tool for Kubernetes to show differences between running state and version controlled configuration.

Kubediff: a tool for Kubernetes to show differences between running state and version controlled configuration.

Weaveworks 1.1k Dec 30, 2022
Wubes is like Qubes but for Windows.

Qubes containerization on Windows. The idea is to leverage the Windows Sandbox technology to spawn applications in isolation.

NCC Group Plc 124 Dec 16, 2022
🎡 Build Python wheels for all the platforms on CI with minimal configuration.

cibuildwheel Documentation Python wheels are great. Building them across Mac, Linux, Windows, on multiple versions of Python, is not. cibuildwheel is

Python Packaging Authority 1.3k Jan 02, 2023