https://github.com/darealfreak/kuon
Bot to watch Prices from Bitskins and notify the user. Name or the projects originates from the anime Utawarerumono: Itsuwari no Kamen
https://github.com/darealfreak/kuon
bitskins opskins steam steammarket
Last synced: 3 months ago
JSON representation
Bot to watch Prices from Bitskins and notify the user. Name or the projects originates from the anime Utawarerumono: Itsuwari no Kamen
- Host: GitHub
- URL: https://github.com/darealfreak/kuon
- Owner: DaRealFreak
- License: mit
- Created: 2018-01-31T14:39:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-10T13:44:11.000Z (over 6 years ago)
- Last Synced: 2025-02-05T11:44:43.151Z (4 months ago)
- Topics: bitskins, opskins, steam, steammarket
- Language: Python
- Homepage:
- Size: 11.9 MB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Kuon
[](https://travis-ci.org/DaRealFreak/Kuon)
[](https://scrutinizer-ci.com/g/DaRealFreak/Kuon/?branch=master)
[](https://coveralls.io/github/DaRealFreak/Kuon?branch=master)bot to track prices on [Bitskins](https://bitskins.com) 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.
### Installing
This script runs with [Python 3](https://www.python.org).Download this repository and run the setup.py to install all necessary dependencies
### Dependencies
Required:
* [requests](https://github.com/requests/requests) - http library
* [python-dotenv](https://github.com/theskumar/python-dotenv) - .env file loader used for loading the api key
* [selenium](https://github.com/SeleniumHQ/selenium) - A browser automation framework and ecosystem
* [BeautifulSoup](https://www.crummy.com/software/BeautifulSoup) - html parser
* [html5lib](https://github.com/html5lib/html5lib-python) - Standards-compliant library for parsing and serializing HTML documents
* [pyotp](https://github.com/pyotp/pyotp) - Python One-Time Password Library### Usage
- ToDo
## Running the tests
- ToDo
## Development
Want to contribute? Great!I'm always glad hearing about bugs or pull requests.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details