From 7ba7d64959c0aa711772780d61606b915edfa7b2 Mon Sep 17 00:00:00 2001 From: David Lynch Date: Tue, 24 Dec 2013 02:47:22 -0600 Subject: [PATCH] A readme --- README.markdown | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.markdown diff --git a/README.markdown b/README.markdown new file mode 100644 index 0000000..068e684 --- /dev/null +++ b/README.markdown @@ -0,0 +1,25 @@ +Leech +=== + +Let's say you want to read some sort of fiction. You're a fan of it, perhaps. But mobile websites are kind of non-ideal, so you'd like a proper ebook made from whatever you're reading. + +Usage +--- + +You'll need python3 and BeautifulSoup. + + $ python3 leech.py [[URL]] + +A new file will appear named `Title of the Story.epub`. + +If you want to put it on a Kindle you'll have to convert it. I'd recommend [Calibre](http://calibre-ebook.com/), though you could also try using [kindlegen](http://www.amazon.com/gp/feature.html?docId=1000765211) directly. + +Supports +--- + + * Fanfiction.net + +Contributing +--- + +If you submit a pull request to add support for another site, I will nigh-certainly accept it. \ No newline at end of file