architv/soccer-cli

Alternative to soccer-cli: footy, a cli (shell script) to display football-data.org data

fritzrehde opened this issue · 1 comments

I tried using this Python cli tool in the past but it didn't really suit my use-case (especially the big Python dependency and the fact that it was hard to pipe the output to other Unix commands). So I developed my own small cli tool footy that has very similar functionality, but fullfills the needs described above. I just wanted to post this here in case anyone is looking for such a tool.

Thanks for this. It's really useful and having jq as the only dependency is nice. Good job