We are currently experiencing payment processing issues. Our team is working to resolve the problem as quickly as possible. Thank you for your patience
Fakku Favorites Downloader
0
Hey everyone!
With Fakku's free content on borrowed time, I wrote a Python 3 script that parses the JSON from the Collections Exporter and uses the API to automatically download all the still available titles.
https://bitbucket.org/WinterIsCumming/fakku-favorites-downloader
I tested it on my 947 favorites and it's successfully parsing the entire list, though had to skip 277 titles that were apparently removed (API returned {'content': [], 'pages': []} so I guess that means their removed)
It downloads everything categorized by series, and then title. It also saves each titles content data in the directory for further parsing later.
Lastly it has fairly verbose console output to keep track of what it's doing and also saves in the output directory for later reference. Along with the standard log there's also a Failure Report file so you can easily see what titles or individual pages failed to download and why.
There's a number of features I'd have liked to add if I had time but we only have a couple more weeks until the great content purge (unless it gets delayed again), so decided to drop all that and get it out there ASAP. Especially since I want to leave it here on on the dev forum for a little bit to get any feedback or contributions before I release it on the wider forums.
Code is somewhat based off (started as an extension but then turned into a nearly complete rewrite) of https://github.com/darkfeline/fakku_downloader which in turn is based off the scripts from this thread https://www.fakku.net/forums/fakku-developers/python-script-to-download-from-fakku/page/1
Enjoy!
With Fakku's free content on borrowed time, I wrote a Python 3 script that parses the JSON from the Collections Exporter and uses the API to automatically download all the still available titles.
https://bitbucket.org/WinterIsCumming/fakku-favorites-downloader
I tested it on my 947 favorites and it's successfully parsing the entire list, though had to skip 277 titles that were apparently removed (API returned {'content': [], 'pages': []} so I guess that means their removed)
It downloads everything categorized by series, and then title. It also saves each titles content data in the directory for further parsing later.
Lastly it has fairly verbose console output to keep track of what it's doing and also saves in the output directory for later reference. Along with the standard log there's also a Failure Report file so you can easily see what titles or individual pages failed to download and why.
There's a number of features I'd have liked to add if I had time but we only have a couple more weeks until the great content purge (unless it gets delayed again), so decided to drop all that and get it out there ASAP. Especially since I want to leave it here on on the dev forum for a little bit to get any feedback or contributions before I release it on the wider forums.
Code is somewhat based off (started as an extension but then turned into a nearly complete rewrite) of https://github.com/darkfeline/fakku_downloader which in turn is based off the scripts from this thread https://www.fakku.net/forums/fakku-developers/python-script-to-download-from-fakku/page/1
Enjoy!