{"id":15678016,"url":"https://github.com/devigned/go-twitter-action","last_synced_at":"2025-06-18T01:38:33.753Z","repository":{"id":56438652,"uuid":"310372973","full_name":"devigned/go-twitter-action","owner":"devigned","description":"Golang based GitHub Action for sending out a tweet in your build","archived":false,"fork":false,"pushed_at":"2020-11-07T17:35:09.000Z","size":139,"stargazers_count":12,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-24T04:15:19.546Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Makefile","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/devigned.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":"2020-11-05T17:34:46.000Z","updated_at":"2022-12-09T16:14:42.000Z","dependencies_parsed_at":"2023-01-04T12:30:52.451Z","dependency_job_id":null,"html_url":"https://github.com/devigned/go-twitter-action","commit_stats":{"total_commits":22,"total_committers":2,"mean_commits":11.0,"dds":0.2272727272727273,"last_synced_commit":"ab1e58a9b94eee5bc491120181a84d0ace472ccb"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devigned%2Fgo-twitter-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devigned%2Fgo-twitter-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devigned%2Fgo-twitter-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devigned%2Fgo-twitter-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devigned","download_url":"https://codeload.github.com/devigned/go-twitter-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250560056,"owners_count":21450173,"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","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":[],"created_at":"2024-10-03T16:15:10.039Z","updated_at":"2025-04-24T04:15:31.310Z","avatar_url":"https://github.com/devigned.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go Twitter GitHub Action\nGolang based GitHub Action for sending out a tweet in your build. Why? Because sometimes you want to give\nfolks on your repo access to send out a tweet as new stuff is released.\n\n## Inputs\n\n### `message`\n\n**Required** The tweet you would like to send\n\n### `apiKey`\n\n**Required** The API key under Consumer Keys in the [Twitter developer portal](https://developer.twitter.com/en/portal/projects-and-apps)\n\n### `apiKeySecret`\n\n**Requried** The API key secret under Consumer Keys in the [Twitter developer portal](https://developer.twitter.com/en/portal/projects-and-apps)\n\n### `accessToken`\n\n**Required** The access token under Authentication Tokens in the [Twitter developer portal](https://developer.twitter.com/en/portal/projects-and-apps)\n\n### `accessTokenSecret`\n\n**Required** The access token secret under Authentications Tokens in the [Twitter developer portal](https://developer.twitter.com/en/portal/projects-and-apps)\n\nThe developer portal area for keys and secrets look like the below image when this was written. All the input\nnames were selected to align with the UI.\n\n![Twitter Developer Portal keys and secrets UI](./images/twitter-app-keys.png)\n\n## Outputs\n\n### `errorMessage`\n\nIf there was an error, return it to you.\n\n## Example usage\n```\n- uses: devigned/go-twitter-action@v1\n  with:\n    message: \"Hey folks we just release a new version of ACME widgets!\"\n    apiKey: ${{ secrets.API_KEY }}\n    apiKeySecret: ${{ secrets.API_KEY_SECRET }}\n    accessToken: ${{ secrets.ACCESS_TOKEN }}\n    accessTokenSecret: ${{ secrets.ACCESS_TOKEN_SECRET }}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevigned%2Fgo-twitter-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevigned%2Fgo-twitter-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevigned%2Fgo-twitter-action/lists"}