Skip to content

Releases: mxamber/AO3scrape

v0.5.1: language tag

03 Jan 15:07
4321fe2
Compare
Choose a tag to compare
v0.5.1: language tag Pre-release
Pre-release

Changes reflecting SFO2's renamed functions. -work flag now taking advantage of SFO2 reading a work's language tag.

v0.5-pre: word count ranges, file export

15 Nov 00:02
Compare
Choose a tag to compare

Added -range and -export flags. Scraper/API code moved to own project ScrapingFromOurOwn (SFO2), now a requirement.

-range takes comma-separated numbers (ex: 0,500,1000,5000) and counts works (ex: 0-500, 500-1000, 1000-5000), overriding -min and -max values. -export takes a file name and saves the output to file instead of printing to console.

v0.4-pre: added work functionality

29 Oct 21:06
Compare
Choose a tag to compare
Pre-release

New -work flag allows requesting an individual work's stats by passing its ID as a command line argument.

2019-10-29 21-53

v0.3-pre

25 Oct 22:03
09bf0b8
Compare
Choose a tag to compare
v0.3-pre Pre-release
Pre-release

Parts of basic functionality implemented: querying for works tagged as x, between y and z words, adding custom search parameters if necessary.