Emuarius
Bridge between Twitter and Mastodon
Install / Use
/learn @emersion/EmuariusREADME
emuarius
Bridge between Twitter and Mastodon (or any OStatus-compliant instance). Powered by go-ostatus.
For the moment, this is a read-only bridge: you'll be able to see Twitter activity from Mastodon (try to follow twitter_username@rootURL), but you won't be able to interact with it.
Usage
Your server must be configured with a domain name and HTTPS.
go get -u github.com/emersion/emuarius/cmd/...
cp emuarius.example.toml emuarius.toml
# Fill emuarius.toml with Twitter app credentials
emuarius
Docker
docker build -t emuarius .
docker run -p 4004:4004 \
-e "EMUARIUS_TWITTER_CONSUMER_SECRET=xxx" \
-e "EMUARIUS_TWITTER_ACCESS_TOKEN=xxx" \
-e "EMUARIUS_TWITTER_ACCESS_TOKEN_SECRET=xxx" \
-e "EMUARIUS_TWITTER_CONSUMER_KEY=xxx" emuarius
Configuration
You can configure emuarius with a toml configuration file or environment variables. Environment variables will take precedence over toml values.
| toml | env | default | | ------------------------- | ------------------------------------ | ---------------------- | | | PORT | | | address | EMUARIUS_ADDRESS | :4004 or 0.0.0.0:$PORT | | rootURL | EMUARIUS_ROOT_URL | http://localhost:4004 | | databasePath | EMUARIUS_DATABASE_PATH | ./emuarius.db | | twitter.consumerKey | EMUARIUS_TWITTER_CONSUMER_KEY | | | twitter.consumerSecret | EMUARIUS_TWITTER_CONSUMER_SECRET | | | twitter.accessToken | EMUARIUS_TWITTER_ACCESS_TOKEN | | | twitter.accessTokenSecret | EMUARIUS_TWITTER_ACCESS_TOKEN_SECRET | |
License
MIT
Related Skills
node-connect
345.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
xurl
345.4kA CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.
frontend-design
104.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
345.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
