Skip to content

mikedll/twitchlookups

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Looking for twitch videos at specific timestamps.

Building

> make
go build -o bin/web_server cmd/web_server/main.go
go build -o bin/cli cmd/cli/main.go

Running CLI

> ./bin/cli pokimane "12:32 PM PDT Apr 11, 2023"
Using timestamp of: Tue Apr 11, 2023 at 12:32pm PDT
Found 20 possible videos
Video URL: https://www.twitch.tv/videos/1791015541?t=44s

Running Web Server

This output shows one request that has come in.

> ./bin/web_server 
Web server loading...
Using timestamp of: Tue Apr 11, 2023 at 12:32pm PDT
Found 20 possible videos

References

SO: Using internal packages

About

Using Twitch api.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published