README.txt 547 B

1234567891011121314151617181920
  1. Just a scraper that stores in a DirSet.
  2. To receive notifications, watch that directory some way.
  3. Configuration
  4. =============
  5. Default conf is read from `defaultconf.json`. If you want to tweak, just make
  6. another json file that contains a dictionary. The two files will be merged, so
  7. the custom file can be a subset of the default one.
  8. Credential file is very simple: first line contains the username, second line
  9. contains the password. Subsequent lines are ignored.
  10. Running
  11. =======
  12. `python leggi.py`
  13. or
  14. `python leggi.py /path/to/custom.json`