Skip to content

Conversation

@markwinter
Copy link

@markwinter markwinter commented Jan 29, 2024

I rebased the previous PR as it had gotten stale #503 and I think several people are eager to use colly with chromedp

Will look to add tests and fix any builds. Can also squash commits when ready

// ...
// c.Visit("https://google.ca")
// }
func (c *Collector) Appengine(ctx context.Context) {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should use the functinal options instead

colly.NewCollector(
  SetHTTPDriver(NewAppEngineBackend(ctx))
)

@markwinter markwinter changed the title add chromedp backend Add HTTPDriver interface and chromedp implementation Jan 30, 2024
@markwinter markwinter closed this Feb 8, 2024
@marcalc
Copy link

marcalc commented Mar 25, 2025

@markwinter Why was your PR closed? Was it merged somewhere else? Appreciate it.

@markwinter
Copy link
Author

@marcalc Just because I didn't think it would be merged and didn't want to keep it up to date

@asciimoo
Copy link
Member

@markwinter This would be a very useful addition & the PR is clean. We are trying to find maintainers to resurrect the project and keep it well maintained. I'd appreciate a lot if you could rebase it one last time.

Sorry for the long delayed response.

@markwinter
Copy link
Author

@asciimoo Thanks for the feedback, I will rebase and open the PR again

@markwinter
Copy link
Author

Opened a new MR here #844

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants