Difference between revisions of "FanFiction.Net"

From Archiveteam
Jump to navigation Jump to search
m (updated to new repo link)
m (updated to new repo link)
Line 16: Line 16:
Fully Automated, so should be easy to grab.
Fully Automated, so should be easy to grab.


Yipdw has a partially done ruby project [https://gist.github.com/1577729 here] to grab it
Yipdw has a partially done ruby project [https://github.com/ArchiveTeam/ffnet-grab here] to grab it
requires ruby> 1.9
requires ruby> 1.9
  to get ruby do
  to get ruby do

Revision as of 02:15, 21 January 2012

FanFiction.Net
FanFiction.Net homepage.png
URL http://www.fanfiction.net/[IAWcite.todayMemWeb]
Status Online!
Archiving status In progress...
Archiving type Unknown
IRC channel #fanfriction (on hackint)

FanFiction.Net is the self-proclaimed "world's largest fanfiction archive and forum" and is one of if not the largest site hosting fanfiction. Has a sister site Fictionpress, invite-only, much smaller, identical layout.

It is in the process of being preemptively archived. Story ID#s are sequential, from 0000000 to 9999999 with chapters as a /# after that. Reviews are /r/id#, so nearly the same as story. Fully Automated, so should be easy to grab.

Yipdw has a partially done ruby project here to grab it requires ruby> 1.9

to get ruby do
bash < <(curl -s https://rvm.beginrescueend.com/install/rvm)
rvm install 1.9.3
download the git repo from the link