bot to track prices on Bitskins and notify the user if search conditions are met.
Previously OPSkins was supported too, but Valve banned them from trading CsGo Items so I removed the adapters for it.
In case another trading website pops up you can create an issue and I'll most likely add support for it.
This script runs with Python 3.
Download this repository and run the setup.py to install all necessary dependencies
Required:
- requests - http library
- python-dotenv - .env file loader used for loading the api key
- selenium - A browser automation framework and ecosystem
- BeautifulSoup - html parser
- html5lib - Standards-compliant library for parsing and serializing HTML documents
- pyotp - Python One-Time Password Library
- ToDo
- ToDo
Want to contribute? Great!
I'm always glad hearing about bugs or pull requests.
This project is licensed under the MIT License - see the LICENSE.md file for details