Difference between revisions of "FanFiction.Net"

From Archiveteam
Jump to navigation Jump to search
(more fleshing out of the progress)
(fix URL)
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 [git://gist.github.com/1432483 here] to grab it
Yipdw has a partially done ruby project [http://gist.github.com/1432483 here] to grab it
requires ruby> 1.9
requires ruby> 1.9
  to get ruby do
  to get ruby do

Revision as of 13:57, 10 December 2011

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