https://github.com/roxasshadow/ffetcher
FFetcher is a backup utility for Forumfree and Forumcommunity platforms.
https://github.com/roxasshadow/ffetcher
Last synced: 10 months ago
JSON representation
FFetcher is a backup utility for Forumfree and Forumcommunity platforms.
- Host: GitHub
- URL: https://github.com/roxasshadow/ffetcher
- Owner: RoxasShadow
- Created: 2012-07-03T11:08:58.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-07-24T23:42:58.000Z (about 14 years ago)
- Last Synced: 2025-02-08T02:45:28.426Z (over 1 year ago)
- Language: Ruby
- Size: 113 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
FFetcher
=========
FFetcher is a backup utility for Forumfree and Forumcommunity platforms.
Just give the URL of a section of the forum and it will fetch, organize and backup all the topics present there.
You can give a file with some URLs for each line too.
Lines don't start with 'http' are considered comments and will not be fetched.
```
[sudo/rvm] gem install nokogiri
[sudo/rvm] gem install htmlentities
ruby ffetcher.rb -h
ruby ffetcher.rb --section "http://*******"forumcommunity.net/?f=*******"
ruby ffetcher.rb --file "urls.txt"
```
Windows user, please, the way to run Ruby is not hard. Really.
Download the latest RubyInstaller from http://rubyinstaller.org and install it ticking all the box.
So run the Command Prompt and do
```
gem install nokogiri
gem install htmlentities
cd PATH_WHERE_IS_PLACED_FFETCHER
ruby ffetcher.rb -h
ruby ffetcher.rb --section "http://*******"forumcommunity.net/?f=*******"
ruby ffetcher.rb --file "urls.txt"
```