add cookie and x-csrf-token

This commit is contained in:
one.cat 2021-09-08 16:02:53 +08:00
parent d8dd7d54ea
commit 31c9e5da5a
5 changed files with 58 additions and 1 deletions

5
go.mod
View file

@ -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
)