Registry / http-client / chimeracoder-anaconda

chimeracoder-anaconda

JSON →
library2.0.0+incompatiblegogounverified

A Go client library for accessing version 1.1 of the Twitter API.

go get github.com/ChimeraCoder/anaconda
INSTALL
IMPORT
SIG · CHIMERACODER-ANACO
C
chimeracoder-anaconda
http-clientgov2.0.0+incompatible
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

anaconda
github.com/ChimeraCoder/anaconda

Posts a tweet using the Twitter API.

package main import ( "fmt" "github.com/ChimeraCoder/anaconda" ) func main() { api := anaconda.NewTwitterApiWithCredentials("access-token", "access-secret", "consumer-key", "consumer-secret") tweet, err := api.PostTweet("Hello World", nil) if err != nil { panic(err) } fmt.Println(tweet.Text) }
Debug
Known issues
breakingUses Twitter API v1.1 which is deprecated; consider migrating to v2.
fix
Use a library that supports Twitter API v2.
affects: all
Upgrade
Version history
2.0.0+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
30 hits · last 30 days
node
22
OpenAI (training)
1
Resources
chimeracoder-anaconda — go get chimeracoder-anaconda · libregistry