This repository has been archived on 2023-09-24. You can view files and clone it, but cannot push or open issues or pull requests.
takahe/README.md

24 lines
569 B
Markdown
Raw Normal View History

2022-11-06 01:29:46 +01:00
![takahē](static/img/logo-128.png)
2022-11-05 21:22:36 +01:00
2022-11-08 22:25:05 +01:00
A *very experimental* Fediverse server for microblogging/"toots". Not fully functional yet - I'm still working on making all the basic bits work!
2022-11-05 21:22:36 +01:00
Goals:
* Can run on serverless hosting
* Multiple account domains possible per server
2022-11-07 02:43:46 +01:00
* Mastodon client API compatible
* Async evented core for fan-out/delivery
2022-11-13 21:57:27 +01:00
## Deployment
### Requirements:
- **Python** 3.11
- **Postgresql** 14+
- **Lots of patience** This is *very experimental*
## Contributing
If you'd like to contribute, please read [CONTRIBUTING.md](./CONTRIBUTING.md).