Creating a Bot for Bluesky Social

This page summarizes the projects mentioned and recommended in the original post on dev.to

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • websocket

    Discontinued A fast, well-tested and widely used WebSocket implementation for Go.

    We will also use the Gorilla Websocket package, download the package with:

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • go-car

    A content addressible archive utility

    The function creates a block reader to interpret the data contained in the CAR file, we are using the packages carV2 and go-cid

  • godotenv

    A Go port of Ruby's dotenv library (Loads environment variables from .env files)

    err := godotenv.Load(): We use the godotenv package to be able to access the variables of the .env locally.

  • go-vagas

    repository of the project

  • social-app

    The Bluesky Social application for Web, iOS, and Android

    We will develop a bot for the social network Bluesky, we will use Golang for this, this bot will monitor some hashtags via websocket, if it finds one of these hashtags it will make a repost and like the original post.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
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

  • As gorilla websocket has been archived which library can we use?

    1 project | /r/websocket | 23 Feb 2023
  • WebSockets in Go: A hijackers' perspective

    1 project | dev.to | 11 Feb 2023
  • How to install gorilla websocket in go 1.20?

    1 project | /r/golang | 4 Feb 2023
  • this code always comes back as Not found. in ubuntu 22

    1 project | /r/golang | 15 Dec 2022
  • this code always comes back as Not found. in ubuntu 22

    1 project | /r/golang | 15 Dec 2022

Did you konow that Go is
the 4th most popular programming language
based on number of metions?