https://github.com/mertssmnoglu/crosspost-env
My crosspost Environment
https://github.com/mertssmnoglu/crosspost-env
crosspost
Last synced: about 1 month ago
JSON representation
My crosspost Environment
- Host: GitHub
- URL: https://github.com/mertssmnoglu/crosspost-env
- Owner: mertssmnoglu
- Created: 2025-08-25T19:31:42.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-08-25T19:31:51.000Z (about 2 months ago)
- Last Synced: 2025-08-27T16:51:40.250Z (about 2 months ago)
- Topics: crosspost
- Homepage: https://mertsismanoglu.com/blog/crossposting-on-social-media-with-crosspost/
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Using CrossPost
- See my [blog post for more](https://mertsismanoglu.com/blog/crossposting-on-social-media-with-crosspost/)
Mastodon only
```shell
CROSSPOST_DOTENV=.env crosspost -m --file _posts/message.txt
```Mastodon, Twitter and Bluesky
```shell
CROSSPOST_DOTENV=.env crosspost -m -t -b --file _posts/message.txt
```