Go to file
2020-12-22 04:06:55 -05:00
.gitignore .gitignore 2017-08-15 20:41:45 -04:00
balloonNotify.py Wrapper script for notifications 2016-09-08 06:09:42 -04:00
config_template.ini Update to Python3 and some other fixes 2020-12-22 04:06:55 -05:00
fanficdownload.py Update to Python3 and some other fixes 2020-12-22 04:06:55 -05:00
ff.png Wrapper script for notifications 2016-09-08 06:09:42 -04:00
giNotify.py Wrapper script for notifications 2016-09-08 06:09:42 -04:00
README.md Update to Python3 and some other fixes 2020-12-22 04:06:55 -05:00
runner_notify.py Update to Python3 and some other fixes 2020-12-22 04:06:55 -05:00

AutomatedFanfic

Python script to automate the use of FanFicFare CLI (https://github.com/JimmXinu/FanFicFare) with calibre.

Primary script is fanficdownload.py. Use -h or --help to see the options.

All of the options can be loaded into the config file, of which the template is provided in config_template.ini, and utilized with python3 fanficdownload.py -c path_to_config.ini.

There is additional support for notifications, including pushbullet integration, through runner_notify. Use -h to see options.

Works with Fanficfare 2.3.6+. Rewrite underway to take advantage of new features in Fanficfare 2.4.0

Requires Python 3.6.9. Unsure if it will work on higher versions of Python.

For basic cron usage, this is not needed, fanficfare -dowload-imap -u should work if you're not integrating into calibre. This script is best used if you want to update the calibre library, for the usage of calibre-server for instance.

If anything does not work, please open a ticket.