summaryrefslogtreecommitdiff
path: root/api.py
Commit message (Collapse)AuthorAgeFilesLines
* remove code not related to API data fetchingschneefux2017-02-071-32/+8
|
* db connection params from env, fix early startschneefux2017-02-071-1/+7
|
* move into Dockerschneefux2017-02-061-2/+3
|
* crawl regions peux a peuxschneefux2017-02-061-17/+29
|
* make api.py independentschneefux2017-02-061-3/+2
|
* api: allow to be run from the root directoryschneefux2017-02-051-3/+3
|
* manually push the earliest match to getschneefux2017-02-051-1/+1
|
* api: get matches from eu+naschneefux2017-01-281-9/+19
|
* api: get new matches more reliably, remove now unused `db.meta`schneefux2017-01-281-7/+5
|
* api: removed unused aiohttp_wsgi dependencyschneefux2017-01-271-1/+0
|
* web-dev: first web frontend sampleschneefux2017-01-271-0/+1
|
* api: use prefixschneefux2017-01-271-1/+1
|
* api: /winrates endpointschneefux2017-01-271-0/+5
|
* api: move db queries to sql filesschneefux2017-01-271-1/+3
|
* api: demo /matches endpointschneefux2017-01-271-12/+51
|
* api: fix getting new matchesschneefux2017-01-231-5/+8
|
* api: send requests synchronouslyschneefux2017-01-231-1/+8
|
* api: rewrite to use asyncschneefux2017-01-221-5/+13
|
* api: implement crawler and database functionalityschneefux2017-01-221-0/+10