An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Kuon

[![Build Status](https://travis-ci.org/DaRealFreak/Kuon.svg?branch=master)](https://travis-ci.org/DaRealFreak/Kuon)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/DaRealFreak/Kuon/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/DaRealFreak/Kuon/?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/DaRealFreak/Kuon/badge.svg?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