Skip to content

palfrey/book-blog

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Book Blog

Setup

Run make to create the protocol buffers files

Usage

python books.py [options] (<series name list>)*

Options:

	-h, --help					show this help message and exit
	-c COUNT, --count=COUNT  	Number of items per book (default: 20)

The list of series are in series.txt, and primarily consist of a series of Regex's defining the title, content and next page link written in Protocol Buffers text format

Generator

Run "python fanfiction.py <a story URL from FanFiction.net>" to generate a new series entry for an arbitrary FanFiction.net story, which can then be copied into series.txt

Run "python ao3.py <a story URL from archiveofourown.org>" to generate a new series entry for an arbitrary Archive of Our Own story, which can then be copied into series.txt

About

Makes Kindle books from a blog

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published