REPOSITORY OVERVIEWLive repository statistics
★ 49Stars
⑂ 20Forks
◯ 0Open issues
◉ 49Watchers
64/100
OPENREPOHUB HEALTH SIGNALMixed signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
52 Community adoption25% weight
33 Maintenance state20% weight
100 License clarity10% weight
100 Project information10% weight
75 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
Amazon Price Tracker

This is a simple python script which can be used to track a product's prices on Amazon. It uses Bs4 and Requests library to do the task.
Instructions
- Make sure you have Python (Version 3.6 or higher) installed in your system.
- Open the folder in CMD or terminal and type
pip install -r requirements.txt
- Now edit the settings.json file using your favorite code editor (Example: Sublime Text Editor, VSCode, Vim).
- Change
budget:1000000 value to your budget. (Example: budget:991001)
- Replace the link in URL with your link. (Example:
url:'https://www.amazon.in/G731GT-Graphics-i5-9300H-Windows-G731GT-AU022T/dp/B07S36XJ8Q/')
- Change the headers in main.py according to your user agent. (Example:
headers = {"User-Agent": 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.75 Safari/537.36'})
- Now save the file, close the editor, and run main.py.
Run this program on Startup
Linux
Ubuntu Help: Startup Applications
Windows
Microsoft Support: Change Startup Apps
Using this with Proxy
For a professional approach to using proxies in your automation processes, I recommend NodeMaven's Residential Proxies. Having tried numerous proxy providers, I find NodeMaven excels in simplicity and usefulness.
Here's how to get started:
- Register on the NodeMaven platform using this link.
- Select the trial option on your personal account.
- Use 500FREE at checkout to receive +2GB of free proxy when purchasing any package (except trial). Try NodeMaven now - NodeMaven Proxies
Be sure to stargaze the repository and also check out My Website to contact me.
Thank You.