{"id":15959615,"url":"https://github.com/erbridge/gotwit","last_synced_at":"2025-06-11T07:39:58.839Z","repository":{"id":25640719,"uuid":"29076091","full_name":"erbridge/gotwit","owner":"erbridge","description":"A library for creating Twitter bots","archived":false,"fork":false,"pushed_at":"2020-06-14T17:26:09.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-09T21:12:43.934Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/erbridge.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-01-11T00:18:00.000Z","updated_at":"2021-03-25T01:59:30.000Z","dependencies_parsed_at":"2022-07-11T06:46:56.836Z","dependency_job_id":null,"html_url":"https://github.com/erbridge/gotwit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erbridge%2Fgotwit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erbridge%2Fgotwit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erbridge%2Fgotwit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erbridge%2Fgotwit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erbridge","download_url":"https://codeload.github.com/erbridge/gotwit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247166156,"owners_count":20894652,"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-07T15:00:35.472Z","updated_at":"2025-04-04T10:59:16.598Z","avatar_url":"https://github.com/erbridge.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gotwit\n\nA library for creating twitter bots.\n\n\n## Getting Started\n\nCopy the files from `template/` to a new project.\n\nRename `secret.example.json` to `secrets.json` and fill in the tokens with your bot's API tokens.\n\n\n## Running on Heroku\n\nInstall Godep:\n\n```\n$ go get github.com/tools/godep\n```\n\nFreeze the dependencies:\n\n```\n$ godep save\n```\n\nAdd a `Procfile` containing the following:\n\n```\nworker: \u003cproject-name\u003e\n```\n\nCommit everything:\n\n```\n$ git init\n$ git add .\n$ git commit -m \"Initial commit.\"\n```\n\nNow you're ready to push to Heroku.\n\nCreate a Heroku instance:\n\n```\n$ heroku create -b https://github.com/heroku/heroku-buildpack-go.git \u003cproject-name\u003e\n```\n\nSet up the environment:\n\n```\n$ heroku config:set \\\n    GOTWIT_CONSUMER_KEY=\u003cconsumer-key\u003e \\\n    GOTWIT_CONSUMER_SECRET=\u003cconsumer-secret\u003e \\\n    GOTWIT_ACCESS_TOKEN=\u003caccess-token\u003e \\\n    GOTWIT_ACCESS_TOKEN_SECRET=\u003caccess-token-secret\u003e\n```\n\nNow you're ready to go. Push it live:\n\n```\n$ git push heroku master\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferbridge%2Fgotwit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferbridge%2Fgotwit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferbridge%2Fgotwit/lists"}