{"id":13599057,"url":"https://github.com/JimmXinu/FanFicFare","last_synced_at":"2025-04-10T12:31:11.975Z","repository":{"id":29723272,"uuid":"33266451","full_name":"JimmXinu/FanFicFare","owner":"JimmXinu","description":"FanFicFare is a tool for making eBooks from stories on fanfiction and other web sites.","archived":false,"fork":false,"pushed_at":"2024-10-29T21:16:22.000Z","size":19245,"stargazers_count":771,"open_issues_count":29,"forks_count":165,"subscribers_count":43,"default_branch":"main","last_synced_at":"2024-10-29T23:42:50.313Z","etag":null,"topics":["calibre-plugin","cli","downloader","ebook","epub","fanfiction","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JimmXinu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-04-01T18:55:56.000Z","updated_at":"2024-10-29T21:16:26.000Z","dependencies_parsed_at":"2024-03-10T22:29:46.677Z","dependency_job_id":"ac9397d3-5dec-4e14-9742-f9eb62c1ef88","html_url":"https://github.com/JimmXinu/FanFicFare","commit_stats":{"total_commits":4869,"total_committers":71,"mean_commits":68.5774647887324,"dds":"0.10084206202505652","last_synced_commit":"dd636bb55f4fcb63591489eacf89e2d038bcdc84"},"previous_names":[],"tags_count":468,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JimmXinu%2FFanFicFare","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JimmXinu%2FFanFicFare/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JimmXinu%2FFanFicFare/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JimmXinu%2FFanFicFare/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JimmXinu","download_url":"https://codeload.github.com/JimmXinu/FanFicFare/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248217126,"owners_count":21066633,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["calibre-plugin","cli","downloader","ebook","epub","fanfiction","python"],"created_at":"2024-08-01T17:00:59.354Z","updated_at":"2025-04-10T12:31:11.278Z","avatar_url":"https://github.com/JimmXinu.png","language":"Python","funding_links":[],"categories":["Python","Download utilities"],"sub_categories":["Application-specific"],"readme":"[FanFicFare](https://github.com/JimmXinu/FanFicFare)\n==========\n\nFanFicFare makes reading stories from various websites much easier by helping\nyou download them to EBook files.\n\nFanFicFare was previously known as FanFictionDownLoader (AKA\nFFDL, AKA fanficdownloader).\n\nMain features:\n\n- Download FanFiction stories from over [100 different sites](https://github.com/JimmXinu/FanFicFare/wiki/SupportedSites). into ebooks.\n\n- Update previously downloaded EPUB format ebooks, downloading only new chapters.\n\n- Get Story URLs from Web Pages.\n\n- Support for downloading images in the story text. (EPUB and HTML\n  only -- download EPUB and convert to AZW3 for Kindle) More details on\n  configuring images in stories and cover images can be found in the\n  [FAQs] or [this post in the old FFDL thread].\n\n- Support for cover image. (EPUB only)\n\n- Optionally keep an Update Log of past updates (EPUB only).\n\nThere's additional info in the project [wiki] pages.\n\nThere's also a [FanFicFare maillist] for discussion and announcements and a [discussion thread] for the Calibre plugin.\n\nGetting FanFicFare\n==================\n\n### Official Releases\n\nThis program is available as:\n\n- A Calibre plugin from within Calibre or directly from the plugin [discussion thread], or;\n- A Command Line Interface (CLI) [Python\n  package](https://pypi.python.org/pypi/FanFicFare) that you can\n  install with:\n```\npip install FanFicFare\n```\n- _As of late November 2019, the web service version is shutdown.  See the [Wiki Home](https://github.com/JimmXinu/FanFicFare/wiki#web-service-version) page for details._\n\n### Test Versions\n\nFanFicFare is released roughly every month, but new test versions are posted more frequently as changes are made.\n\nTest versions are available at:\n\n- The [test plugin] is posted at MobileRead.\n- The test version of CLI for pip install is uploaded to the testpypi repository and can be installed with:\n```\npip install --extra-index-url https://testpypi.python.org/pypi --upgrade FanFicFare\n```\n\n### Other Releases\n\nOther versions may be available depending on your OS.  I(JimmXinu) don't directly support these:\n\n- **Arch Linux**: The latest CLI release can be obtained from the [fanficfare](https://aur.archlinux.org/packages/fanficfare) AUR package. It will install the calibre plugin, if calibre is installed.\n\n\n[this post in the old FFDL thread]: https://www.mobileread.com/forums/showthread.php?p=1982785#post1982785\n[FAQs]: https://github.com/JimmXinu/FanFicFare/wiki/FAQs#can-fanficfare-download-a-story-containing-images\n[FanFicFare maillist]: https://groups.google.com/group/fanfic-downloader\n[wiki]: https://github.com/JimmXinu/FanFicFare/wiki\n[discussion thread]: https://www.mobileread.com/forums/showthread.php?t=259221\n[test plugin]: https://www.mobileread.com/forums/showthread.php?p=3084025\u0026postcount=2\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJimmXinu%2FFanFicFare","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJimmXinu%2FFanFicFare","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJimmXinu%2FFanFicFare/lists"}