diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2016-11-22 19:33:30 +0100 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2016-11-22 19:42:11 +0100 |
commit | 05fc177b2986556df92aa0f506b1a48ef964fe19 (patch) | |
tree | 0df953ef457ea220431b109c97225486d6111678 /README.md | |
parent | 413051037749da90f03055bcd305c82b1ee90afd (diff) | |
download | wikifolio-rss-05fc177b2986556df92aa0f506b1a48ef964fe19.tar.gz wikifolio-rss-05fc177b2986556df92aa0f506b1a48ef964fe19.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -1,10 +1,16 @@ # Usage -get the name 'dach-trading-invest' from web-url +- use python 3.5+ (typing) +- take a name like 'dach-trading-invest' from the web page url ``` -# touch ./dach-trading-invest.rss.xml -# wikifolio-rss ./dach-trading-invest.rss.xml +# wikifolio-comments-rss dach-trading-invest > dach-trading-invest.comments.rss.xml +# wikifolio-trades-rss dach-trading-invest > dach-trading-invest.trades.rss.xml ``` -The rss feed of comments is written into that file.
\ No newline at end of file + +# Note + +The source code provided here is not affiliated with wikifolio.com. +wikifolio is most likely a registered brand and owned by somebody else. +No warranty, use at your own risk. |