added scheduling & media upload

This commit is contained in:
Valentine 2024-03-09 03:55:39 +03:00
parent f5c1694211
commit 3c23a975da
7 changed files with 431 additions and 7 deletions

1
go.mod
View file

@ -3,6 +3,7 @@ module github.com/imperatrona/twitter-scraper
go 1.16
require (
github.com/AlexEidt/Vidio v1.5.1 // indirect
github.com/google/go-cmp v0.5.9
golang.org/x/net v0.17.0
)