Yet another set of scraping tools for FanFiction.Net
- Documentation: https://ffscraper.readthedocs.io/en/latest/
- Questions? Contact Alexander L. Hayes
pip install ffscraper
Interact with the scraper from the command line:
$ python -m ffscraper --help
$ python -m ffscraper -s 123
Or import the Python package and start building your own systems:
import ffscraper as ffs
sids = ["123", "124", "125"]
for id in sids:
story = ffs.fanfic.story.scraper(id)
print(story)
[1] | : Milli, Smitha and David Bamman, "Beyond Canonical Texts: A Computational Analysis of Fanfiction." Proceedings of the 2016 Conference on Empirical Methods in Natural Language Processing. |
[2] | : [2] Yin, K., Aragon, C., Evans, S. and Katie Davis. "Where No One Has Gone Before: A Meta-Dataset of the World's Largest Fanfiction Repository." Proceedings of the 2017 CHI Conference on Human Factors in Computing Systems. ACM, 2017. |
- [monochrome](https://github.com/dyutibarma/monochrome) is a Jekyll theme by [@dyutibarma](https://github.com/dyutibarma/). Used under the terms of the [MIT License](https://github.com/dyutibarma/monochrome/blob/master/license.md).