https://github.com/mertssmnoglu/crosspost-env
My crosspost Environment
https://github.com/mertssmnoglu/crosspost-env
crosspost
Last synced: 5 months ago
JSON representation
My crosspost Environment
- Host: GitHub
- URL: https://github.com/mertssmnoglu/crosspost-env
- Owner: mertssmnoglu
- Created: 2025-08-25T19:31:42.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-25T19:31:51.000Z (11 months ago)
- Last Synced: 2025-12-26T08:42:02.197Z (7 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
```