To install: sudo snap install omairqazi-instantnews --beta export IN_API_KEY="<YOUR_API_TOKEN>" get your api from newsapi .org for example, try: instantnews --news cnn git repo: https://github.com/omairqazi/omairqazi-instantnews Usage instructions at https://github.com/shivam043/instantnews
sudo snap install omairqazi-instantnews --beta
export IN_API_KEY="<YOUR_API_TOKEN>"
instantnews --news cnn
Something is wrong here:
$ omairqazi-instantnews.instantnews --show-all usage: chardetect [-h] [--version] [input [input ...]] chardetect: error: unrecognized arguments: --show-all
Ok please reinstall my snap as i forgot to add the chardetect script. NOTE: there is no such argument as --show-all. you have to use underscore instead of hyphen. Correct is: --show_all please see the usage instructions link
--show_all
There we go, much better! I’m curious why you didn’t use the upstream name, though (instantnews)?