sc2castsclient

Client for crawling sc2casts.com, in python


Keywords
sc2castsclient
License
BSD-3-Clause
Install
pip install sc2castsclient==0.1.1

Documentation

sc2casts client

https://badge.fury.io/py/sc2castsclient.png https://travis-ci.org/thmttch/sc2castsclient.png?branch=master https://pypip.in/d/sc2castsclient/badge.png

Client for crawling sc2casts.com, in python

This thing needs a lot of work.

Features

  • TODO

Usage

Set what the Makefile provides:

`bash $> make help `

Run tests:

```bash # quick dev testing $> make test

# full testing $> make testall ```

Development

There is a [download script](tests/data/download.sh) for updating the local test suite, for keeping up-to-date as [sc2casts.com](https://sc2casts.com) changes over time. Note that the script is meant to be run in the same dir:

`bash $> cd tests/data && ./download.sh `

Release

1. Open pull request, and make sure CI passes 1. make test && make release 1. Tag the release in github 1. Bump version so master is development

1. setup.py 1. HISTORY.rst

Misc

Packaged with the help of https://github.com/audreyr/cookiecutter-pypackage