AutomatedFanfic
AutomatedFanfic copied to clipboard
Automated Fanfiction Download using FanficFare CLI
I am able to get books but still unclear on how to set up auto update or how to set up pushbullet properly. No info on readme
From the fanficfare page. Please excuse all the noob questions - I'm not a Python developer. I see that several of the files have been updated, and that I need...
Add support for more than just pushbullet notifications. See [1](https://github.com/MrTyton/AutomatedFanfic/commit/21074d1dd8464bab1aa60e8a3895162c43d1be8f) [2](https://github.com/MrTyton/AutomatedFanfic/commit/3abb7ddb7bf4a6d6d39d16d80719f96298cc4c7f) for implementation of class and docstrings. While this does work locally, I have not pushed this live to the...
From what i was told there should be 3 options for update type the CLI options: -u/--update-epub, ( this updates only the chapters missing i believe) -U/--update-epub-always ( This will...
the notifications work for me now. I haven't tested thoroughly, but I can confirm discord webhooks and linux desktop notifications work on my system.
I'm running fanficfare off a calibre docker container, and i have the sharing server and custom columns set up. I have a separate email for fanfiction updates, too When the...
## Migration from Multiprocessing to Asyncio - Test Updates COMPLETE All tests have been updated to work with the new asyncio architecture per review feedback. ### Final Status **Tests Updated:**...
Some more detailed instructions in how to create a .venv enviroment as well as an example of a run.sh file which can run the app using .venv Just using the...