summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYves Fischer <yvesf-git@xapek.org>2016-11-22 19:33:30 +0100
committerYves Fischer <yvesf-git@xapek.org>2016-11-22 19:42:11 +0100
commit05fc177b2986556df92aa0f506b1a48ef964fe19 (patch)
tree0df953ef457ea220431b109c97225486d6111678 /README.md
parent413051037749da90f03055bcd305c82b1ee90afd (diff)
downloadwikifolio-rss-05fc177b2986556df92aa0f506b1a48ef964fe19.tar.gz
wikifolio-rss-05fc177b2986556df92aa0f506b1a48ef964fe19.zip
some refactoring before moving it to githubHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 10 insertions, 4 deletions
diff --git a/README.md b/README.md
index 289f5cf..3443fee 100644
--- a/README.md
+++ b/README.md
@@ -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.