Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nokorpo/mastodon-viewer-godot
A simple Control node for Godot to see a Mastodon user timeline.
https://github.com/nokorpo/mastodon-viewer-godot
godot mastodon
Last synced: about 1 month ago
JSON representation
A simple Control node for Godot to see a Mastodon user timeline.
- Host: GitHub
- URL: https://github.com/nokorpo/mastodon-viewer-godot
- Owner: Nokorpo
- License: mit
- Created: 2024-05-08T21:07:37.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-08T21:56:15.000Z (6 months ago)
- Last Synced: 2024-09-26T20:43:51.140Z (about 2 months ago)
- Topics: godot, mastodon
- Language: GDScript
- Homepage: https://nokorpo.com/
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mastodon-viewer-godot
![icon](icon.svg)
A simple Control node for Godot to see a Mastodon user timeline.
![Screenshot](screenshot.png)
## How to use
Use the `MastodonViewer` node and set up it's parameter:
1. Set up your Mastodon server URL (example): `https://mastodon.gamedev.place`
2. Set up your Mastodon user id (example): `109282546179741156`
> To see what your user id use: `[server_url]/api/v1/accounts/lookup?acct=[username]`. (example): `https://mastodon.gamedev.place/api/v1/accounts/lookup?acct=ANTIMUNDO`