aboutsummaryrefslogtreecommitdiff
path: root/main.py
Commit message (Expand)AuthorAgeFilesLines
* Fetch only enabled marketIsmaël Bouya2018-05-101-2/+2
* Refactor databases accessIsmaël Bouya2018-05-021-40/+15
* Fix price imprecision due to floatsIsmaël Bouya2018-04-301-1/+1
* Store some information to redisIsmaël Bouya2018-04-211-5/+28
* Use generic parser for market processingIsmaël Bouya2018-04-201-1/+4
* Add some acceptance testsIsmaël Bouya2018-04-091-0/+2
* Acceptance test preparationIsmaël Bouya2018-04-071-2/+9
* Fix console helperIsmaël Bouya2018-04-051-3/+6
* Refactor config parsingIsmaël Bouya2018-04-051-34/+48
* Cleanup market from_configIsmaël Bouya2018-03-241-9/+11
* Store reports to databaseIsmaël Bouya2018-03-241-9/+13
* Add quiet flag for runningIsmaël Bouya2018-03-231-2/+6
* Add parallelizationIsmaël Bouya2018-03-091-2/+11
* Move market processing to single methodIsmaël Bouya2018-03-081-6/+9
* Move helper methods to their due placesIsmaël Bouya2018-03-061-12/+137
* Fixes after night runv0.5Ismaël Bouya2018-03-041-1/+4
* Fix dust amount errorIsmaël Bouya2018-02-261-1/+0
* Add user and action for main actionsIsmaël Bouya2018-02-261-2/+2
* Refactor the store to be more conciliant with multiple marketsv0.2Ismaël Bouya2018-02-251-57/+9
* Add main running file and fetch information from databaseIsmaël Bouya2018-02-251-0/+64