Dave Mateer
Dave Mateer
Have a PR coming which allows a token rather than a service account to be used. Token refreshes handled too. Using OAuth to get around 15GB limit of service accounts...
I needed to specify `SHA3_521` rather than `SHA256`. Have a PR coming which passes this through. ```json # in base_archiver use SHA256 or SHA3_512 hash_algorithm: SHA3_512 # hash_algorithm: SHA256 ```
A first step to testable code could be a spreadsheet which has expected output columns. This would make it easy to see if anything isn't working (regression testing). I've got...
In telethon if there are subdirectories wanting creating, sometimes a key is passed with a leading `/` character which confuses the join. I've worked around it by adding a catch,...
Bug that I can't reliably reproduce but sometimes stalls the whole archiver for many hours until restarting the archiver. Given this URL: https://www.tiktok.com/@jusscomfyyy/video/7090483393586089222 The tiktok downloader stalls. https://github.com/krypton-byte/tiktok-downloader The test...
Am currently hosting on my own bare metal server with https://www.proxmox.com/en/ out of my home office Any recommendations as to where *not* to host . I'm guessing that OVH /...
Archiving of image(s) on Facebook is not supported yet and would be very useful. Placeholder Issue to put in ideas of potentially how it could be done. ## Background https://github.com/djhmateer/auto-archiver#archive-logic...
I'm screenshotting a Burmese / Thai language and fonts are not rendering. From: https://stackoverflow.com/questions/72015245/firefox-unicode-boxes-in-selenium-screenshot-instead-of-characters/72015719#72015719 I believe the fix would be to include this in the build of the images /...
After every successful archive, do a Tweet with the Hash so that we can prove that on this day the picture/video was as it is. Need to translate this older...
I've got a Facebook archiver working by using the `wacz_enricher.py` https://github.com/djhmateer/auto-archiver/blob/v6-test/src/auto_archiver/enrichers/wacz_enricher.py#L159 Am using a stored profile to be able to get images which require you to be logged in. Am...