It would be cool if you could connect your Station account to a Mastodon instance and auto-post to Mastodon when posting from Station.
2 years ago 路 馃憤 alexlehm, gritty, jo
Although I also don't want to hammer Station with polling queries. If there were webhook support that could be an ideal solution. 路 2 years ago
Yeah, that's a pretty good idea. Station 馃憠 Mastodon is the direction I'd like to go. Polling idea might work. I might give it a try. 路 2 years ago
you could have a cronjob that reads the mastodon rss feed and post to station. or it would quite easy to parse the station page of your account with a cronjob and post that to mastodon 路 2 years ago
But then I'd have to author all of my postings locally to post to both. The nice thing about Station is I can post from anywhere I have a Gemini client. 路 2 years ago
you might be able to do that by writing a parser yourself and using a gemini request client to post the postings. I have written a mastodon to gemlog converter using local files and the gemini format is a bit limiting, you could do the same with the text format of the station posts with even more limitations 路 2 years ago