在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):emersion/emuarius开源软件地址(OpenSource Url):https://github.com/emersion/emuarius开源编程语言(OpenSource Language):Go 100.0%开源软件介绍(OpenSource Introduction):emuariusBridge 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. UsageYour 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 Dockerdocker 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 ConfigurationYou can configure emuarius with a toml configuration file or environment variables. Environment variables will take precedence over toml values.
LicenseMIT |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论