Adding a twipassword.py and a quick readme.txt.

This commit is contained in:
retiefjimm 2010-10-20 14:58:48 -05:00
parent c056ed0740
commit 5bca3106df
2 changed files with 12 additions and 0 deletions

10
readme.txt Normal file
View file

@ -0,0 +1,10 @@
To use, do:
python downaloder.py <url> (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.

2
twipassword.py Normal file
View file

@ -0,0 +1,2 @@
# This is really for the web version. downalod.py will ask.
password='somepass'