Metadata-Version: 2.1
Name: scsapi
Version: 0.1.1
Summary: A third-party API to connect to, browse, and interact with SpeedCubeShop.
Home-page: https://github.com/MysteryBlokHed/scsapi
Author: Adam Thompson-Sharpe
Author-email: adamthompsonsharpe@gmail.com
License: MIT License
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: beautifulsoup4

# SpeedCubeShop API
A third-party API to connect to, browse, and interact with [SpeedCubeShop](https://speedcubeshop.com/).

This API uses BeautifulSoup and requests to sign in and web scrape the site.  
It is currently a work in progress, but will hopefully be finished soon.

## What it can do

As mentioned, the API is not finished. Here's a list of what it can do so far:  

- **Finding Products**
- - Search
- - View categories
- - Find sales
- - Find new items
- **Orders**
- - Get order history
- **Addresses**
- - Add addresses

# Documentation
Documentation is available on the [Wiki.](https://github.com/MysteryBlokHed/scsapi/wiki)

