OpenSea NFT Sniping Bot
For Disscussion, Quries and Freelance work. Do reach me 👆👆👆
Building a series of bots for OpenSea Market Place.
To Dos.
- Make Bulk Offer Bot
- OpenSea Notification Bot - floor,sales,listings - Discord, Twitter,Telegram
- Art and Metadata Scraping Bot
- Bulk Auto deploy and Art Minting Bot
- Python Generative Art Bot
- Rarity Ranking Bot
- These bots are not open Sources, Suggestions are welcome. #nft
Make Bulk Offer Bot
I have three bots for Making low ball Bulk offers Bot#1 using Browser Automation and Bot#2 is using Opensea Apis bot, Bot#3 is using Opensea Production apis .
Bot Inputs-
- Collection URL
- Metamask
- Bid Amount
- Bid expiration time - only for Apis bot
The Bot takes collection Url as input and starts making offers on arts of collection. I have built two kinds of bots.
Bot#1 Browser Automation Bot
- Build on Chrome browser automation - Python
- The Bot can be a single thread or Multithread depends open Your machine power.
- The Bot is slow because it uses using chrome browser to make offers on arts. The Bot needs to sign every transaction like humans.
- The Bot can not bid using a custom expiration date. It can only choose from 1,7,14,30 days.
- The Bot can break between making offers and requires a powerful machine to make offers on 5k arts because the chrome browser consumes many resources while running.
Pros & Cons of Browser Automation Bot
Stats |
---|
3-5 offers Per minute |
Miss a lot of offers. |
Break Some times |
Can't Bid on Multiple Collections |
Not Customizable We can not add more functionalities into bot |
Check more on the topic why the browsers consumes so many resources from here
You can see the full Demo of the OpenSea Apis Bot from here
Bot#2 OpenSea Apis Bot
- Build on Opensea Official Apis.
- The Bot is fast and robust - It does not need to sign transactions.
- The Bot can make offers with custom expiration time from 1 minute to 6months.
- The Bot will never break because its light weighted and uses open sea Offical Apis.
- The Bot can not make offers on multiple Collections in one run.
Pros & Cons of OpenSea Apis Bot
Stats |
---|
5-10 offers Per minute |
Does not miss Any offer |
Does not break but takes time to handle Rejections from Opensea |
Can Bid on Multiple Collections one after another |
Customizable We can add more functionalities into bot |
You can see the full Demo of the OpenSea Apis Bot from here
Bot#3 OpenSea Apis Bot#3
- Build on Opensea Official Apis Deploy and run in Production Env.
- The Bot is fast and robust - It does not need to sign transactions.
- The Bot can make offers with custom expiration time from 1 minute to 6months.
- The Bot will never break because its light weighted and uses open sea Offical Apis.
- The Bot can make offers on multiple Collections in one run.
Pros & Cons of OpenSea Apis Bot#3
Stats |
---|
30-40 offers Per minute Lighting Fast Speed |
Does not miss Any offer 100% success rate |
Does not break also no Rejections from Opensea |
Can Bid on Multiple Collections in one run alternatively on arts |
Customizable We can add more functionalities into bot |
Outbid bot - Bot has option to bid always percentage high from previous highest bid |