- migrate all API URLs from twitter.com to x.com - add SetBearerToken, SetHTTPClient, SetLoggedIn public methods - accept 202/204 status codes in handleResponse - module path -> src.cultist.club/lain/twitter-scrapper
9 lines
161 B
Modula-2
9 lines
161 B
Modula-2
module src.cultist.club/lain/twitter-scrapper
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/AlexEidt/Vidio v1.5.1
|
|
github.com/google/go-cmp v0.6.0
|
|
golang.org/x/net v0.29.0
|
|
)
|