wattpad-ebook-scraper icon indicating copy to clipboard operation
wattpad-ebook-scraper copied to clipboard

UNMAINTAINED, use https://github.com/JimmXinu/FanFicFare instead

Results 9 wattpad-ebook-scraper issues
Sort by recently updated
recently updated
newest added

$ python scrape.py http://www.wattpad.com/story/9876543-example-story http://www.wattpad.com/story/9999999-example-story-2 Story "He Doesn't Know.": 9876543 Traceback (most recent call last): File "scrape.py", line 134, in main() File "scrape.py", line 128, in main download_story(story_id) File "scrape.py",...

After the run of the script, ``outputDir`` still remains behind on my system. ``` matej@mitmanek: ~$ wattpad_scrape https://www.wattpad.com/story/12122491-dursley%27s-daughter-a-harry-potter-next-generation Story "Dursley's Daughter (A Harry Potter Next Generation Fan Fic)": 12122491 Downloading...

Hi First of all, a huge thank you! I have been looking hard to find such a tool! As a non-python user, I had some difficulties to get it working....

I have to work on RHEL-7 where we still have only python 2.7. Given that this doesn't break py3k compatibility, I think it should be painless to add this modification...

If anybody needs it, the port to python2.7 is available in the fork https://github.com/mcepl/wattpad-ebook-scraper (branch python2).

Hi, I am trying to convert wattpad ebook into epub and it fails. I am using Yosemite 10.10.5 After running python3 scrape.py https://www.wattpad.com/story/13729647-1-pasajero-el-peso-de-la-vida-sin-editar I've got the following error: File "scrape.py",...

`*** scrape.py.ORIG 2015-11-24 11:06:25.000000000 +0100` `--- scrape.py 2015-11-24 11:08:04.000000000 +0100` `***************` `*** 7,12 ****` `--- 7,13 ----` `import requests` `import dateutil.parser` `from genshi.input import HTML` `+ import time` `import random`...