{"id":19839268,"url":"https://github.com/gsmlg-dev/send-tweet-v2-action","last_synced_at":"2026-05-15T02:03:22.170Z","repository":{"id":229994088,"uuid":"778173372","full_name":"gsmlg-dev/send-tweet-v2-action","owner":"gsmlg-dev","description":"Send tweet message use V2 API","archived":false,"fork":false,"pushed_at":"2024-03-28T05:33:33.000Z","size":2615,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-11T11:22:08.826Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gsmlg-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-27T08:12:29.000Z","updated_at":"2024-03-27T08:32:25.000Z","dependencies_parsed_at":"2024-11-12T12:32:51.710Z","dependency_job_id":null,"html_url":"https://github.com/gsmlg-dev/send-tweet-v2-action","commit_stats":null,"previous_names":["gsmlg-dev/send-tweet-v2-action"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsmlg-dev%2Fsend-tweet-v2-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsmlg-dev%2Fsend-tweet-v2-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsmlg-dev%2Fsend-tweet-v2-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsmlg-dev%2Fsend-tweet-v2-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gsmlg-dev","download_url":"https://codeload.github.com/gsmlg-dev/send-tweet-v2-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241209530,"owners_count":19927734,"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-11-12T12:21:26.652Z","updated_at":"2026-05-15T02:03:22.081Z","avatar_url":"https://github.com/gsmlg-dev.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Send Tweet V2 Action\n\nPost a tweet using V2 API to Twitter during a GitHub Actions workflow.\n\n\n## Inputs\n\n| name                | required | type   | default         | description   |\n| ------------------- | ---      | ------ | --------------- | ------------- |\n| message             | yes      | string |                 | tweet content\n| bearer-token        | yes      | string |                 | bearer-token\n| consumer-key        | no       | string |                 | \n| consumer-secret     | no       | string |                 | \n| access-token        | no       | string |                 | \n| access-token-secret | no       | string |                 | \n\n## Example usage\n\nWorkflow:\n\n```yml\nname: Send tweet\non:\n  schedule:\n    - cron: '0 0 * * *' # every day at 00:00\n  push:\n    branches: [ main ]\njobs:\n  publish:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: gsmlg-dev/send-tweet-v2-action@v1\n        with:\n          bearer-token: ${{ secrets.TWITTER_BEARER_TOKEN }}\n          consumer-key: ${{ secrets.TWITTER_CONSUMER_API_KEY }}\n          consumer-secret: ${{ secrets.TWITTER_CONSUMER_API_SECRET }}\n          access-token: ${{ secrets.TWITTER_ACCESS_TOKEN }}\n          access-token-secret: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}\n          message: |\n            A new version of Package has been released.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgsmlg-dev%2Fsend-tweet-v2-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgsmlg-dev%2Fsend-tweet-v2-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgsmlg-dev%2Fsend-tweet-v2-action/lists"}