Skip to content

nexusriot/antiworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Antiworld

Tool for downloading books from https://fantasy-worlds.org website.

Warning: Made for educational purposes only under MIT license. If you like the book please buy it.

Demo

Building (linux, static):

go build -ldflags "-linkmode external -extldflags -static"

Building (windows):

GOOS=windows GOARCH=amd64 go build -o antiworld.exe

Configuration file example, use encryptor to get encrypted password.

{
    "download_folder": "_library/",
    "base_url": "https://fantasy-worlds.org",
    "proxy" : {
                "address": "10.0.0.5:1080",
                "username": "proxy_username",
                "password": "Pta76Ta71a++24-3P77vPI="
    }   
}

Proxy section is optional (currently supported only SOCKS5), so if you don't want to use SOCKS5 proxy, just ignore it.

About

fantasy-worlds.org book downloader

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages