{"id":23520218,"url":"https://github.com/bsdf/twitter","last_synced_at":"2025-08-12T06:06:37.577Z","repository":{"id":3688134,"uuid":"4758427","full_name":"bsdf/twitter","owner":"bsdf","description":null,"archived":false,"fork":false,"pushed_at":"2014-06-11T23:23:12.000Z","size":201,"stargazers_count":10,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"1.1","last_synced_at":"2025-04-19T19:53:41.943Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"jcjohnson/neural-style","license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bsdf.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":"2012-06-23T04:28:11.000Z","updated_at":"2021-10-19T15:54:28.000Z","dependencies_parsed_at":"2022-08-20T16:30:30.426Z","dependency_job_id":null,"html_url":"https://github.com/bsdf/twitter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bsdf/twitter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsdf%2Ftwitter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsdf%2Ftwitter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsdf%2Ftwitter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsdf%2Ftwitter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bsdf","download_url":"https://codeload.github.com/bsdf/twitter/tar.gz/refs/heads/1.1","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsdf%2Ftwitter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270011174,"owners_count":24511896,"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-08-12T02:00:09.011Z","response_time":80,"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":[],"created_at":"2024-12-25T16:12:26.982Z","updated_at":"2025-08-12T06:06:37.551Z","avatar_url":"https://github.com/bsdf.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](http://i.imgur.com/0V5yO.jpg)\n\n`$ go get -u github.com/bsdf/twitter`\n\n```go\npackage main\n\nimport (\n\t\"github.com/bsdf/twitter\"\n\t\"fmt\"\n\t\"strings\"\n)\n\nfunc main() {\n\tt := twitter.Twitter{\n\t\tConsumerKey:      \"CONSUMER_KEY_HERE\",\n\t\tConsumerSecret:   \"CONSUMER_SECRET_HERE\",\n\t\tOAuthToken:       \"OAUTH_TOKEN_HERE\",\n\t\tOAuthTokenSecret: \"OAUTH_TOKEN_SECRET_HERE\",\n\t}\n\n\t_, err := t.Tweet(\"RT @bsdf M83 Designs Children's Sneakers\")\n\tif err != nil {\n\t\tfmt.Println(err.Error())\n\t\treturn\n\t}\n\n\tme, err := t.Follow(\"bsdf\")\n\tif err != nil {\n\t\tfmt.Println(\"Couldn't follow @bsdf ):\", err.Error())\n\t\treturn\n\t}\n\n\tfmt.Println(\"@bsdf currently goes by\", me.Name)\n\n\ttos, err := t.GetTOS()\n\tif err != nil {\n\t\tfmt.Println(err.Error())\n\t\treturn\n\t}\n\n\tfmt.Println(strings.Replace(tos, \"Terms\", \"Turds\", -1))\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbsdf%2Ftwitter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbsdf%2Ftwitter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbsdf%2Ftwitter/lists"}