diff options
author | terminaldweller <thabogre@gmail.com> | 2021-07-29 16:58:24 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-07-29 16:58:24 +0000 |
commit | 5f67821f49a8e3c4573c4d3a8af977ff61dd51f3 (patch) | |
tree | 8205ae4a8e527d0d0e34a0821471f106ab7fc4a6 /run.sh | |
parent | no need for externally getting the links. devourer can do that on its own now... (diff) | |
download | devourer-5f67821f49a8e3c4573c4d3a8af977ff61dd51f3.tar.gz devourer-5f67821f49a8e3c4573c4d3a8af977ff61dd51f3.zip |
added config for newspaper. added gitpod configs.
Diffstat (limited to '')
-rwxr-xr-x | run.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,4 +4,6 @@ set -x # sniff --src https://github.com/coinpride/CryptoList --url | ./main.py > out2.txt ./main.py --source https://github.com/coinpride/CryptoList > out.txt +# ./main.py --source https://techurls.com/ > out.txt # cat out2.txt| pico2wave --wave=out2.wav +# ./main.py --source http://blog.terminaldweller.com > out.txt |