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: about 1 month ago
JSON representation
A Discord bot to listen for posts on Bluesky.
- Host: GitHub
- URL: https://github.com/upcraftlp/bluesky-post-bot
- Owner: UpcraftLP
- Created: 2023-08-20T03:01:52.000Z (over 1 year ago)
- Default Branch: legacy/dotnet
- Last Pushed: 2024-10-31T06:15:38.000Z (6 months ago)
- Last Synced: 2025-02-28T16:40:48.988Z (about 2 months ago)
- Topics: atproto, bluesky, discord, discord-bot, docker, postgresql
- Language: C#
- Homepage:
- Size: 64.5 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
[](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.