- Update: This Repository is no longer maintined. A completely new REST based tool for this is under development (August 2023)
Please star my repo if this contribution helped you ! Its FREEE !
Please Join Support & FAQ Discord if you have questions.
FREE Amazon Buy Bot is an Add to Cart and Auto Checkout Bot. This auto buying bot can search multiple item repeatedly on the item page using AMAZON_PRODUCT_ID
. Once the desired item is available it can add to cart and checkout very fast. This auto purchasing Bot works on browsers so it can run in all Operating Systems. It can run for multiple items simultaneously. It can bypass Amazon Captcha.
"Running a bot can increase your success chances only ; but does not guarantee that you will successfully cart each time. If you do not agree, then please do not use this code."
- Create a github account. It always helps !
- Star this repository. Its FREE !
- Please follow me here if you like my contribution:
- Install Tampermonkey Extention
- Amazon Account
- Please allow Pop-Ups for
https://www.amazon.com/
in your browser
- Python 3.7+ in a Terminal. Please use WSL2 to run python.
gunicorn
does not run on powershell or cmd.
- Go to tampermonkey dashboard from broswer extension and create a new script
- Delete all the contents and copy full code from free-amazon-bot.js
- Save the script
- Clone this repository to a folder you like with command
git clone https://github.com/kkapuria3/Best-Amazon-Bot.git
- Navigate to location where you cloned this; using your favourite shell
- Run
pip install -r requirements.txt
- From your terminal, inside the cloned location run
gunicorn capcha_server:app
. It will look like this.
- Go to
http://localhost:8000/
on your browser. And your browser will look like:
- Now go to our TamperMonkey script and Add the 10 digit Amazon item code in
AMAZON_PRODUCT_ID
array and respective cut-off price inCUTOFF_ARRAY
-
You are all set. Now navigate to your item page and you should see the bot work.
-
When you get captcha for first time you will get this prompt. You can click
Always Allow
orAllow Once (might have to press everytime)
- Join our discord community here
- Ask in #general-help channel if you have problems setting up.
- Drops alerts on our discord are forwarded from multiple third-party telegrams.
- 1.0-beta - Runs only Testmode.
-
- Code is not complete commented.
-
- No support for Amazon Captcha (Soft Ban) - Future support with local flask server
-
- Dog Pages are not handled
- 1.1-beta - Fixed Sellers Loop
-
- When in Sellers, Used items are not checked for
-
- Still No support for Amazon Captcha (Soft Ban) & Dog Pages
-
- More code commented
- 2.0 - Fully Functional Bot with Local Gunicorn Server
-
- Using flask, gunicorn and amazoncapcha; we solve Amazon Captcha (Soft Ban)
-
- No autocheckout yet. Will be released as minor update later.
-
- Faster page reload on seller pages (4 Seconds)
-
- When cart is disabled with Dog Pages, it will refresh cart every 10 second
-
- When resellers are disabled, bot will show 0 items and refresh
-
- More code commented
This project is licensed under the MIT License - see the LICENSE.md file for details