add cookie and x-csrf-token
This commit is contained in:
parent
d8dd7d54ea
commit
31c9e5da5a
5 changed files with 58 additions and 1 deletions
5
go.mod
5
go.mod
|
|
@ -2,4 +2,7 @@ module github.com/n0madic/twitter-scraper
|
|||
|
||||
go 1.13
|
||||
|
||||
require github.com/google/go-cmp v0.5.4
|
||||
require (
|
||||
github.com/google/go-cmp v0.5.4
|
||||
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue