MANIFEST.in
README.md
setup.cfg
setup.py
version
betbot/__init__.py
betbot/main.py
betbot.egg-info/PKG-INFO
betbot.egg-info/SOURCES.txt
betbot.egg-info/dependency_links.txt
betbot.egg-info/not-zip-safe
betbot.egg-info/requires.txt
betbot.egg-info/top_level.txt
betbot/api/ApiConnection.py
betbot/api/Bet.py
betbot/api/Match.py
betbot/api/__init__.py
betbot/neural/__init__.py
betbot/neural/data/DataFetcher.py
betbot/neural/data/FootballDataFetcher.py
betbot/neural/data/Match.py
betbot/neural/data/__init__.py
betbot/neural/data/enums.py
betbot/neural/data/names.py
betbot/neural/data/vector/InputVector.py
betbot/neural/data/vector/OutputVector.py
betbot/neural/data/vector/Vector.py
betbot/neural/data/vector/__init__.py
betbot/neural/keras/BetPredictorTrainer.py
betbot/neural/keras/MatchHistoryTrainer.py
betbot/neural/keras/Trainer.py
betbot/neural/keras/__init__.py
betbot/prediction/DrawPredictor.py
betbot/prediction/MatchHistoryNNPredictor.py
betbot/prediction/Predictor.py
betbot/prediction/RandomPredictor.py
betbot/prediction/TipicoOddsPredictor.py
betbot/prediction/__init__.py
betbot/test/__init__.py
bin/betbot
bin/load-openligadb
bin/multi-betbot
bin/train-betbot.py