Island Backup is a utility that download threads content and images from Anonymously broad website. The content will be saved as html file.
Island Backup is written by aiohttp which use asyncio, so only support Python3.
So far, Island Backup Support website below
- A岛 (https://www.nmbxd1.com/)
- 4chan (http://www.4chan.org/)
- 2chan (http://www.2chan.net/)
remove
- (remove)kukuku (http://kukuku.cc/)
- (remove)备胎岛 (http://h.adnmb.com/Forum)
island_backup http://boards.4chan.org/a/thread/149376017
pip3 install island-backup
Download latest binary package
https://github.com/littlezz/island-backup/releases
⇒ island_backup --help (env: island_backup)
Usage: island_backup [OPTIONS] [URL]
Options:
-url TEXT
--debug enable debug mode
--force-update force update image
--conn-count INTEGER RANGE max conn number connector use. from 1 to 20.
Default is no limit
-p, --proxy TEXT http proxy address, ex, http://127.0.0.1:1080
--version Show the version and exit.
--help Show this message and exit.
Create a json file named island_backup.json, write you config in it. Program will search on current path or ~/.island_backup/
For windows user, you should create file in program main folder.
For example, a island_backup.json could be
{
"conn-count": "10",
"debug": true,
"proxy": " http://127.0.0.1:1080"
}