I want to make a request based bot.

This page summarizes the projects mentioned and recommended in the original post on /r/golang

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • chromedp

    A faster, simpler way to drive browsers supporting the Chrome DevTools Protocol.

    The built in Go HTTP package is more than capable at sending off the HTTP requests you need. I have some articles on my blog that teach you how to use the chrome dev tools to spot requests to mimic. If the site you're automating has TLS fingerprinting you may want to take a look at uTLS to mimic the fingerprint of popular modern browsers. If the request route is proving to be too much work you can use chromedp which allows you to control Chrome. Hope this helps

  • gorip

    Facebook scraper and a basic facebook bot, made with Golang.

    I uploaded a github repo today that takes the same core ideas. Here's the link: https://github.com/MenesesGHZ/gorip

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts