From 5bca3106dfef0d6a91aec40a65d45c765ad8d755 Mon Sep 17 00:00:00 2001 From: retiefjimm Date: Wed, 20 Oct 2010 14:58:48 -0500 Subject: [PATCH] Adding a twipassword.py and a quick readme.txt. --- readme.txt | 10 ++++++++++ twipassword.py | 2 ++ 2 files changed, 12 insertions(+) create mode 100644 readme.txt create mode 100644 twipassword.py diff --git a/readme.txt b/readme.txt new file mode 100644 index 00000000..996efe64 --- /dev/null +++ b/readme.txt @@ -0,0 +1,10 @@ +To use, do: + +python downaloder.py (epub|html) + +Eg: + +python downaloder.py http://www.fanfiction.net/s/5192986/1/A_Fox_in_Tokyo epub + +This tool uses Python 2.5.2, but should work with newer versions. + diff --git a/twipassword.py b/twipassword.py new file mode 100644 index 00000000..466686ff --- /dev/null +++ b/twipassword.py @@ -0,0 +1,2 @@ +# This is really for the web version. downalod.py will ask. +password='somepass'