19 august 2015
- fixed bug in which updatescores stopped iterating early
if you had more than 100 comments in a row in the db.
- commentaugment has been completely merged into the
timesearch.py file. You can use commentaugment_prompt()
to input the parameters, or use the commentaugment()
function directly.
07 september 2015
- fixed bug which allowed `livestream` to crash because
`bot.refresh()` was outside of the trycatch.
11 november 2015
- created `offline_reading.py` which converts a timesearch database
into a comment tree that can be rendered into HTML
It's all fresh all smooth
This creates an sqlite database file containing the submissions on a subreddit within the requested time span. Best when used in conjunction with an SQL viewer or a tool like Redmash to create text files.
If you leave the subreddit blank, it will ask you to enter a username instead. This feature is not 100% perfect yet.
Don't forget to change the Useragent before starting.
============
The commentaugment script will take the submissions in one of your timesearch databases, and get their comments. These comments will be packed back into the same database, so be mindful of the item's fullname when you are later doing analysis (t1=comment, t3=submission)
Commentaugment can be very slow, so you may wish to have verbosity=1 to see what's happening.
===============
For the whole db:
> offline_reading.py databases\ack.db
For a single submission:
> offline_reading.py databases\ack.db t3_20ib8z
===============
I want to live in a future where everyone uses UTC and agrees on daylight savings.
