Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 395 Bytes

README.markdown

File metadata and controls

15 lines (11 loc) · 395 Bytes

Match Thread Bot

This is a bot that creates match threads on /r/soccer for ongoing football matches and scrapes data from the guardian to populate those threads.

fixtures.py


This is a script that scrapes fitures from the eurosport website and stores them in an sqlite database called fixtures.db.

bot.py


This is the actual bot.