architv / soccer-cli

:soccer: Football scores for hackers. :computer: A command line interface for all the football scores.
MIT License
1.09k stars 222 forks source link

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

Open fritzrehde opened 2 years ago

fritzrehde commented 2 years ago

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.

casidiablo commented 1 year ago

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