architv / soccer-cli

:soccer: Football scores for hackers. :computer: A command line interface for all the football scores.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Import the live API to version control

ctlaltdefeat opened this issue · comments

Instead of

LIVE_API = 'http://soccer-cli.appspot.com/'

have the actual code

Sorry, I didn't get you. Could you please tell a bit more?

Probably means have the code running http://soccer-cli.appspot.com/ included. Presumably it uses some scraping or some other resource to get the live score data?

Yes, I built that resource to scrape live scores. Since, it is not part of the business logic of the application, I separated it out. Is it anyway better to include that code here?

I think you should have it in your main.py like you did with the following:
BASE_URL = 'http://api.football-data.org/alpha/'

Sorry, I did in fact mean to have the code running the live API included

I am not sure if that is necessary. If need be I'll make separate repo an push that code here.