Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.76 KB

File metadata and controls

47 lines (27 loc) · 1.76 KB

Kuon

Build Status Scrutinizer Code Quality Coverage Status

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.

Installing

This script runs with Python 3.

Download this repository and run the setup.py to install all necessary dependencies

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

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 file for details