{"id":63523,"library":"chimeracoder-anaconda","title":"Anaconda","description":"A Go client library for accessing version 1.1 of the Twitter API.","status":"active","version":"2.0.0+incompatible","language":"go","source_language":null,"source_url":"https://github.com/ChimeraCoder/anaconda","tags":["twitter","api","client","social-media"],"install":[{"cmd":"go get github.com/ChimeraCoder/anaconda","lang":"bash","label":"Install github.com/ChimeraCoder/anaconda"}],"dependencies":[],"imports":[{"symbol":"anaconda","correct":"github.com/ChimeraCoder/anaconda"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/ChimeraCoder/anaconda\"\n)\n\nfunc main() {\n\tapi := anaconda.NewTwitterApiWithCredentials(\"access-token\", \"access-secret\", \"consumer-key\", \"consumer-secret\")\n\ttweet, err := api.PostTweet(\"Hello World\", nil)\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(tweet.Text)\n}","lang":"go","description":"Posts a tweet using the Twitter API."},"warnings":[{"fix":"Use a library that supports Twitter API v2.","message":"Uses Twitter API v1.1 which is deprecated; consider migrating to v2.","severity":"breaking","affected_versions":"all"}],"env_vars":null,"search_vec":"'1.1':9 'access':7 'anaconda':1 'api':13,15 'client':4,16 'go':3 'librari':5 'media':19 'social':18 'social-media':17 'twitter':12,14 'version':8","created_at":"2026-06-17T16:44:53.929489+00:00","updated_at":"2026-06-17T16:44:53.929489+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/ChimeraCoder/anaconda","github":"https://github.com/ChimeraCoder/anaconda","docs":"https://pkg.go.dev/github.com/ChimeraCoder/anaconda#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["http-client"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}