ojoc_dumper.py outputs no data

Issue #29 new
Fredrik HÃ¥kansson created an issue

When running python ojoc_dumper.py -l on OSX or Linux (ubuntu) I get no data in the .dump files. I have tried with all different combinations of the arguments but none seems to make a difference.

Example output:

{"data": {}, "time": "2017-02-27_22-32-26"}

All the files have remained unchanged during the tries.

Comments (1)

  1. Christian Fibich repo owner

    Dumper only dumps posts when:

    • The post's creation timestamp is more recent than the script's launch time AND
    • The post's creation timestamp is more recent than the last time a dump file was created

    Thus, if there are no new posts since you started the script, no posts are dumped.

  2. Log in to comment