Skip to content

A Python bot for trading NFTs directly from your favorite messenger

Notifications You must be signed in to change notification settings

ArdaNation/IzzyNFTs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IzzyNFTs

A Python bot that integrates NFT trading into Discord and Telegram -- allowing surfing, selling, buying, and bidding without leaving a messaging app. It’s much easier and faster than using traditional NFT marketplaces/apps.

The bot allows you to check the contents of (now just Solana) crypto wallets using public keys. IzzyNFTs bot syncs public keys to the messenger @username during registration. Thus, if a person is registered, you can view and buy their collections simply by searching up their @UN.

Created and presented for the first time at the the Solana Moscow Hacker House hackathon in February 2022.

Initially, IzzyNFTs was created on the Solana blockchain, but soon it will support all popular blockchain networks. Additionally, it now supports on Telegram, we are currently working on Discord.

Start project

Download and install Python (https://www.python.org).

Download this project, extract if necessary.

Extract venv.

Run on Windows:

  • run cmd
  • go to the root folder of the project
  • print venv\Scripts\activate.bat
  • print python main.py

Running on Linux/MacOS:

  • start the console
  • go to the root folder of the project
  • print source venv/bin/activate
  • print python3 main.py

About

A Python bot for trading NFTs directly from your favorite messenger

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%