gebn / chandl

A lightweight tool for parsing and downloading 4chan threads.
MIT License
1 stars 0 forks source link

Process thread based on registered predicate #5

Open gebn opened 7 years ago

gebn commented 7 years ago

Once #1 is implemented, provide facility to register a function that takes the first Post of all new threads (requires some state), and returns a boolean indicating whether the thread should be monitored and downloaded. Allow specifying a list of boards to run the function against. May also be other options, e.g. the file naming pattern and type inclusions/exclusions.