Registry /
http-client / n0madic-twitter-scraper
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.