Registry / http-client / n0madic-twitter-scraper

n0madic-twitter-scraper

JSON →
library0.0.0-20231104223941-296710769dd8gogounverified

A Go library for scraping public Twitter data without authentication.

go get github.com/n0madic/twitter-scraper
INSTALL
IMPORT
SIG · N0MADIC-TWITTER-SC
N
n0madic-twitter-scraper
http-clientgov0.0.0-20231104223941-296710769dd8
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.

twitter
github.com/n0madic/twitter-scraper

Fetch a tweet by ID using the Twitter scraper.

package main import ( "fmt" "github.com/n0madic/twitter-scraper" ) func main() { scraper := twitter.New() tweet, err := scraper.GetTweet("123456789") if err != nil { panic(err) } fmt.Println(tweet.Text) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20231104223941-296710769dd8latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
n0madic-twitter-scraper — go get n0madic-twitter-scraper · libregistry