Open AC1003 opened 3 years ago
Yes, you have to download Tor first and have it running. The easiest way is probably to just run Tor browser https://www.torproject.org and open it. That should start the Tor service on port 9050. On how to download and run this project.. I think the README is pretty good I mean you literally just do a go install and you're good to go.
Hello there!! I'm too frustrated and I decided to keep instruction here in this issue. I think maintainers should make instructions more user-friendly.
go get x
where x is url of dependency:
golang.org/x/net/proxy - For the Tor SOCKS Proxy connection.
golang.org/x/net/crypto - For PGP parsing
golang.org/x/net/html - For HTML parsing
github.com/rwcarlsen/goexif - For EXIF data extraction.
github.com/HouzuoGuo/tiedot/db - For crawl database.
For example go get golang.org/x/net/proxy
. There will be error for golang.org/x/net/crypto, ignore itgit clone https://github.com/s-rah/onionscan
. Other options such as github desktop are also available.go install github.com/s-rah/onionscan@latest
Hello there. I don't know how I am supposed to download the software, or how to run it. must i have Tor first? How do i download dependencies? I have no idea what to do.