Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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. 昔のツイーターが欲しいから作ってみた
- Host: GitHub
- URL: https://github.com/mayocream/twitter
- Owner: mayocream
- License: agpl-3.0
- Created: 2024-10-17T10:05:46.000Z (21 days ago)
- Default Branch: main
- Last Pushed: 2024-10-24T01:25:49.000Z (14 days ago)
- Last Synced: 2024-10-24T04:33:40.884Z (14 days ago)
- Topics: golang, mastodon, sns, twitter
- Language: Go
- Homepage: https://twitter.co.jp
- Size: 425 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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