Alternative to soccer-cli: footy, a cli (shell script) to display football-data.org data
fritzrehde opened this issue · 1 comments
fritzrehde commented
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
Thanks for this. It's really useful and having jq
as the only dependency is nice. Good job