BirdsiteLive/README.md

32 lines
1.6 KiB
Markdown
Raw Permalink Normal View History

2020-06-29 06:07:28 +02:00
![Test](https://github.com/NicolasConstant/BirdsiteLive/workflows/.NET%20Core/badge.svg?branch=master&event=push)
2020-12-30 02:11:59 +01:00
# BirdsiteLIVE
## About
BirdsiteLIVE is an ActivityPub bridge from Twitter, it's mostly a pet project/playground for me to handle ActivityPub concepts. Feel free to deploy your own instance (especially if you plan to follow a lot of users) since it use a proper Twitter API key and therefore will have limited calls ceiling (it won't scale, and it's by design).
## State of development
2022-11-10 02:13:22 +01:00
The code is pretty messy and far from a good state, since it's a playground for me the aim was to understand some AP concepts, not to provide a good state-of-the-art codebase. But I might refactor it to make it cleaner.
2020-12-30 02:11:59 +01:00
## Official instance
2022-11-10 02:13:22 +01:00
There's none! Please read [here why I've stopped it](https://write.as/nicolas-constant/closing-the-official-bsl-instance).
2020-12-30 02:11:59 +01:00
## Installation
2022-11-13 23:01:51 +01:00
I'm providing a [docker build](https://hub.docker.com/r/nicolasconstant/birdsitelive) (linux/amd64 only). To install it on your own server, please follow [those instructions](https://github.com/NicolasConstant/BirdsiteLive/blob/master/INSTALLATION.md). More [options](https://github.com/NicolasConstant/BirdsiteLive/blob/master/VARIABLES.md) are also available.
2020-12-30 02:11:59 +01:00
2021-05-29 04:12:49 +02:00
Also a [CLI](https://github.com/NicolasConstant/BirdsiteLive/blob/master/BSLManager.md) is available for adminitrative tasks.
2020-12-30 02:11:59 +01:00
## License
2021-01-12 00:09:33 +01:00
This project is licensed under the AGPLv3 License - see [LICENSE](https://github.com/NicolasConstant/BirdsiteLive/blob/master/LICENSE) for details.
2020-12-30 02:11:59 +01:00
## Contact
2021-01-13 05:07:10 +01:00
You can contact me via ActivityPub <a rel="me" href="https://fosstodon.org/@BirdsiteLIVE">here</a>.