mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-06 08:52:55 +01:00
Adding a twipassword.py and a quick readme.txt.
This commit is contained in:
parent
c056ed0740
commit
5bca3106df
2 changed files with 12 additions and 0 deletions
10
readme.txt
Normal file
10
readme.txt
Normal 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
2
twipassword.py
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
# This is really for the web version. downalod.py will ask.
|
||||||
|
password='somepass'
|
||||||
Loading…
Reference in a new issue