No description
Find a file
2015-04-26 16:13:49 +02:00
bin bin/status: also show max repo ID reached thus far 2015-04-26 16:13:49 +02:00
ghlister lister.py: fix off by 1 in ?since=... usage 2015-04-26 14:29:42 +02:00
.gitignore initial check in 2015-04-26 10:32:17 +02:00
ACKNOWLEDGEMENTS add ACKNOWLEDGEMENTS 2015-04-26 15:54:25 +02:00
README README: skeleton, including dependency and conffile information 2015-04-26 15:19:00 +02:00

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