diff options
author | terminaldweller <thabogre@gmail.com> | 2021-07-30 14:39:08 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-07-30 14:39:08 +0000 |
commit | 66456f1680eb08e9da23676a364ad8f84b27f3f8 (patch) | |
tree | 20b2985ce4012ab4b3c5816cf65137c3ca21576b /run.sh | |
parent | added config for newspaper. added gitpod configs. (diff) | |
download | devourer-66456f1680eb08e9da23676a364ad8f84b27f3f8.tar.gz devourer-66456f1680eb08e9da23676a364ad8f84b27f3f8.zip |
added gtts and readability
Diffstat (limited to '')
-rwxr-xr-x | run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ set -e 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://github.com/coinpride/CryptoList > out.html # ./main.py --source https://techurls.com/ > out.txt # cat out2.txt| pico2wave --wave=out2.wav # ./main.py --source http://blog.terminaldweller.com > out.txt |