Georgios Komninos

Results 88 comments of Georgios Komninos

you are doing something wrong. the program takes as an input a file . you need to ensure that this file is the one that you add in the container....

A1) Not it scrapes and writes all the data. You need to manually keep the data you need in your csv. Open with Excel or similar software and delete the...

I will look into it

this is a bug . thank you very much for reporting this @vincerogers . it is just fixed. Please try the latest main or tag v1.1.2

``` go run main.go -depth 1 -input example-queries.txt -lang en -results test-out.csv -exit-on-inactivity 1m -email -debug -c 1 ``` just run the above (in debug mode) and I got emails

> You are correct, that did produce emails on the output csv. However, when I run basically the same thing at postgres via: > > `go run main.go -depth 1...

I confirmed that it's a bug. I don't think it's trivial to fix and it will take some time. I will update the issue once this is fixed. Thanks for...

hi @alikud , if you are using the low level api and not using javascript rendering then you can utilize the https://pkg.go.dev/github.com/gosom/scrapemate?utm_source=godoc#WithHTTPFetcher to initialize your own http fetcher implementation. see...

please provide a sample query and the depth value you used