From 9a1bab27cb21e22ffbee04be20e49f33f6287091 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Sun, 26 Apr 2015 15:19:00 +0200 Subject: [PATCH] README: skeleton, including dependency and conffile information --- README | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..6ccd443 --- /dev/null +++ b/README @@ -0,0 +1,21 @@ + +Dependencies +============ + +- python3 +- python3-sqlalchemy +- python3-requests + + +Configuration file +================== + +cat ~/.config/ghlister.ini + + [main] + # see http://docs.sqlalchemy.org/en/latest/core/engines.html#database-urls + db_url = postgres:///github + cache_dir = cache + log_dir = log + username = foobar + password = quux