Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/upcraftlp/bluesky-post-bot
- Owner: UpcraftLP
- Created: 2023-08-20T03:01:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-06T03:53:47.000Z (about 1 year ago)
- Last Synced: 2024-10-11T09:58:46.684Z (28 days ago)
- Topics: atproto, bluesky, discord, discord-bot, docker, postgresql
- Language: C#
- Homepage:
- Size: 64.5 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
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
[![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.