Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mayocream/twitter

Twitter, without restrictions. 昔のツイーターが欲しいから作ってみた
https://github.com/mayocream/twitter

golang mastodon sns twitter

Last synced: 13 days ago
JSON representation

Twitter, without restrictions. 昔のツイーターが欲しいから作ってみた

Awesome Lists containing this project

README

        

# Twitter

Yet another Twitter. Self-hosted, privacy-focused, and open-source federated social network.

## Disclaimer

This project is not affiliated with Twitter, Inc. in any way.

## Features

- [x] Sign up
- [ ] Timeline
- [ ] Tweet
- [ ] Retweet
- [ ] Like
- [ ] Follow
- [ ] Unfollow
- [ ] Notifications
- [ ] Search

## Development

Generate JWT Key Pair:

```bash
openssl genpkey -algorithm ED25519 -out ed25519.pem
openssl pkey -in ed25519.pem -pubout -out ed25519.pub
```

## License

AGPL-3.0