Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/back-2-95/mastodon-poster
Create status posts on Mastodon via REST API
https://github.com/back-2-95/mastodon-poster
mastodon symfony
Last synced: 25 days ago
JSON representation
Create status posts on Mastodon via REST API
- Host: GitHub
- URL: https://github.com/back-2-95/mastodon-poster
- Owner: back-2-95
- Created: 2022-12-18T11:54:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-18T18:50:54.000Z (almost 2 years ago)
- Last Synced: 2024-04-22T05:10:04.944Z (7 months ago)
- Topics: mastodon, symfony
- Language: PHP
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mastodon-poster
Create status posts on Mastodon via REST API.
## Setup
Copy `.env.dist` as `.env.local` and populate with values from https://YOUR_MASTODON_SERVER/settings/applications
```
composer install
bin/console mastodon:post 'Your status post via REST API'
```