Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/upcraftlp/bluesky-post-bot

A Discord bot to listen for posts on Bluesky.
https://github.com/upcraftlp/bluesky-post-bot

atproto bluesky discord discord-bot docker postgresql

Last synced: 11 days ago
JSON representation

A Discord bot to listen for posts on Bluesky.

Awesome Lists containing this project

README

        

# Bluesky Post Bot

A discord bot to listen for posts on bluesky and repost them in a discord channel

[![Latest Release](https://img.shields.io/github/v/tag/upcraftlp/bluesky-post-bot?style=for-the-badge&logo=Docker&label=Latest%20Release)](https://ghcr.io/upcraftlp/bluesky-post-bot "View on GHCR.io")

## How to use

1. Set up a [PostgreSQL](https://hub.docker.com/_/postgres) database to connect the API to.

2. Simply download and run the docker container:

```sh
docker pull ghcr.io/upcraftlp/bluesky-post-bot:latest
```

An [example appsettings file](appsettings.Example.json) is provided to list all configuration values. Alternatively those can be supplied via environment variables. See the [ASP.NET Core documentation](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/configuration/?view=aspnetcore-7.0) on configuration.