summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ignore server errorsschneefux2017-02-151-4/+9
* refactor and optimize storage requirementsschneefux2017-02-121-18/+31
* rewrite for better concurrency supportschneefux2017-02-123-171/+206
* Merge branch 'master' of https://github.com/vainglorygame/apigrabberschneefux2017-02-113-32/+36
|\
| * tolerate connection errorsschneefux2017-02-081-3/+8
| * add all regionsschneefux2017-02-081-2/+2
| * refactor api.pyschneefux2017-02-081-22/+18
| * use logging moduleschneefux2017-02-083-8/+11
* | rm unused Dockerfile, init.pyschneefux2017-02-112-5/+0
|/
* fix api grabber: run foreverschneefux2017-02-071-12/+14
* add gitignoreschneefux2017-02-071-0/+91
* remove code not related to API data fetchingschneefux2017-02-076-109/+9
* db connection params from env, fix early startschneefux2017-02-072-3/+20
* move into Dockerschneefux2017-02-062-2/+8
* crawl regions peux a peuxschneefux2017-02-062-21/+45
* make api.py independentschneefux2017-02-061-3/+2
* move & minimalize requirements.txtschneefux2017-02-061-0/+14
* api: allow to be run from the root directoryschneefux2017-02-051-3/+3
* api: db support parametersschneefux2017-02-051-2/+3
* manually push the earliest match to getschneefux2017-02-051-1/+1
* move gitignore to toplevelschneefux2017-01-291-91/+0
* api: get matches from eu+naschneefux2017-01-281-9/+19
* move venv to top levelschneefux2017-01-281-8/+0
* api: add venv requirementsschneefux2017-01-281-0/+8
* api: get new matches more reliably, remove now unused `db.meta`schneefux2017-01-284-38/+7
* api: removed unused aiohttp_wsgi dependencyschneefux2017-01-271-1/+0
* web-dev: first web frontend sampleschneefux2017-01-271-0/+1
* api: pgadmin writes BOM to sql scriptsschneefux2017-01-271-1/+1
* api: use prefixschneefux2017-01-271-1/+1
* api: /winrates endpointschneefux2017-01-273-3/+26
* api: move db queries to sql filesschneefux2017-01-274-41/+53
* api: demo /matches endpointschneefux2017-01-273-12/+102
* api: use shardId instead of shard as shard id in databaseschneefux2017-01-261-8/+4
* api: use jsonb instead of jsonschneefux2017-01-231-2/+2
* api: fix getting new matchesschneefux2017-01-233-6/+11
* api: send requests synchronouslyschneefux2017-01-233-24/+63
* api: rewrite to use asyncschneefux2017-01-223-56/+90
* api: implement crawler and database functionalityschneefux2017-01-225-0/+256