Python CLI Pancake Prediction Bot
Budget: $30 – $250 USD
I need a lightweight, command-driven CLI written in Python that runs on Windows and lets me enter PancakeSwap Prediction rounds noticeably faster than the browser interface.
Here is what I expect the tool to do:
• Connect to my BSC wallet (private key or MetaMask JSON) using web3.py.
• Pull live data for the current and next Prediction rounds, showing timer, locked price and pool sizes.
• Accept one-line commands such as bet bull 0.2 or bet bear 1 to place the trade instantly, then return the tx-hash.
• Provide helper commands (balance, claim, history, gas, config) so I can manage winnings and tweak gas/BNB settings without leaving the terminal.
• Output must stay within the console; no menus, no GUI—pure command prompts.
Deliverables:
1. Clean, well-commented Python source (.py files) that run on Windows 10/11.
2. requirements.txt with exact package versions.
3. README.md showing setup, example commands and expected output.
4. Short demo video or GIF proving a live bet is placed faster than the website countdown.
Acceptance criteria:
– Script starts in under two seconds and fetches round data in real time.
– A bet command broadcasts the transaction within one second of key-press (network latency aside).
– All features above work on a fresh Windows install after pip install -r requirements.txt.
Keep the code modular so I can later port it to macOS/Linux if needed.
Here is what I expect the tool to do:
• Connect to my BSC wallet (private key or MetaMask JSON) using web3.py.
• Pull live data for the current and next Prediction rounds, showing timer, locked price and pool sizes.
• Accept one-line commands such as bet bull 0.2 or bet bear 1 to place the trade instantly, then return the tx-hash.
• Provide helper commands (balance, claim, history, gas, config) so I can manage winnings and tweak gas/BNB settings without leaving the terminal.
• Output must stay within the console; no menus, no GUI—pure command prompts.
Deliverables:
1. Clean, well-commented Python source (.py files) that run on Windows 10/11.
2. requirements.txt with exact package versions.
3. README.md showing setup, example commands and expected output.
4. Short demo video or GIF proving a live bet is placed faster than the website countdown.
Acceptance criteria:
– Script starts in under two seconds and fetches round data in real time.
– A bet command broadcasts the transaction within one second of key-press (network latency aside).
– All features above work on a fresh Windows install after pip install -r requirements.txt.
Keep the code modular so I can later port it to macOS/Linux if needed.
Related categories:
PHP
Python
Linux
Software Architecture
Software Development
Blockchain
API Integration
Cryptocurrency