{"id":15163500,"url":"https://github.com/emersion/emuarius","last_synced_at":"2025-09-30T18:32:09.690Z","repository":{"id":57536932,"uuid":"89132423","full_name":"emersion/emuarius","owner":"emersion","description":"Bridge between Twitter and Mastodon","archived":true,"fork":false,"pushed_at":"2019-11-24T23:15:40.000Z","size":46,"stargazers_count":61,"open_issues_count":3,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-09-25T21:37:43.209Z","etag":null,"topics":["golang","mastodon","ostatus","twitter"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/emersion.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-23T09:58:54.000Z","updated_at":"2025-08-27T12:12:30.000Z","dependencies_parsed_at":"2022-08-29T00:30:51.975Z","dependency_job_id":null,"html_url":"https://github.com/emersion/emuarius","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/emersion/emuarius","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emersion%2Femuarius","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emersion%2Femuarius/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emersion%2Femuarius/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emersion%2Femuarius/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emersion","download_url":"https://codeload.github.com/emersion/emuarius/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emersion%2Femuarius/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277441734,"owners_count":25818436,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-28T02:00:08.834Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["golang","mastodon","ostatus","twitter"],"created_at":"2024-09-27T02:43:18.389Z","updated_at":"2025-09-30T18:32:09.378Z","avatar_url":"https://github.com/emersion.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# emuarius\n\nBridge between Twitter and Mastodon (or any OStatus-compliant instance). Powered by [go-ostatus](https://github.com/emersion/go-ostatus).\n\nFor the moment, this is a read-only bridge: you'll be able to see Twitter\nactivity from Mastodon (try to follow _twitter_username@rootURL_), but you won't be able to interact with it.\n\n## Usage\n\nYour server must be configured with a domain name and HTTPS.\n\n```shell\ngo get -u github.com/emersion/emuarius/cmd/...\ncp emuarius.example.toml emuarius.toml\n# Fill emuarius.toml with Twitter app credentials\nemuarius\n```\n\n### Docker\n\n```shell\ndocker build -t emuarius .\ndocker run -p 4004:4004 \\\n-e \"EMUARIUS_TWITTER_CONSUMER_SECRET=xxx\" \\\n-e \"EMUARIUS_TWITTER_ACCESS_TOKEN=xxx\" \\\n-e \"EMUARIUS_TWITTER_ACCESS_TOKEN_SECRET=xxx\" \\\n-e \"EMUARIUS_TWITTER_CONSUMER_KEY=xxx\"  emuarius\n```\n\n## Configuration\n\nYou can configure emuarius with a toml configuration file or environment variables. Environment variables will take precedence over toml values.\n\n| toml                      | env                                  | default                |\n| ------------------------- | ------------------------------------ | ---------------------- |\n|                           | PORT                                 |                        |\n| address                   | EMUARIUS_ADDRESS                     | :4004 or 0.0.0.0:$PORT |\n| rootURL                   | EMUARIUS_ROOT_URL                    | http://localhost:4004  |\n| databasePath              | EMUARIUS_DATABASE_PATH               | ./emuarius.db          |\n| twitter.consumerKey       | EMUARIUS_TWITTER_CONSUMER_KEY        |                        |\n| twitter.consumerSecret    | EMUARIUS_TWITTER_CONSUMER_SECRET     |                        |\n| twitter.accessToken       | EMUARIUS_TWITTER_ACCESS_TOKEN        |                        |\n| twitter.accessTokenSecret | EMUARIUS_TWITTER_ACCESS_TOKEN_SECRET |                        |\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femersion%2Femuarius","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femersion%2Femuarius","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femersion%2Femuarius/lists"}