{"id":29167375,"url":"https://github.com/ceccode/go-twitter-thanks-bot","last_synced_at":"2025-10-24T14:37:11.636Z","repository":{"id":57519149,"uuid":"108915882","full_name":"ceccode/go-twitter-thanks-bot","owner":"ceccode","description":"Twitter thanks BOT written in Go","archived":false,"fork":false,"pushed_at":"2017-10-30T22:36:22.000Z","size":2108,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T16:36:04.889Z","etag":null,"topics":["golang","twitter-bot"],"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/ceccode.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-10-30T22:35:18.000Z","updated_at":"2023-03-04T04:42:08.000Z","dependencies_parsed_at":"2022-09-06T03:42:48.442Z","dependency_job_id":null,"html_url":"https://github.com/ceccode/go-twitter-thanks-bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ceccode/go-twitter-thanks-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceccode%2Fgo-twitter-thanks-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceccode%2Fgo-twitter-thanks-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceccode%2Fgo-twitter-thanks-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceccode%2Fgo-twitter-thanks-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ceccode","download_url":"https://codeload.github.com/ceccode/go-twitter-thanks-bot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceccode%2Fgo-twitter-thanks-bot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262933326,"owners_count":23386785,"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":["golang","twitter-bot"],"created_at":"2025-07-01T09:09:40.573Z","updated_at":"2025-10-24T14:37:06.583Z","avatar_url":"https://github.com/ceccode.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go Twitter Thanks Bot\n\nSuper easy-to-use Twitter thanks bot written in GO that send direct message on follow request. Built on the popular go twitter package [go-twitter](https://github.com/dghubble/go-twitter). Please read Twitter best practices before setting up a bot.\n\n## Prerequisites\n\nThis bot uses the go-twitter client library for the Twitter API, you will need to install it before you can use the Twitter bot.\n\n```\ngo get github.com/dghubble/go-twitter/twitter\ngo get github.com/dghubble/oauth1\n```\n\n## Features\n\nYou can use *Go Twitter Thanks Bot* to:\n\n* Reply to any twitter follow request with a direct thank you message.\n\n## Install\n\nYou can install the Twitter Follow Bot using `go get`\n\n```bash\ngo get github.com/ceccode/go-twitter-thanks-bot\n```\n\n\n## Usage\n\n### Configuring the bot\n\nBefore running the bot, you must first set it up so it can connect to the Twitter API. Create a .env file and fill in the following information:\n\n```\nCONSUMER_KEY=\nCONSUMER_SECRET=\nACCESS_TOKEN=\nACCESS_TOKEN_SECRET=\n```\n\nCreate your keys here: [https://apps.twitter.com/](https://apps.twitter.com/).\n\n\n### Running the bot\n\nCompile and run\n\n```\ngo run main.go\n```\n\n## Contributing\n\nFeel free to contribute.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE)\n\n## Acknowledgments\n\n* Dalton Hubble, author of go-twitter.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fceccode%2Fgo-twitter-thanks-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fceccode%2Fgo-twitter-thanks-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fceccode%2Fgo-twitter-thanks-bot/lists"}