summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYves Fischer <yvesf-git@xapek.org>2018-07-17 12:34:04 +0200
committerYves Fischer <yvesf-git@xapek.org>2018-07-17 12:49:49 +0200
commit69c220cda3d8c0a95327630f5752dad36cb82261 (patch)
treefad9fbe78cf717f4dd17b8e9d996ab9a54b7d3e2 /README.md
downloaddatasources-69c220cda3d8c0a95327630f5752dad36cb82261.tar.gz
datasources-69c220cda3d8c0a95327630f5752dad36cb82261.zip
Squashed commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md34
1 files changed, 34 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..66ec733
--- /dev/null
+++ b/README.md
@@ -0,0 +1,34 @@
+# Währungen
+
+* Kurzbezeichung
+ * EURCHF
+ * EURCHF=X
+ * 1 EUR = x CHF
+* meint: Agentur gibt x CHF für 1 EUR.
+ * Yahoo: EURCHF=X - Bid = Geldkurs = NOTEN, Ask = Briefkurs = DEVISEN
+ * Bid = Verlange = Kaufangebot, Ask = Biete = Verkaufsangebot
+
+# Usage
+
+Before executing any code: Check usage policy on fetched site. Acquire API-Keys where necessary.
+
+## Unittests Scheduler
+
+```python
+python3 -munittest
+```
+
+## Testing jobs
+
+```python
+python3 -mjobs.esg
+```
+
+# Requirements
+
+```
+# (for influxdb) pyinflux (github.com/yvesf/pyinflux, without [parser]), not on pypi
+currencies==2014.7.13
+funcparserlib==0.3.6
+lxml
+``` \ No newline at end of file