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-05 18:29:46 -06:00
![takahē](static/img/logo-128.png)
2022-11-05 14:22:36 -06:00
2022-11-08 14:25:05 -07: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 14:22:36 -06:00
Goals:
* Can run on serverless hosting
* Multiple account domains possible per server
2022-11-06 18:43:46 -07:00
* Mastodon client API compatible
* Async evented core for fan-out/delivery
2022-11-13 15:57:27 -05: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).