6 Commits

Author SHA1 Message Date
Doc
07224f9258 Fixed formating 2024-03-20 10:14:46 +01:00
Doc
ab2133a193 Corrected install instructions 2024-03-20 10:13:56 +01:00
Doc
c2414cf366 Spelling mistake 2024-03-20 10:12:04 +01:00
Doc
4dd5f5ad77 Merge branch 'master' of https://git.protron.dev/Doc/Scrapychan 2024-03-20 10:09:50 +01:00
Doc
dcbd82ec6a Corrected install und build instructions 2024-03-20 10:08:27 +01:00
Doc
59ef434f5b Merge pull request 'add-async-functionality' (#1) from add-async-functionality into master
Reviewed-on: #1
2024-03-20 10:01:37 +01:00

View File

@@ -1,18 +1,25 @@
# scrapychan # scrapychan
## Description ## Description
Scrapychan is a go rewrite of a original [scraperchan](https://git.protron.dev/Doc/scraperchan) that i wrote in Python. There was no reason to rewrite the original program but atleast it is faster and i learned some go. scrapychan is a go rewrite of a original [scraperchan](https://git.protron.dev/Doc/scraperchan) that i wrote in Python. There was no reason to rewrite the original program but atleast it is faster and i learned some go.
## Install ## Install
### Build from source
#### Dependencies
You just need to have [go](https://go.dev/doc/install) installed
#### Build
``` ```
go install https://git.protron.dev/Doc/scrapychan git clone https://git.protron.dev/Doc/scrapychan
cd scrapychan
go build
go install
``` ```
or use the binary's provided in the [release section](https://git.protron.dev/Doc/Scrapychan/releases) ### Prebuild binaries
or use the binaries provided in the [release section](https://git.protron.dev/Doc/Scrapychan/releases)
## How to use ## How to use
``` ```
scrapychan -u=<Thread URL> -o=<Destinationpath of media> -v=<true or false to enable verbose logging> scrapychan -u=<Thread URL> -o=<Destinationpath of media> -v=<true or false to enable verbose logging>
``` ```