Skip to content
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.
/ plexStats Public archive

A very basic webservice for Plex webhooks, providing data gathering and simple statistics.

License

Notifications You must be signed in to change notification settings

hashworks/plexStats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Preparation

# Install npm dependencies
npm install
# Install go dependencies
go get github.com/gin-gonic/gin
go get -u github.com/mattn/go-isatty
go get github.com/mattn/go-sqlite3
go get github.com/gchaincl/dotsql
go install github.com/mattn/go-sqlite3

Running

go run *.go

About

A very basic webservice for Plex webhooks, providing data gathering and simple statistics.

Resources

License

Stars

Watchers

Forks

Packages