Skip to content

kmarekspartz/channelstats

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

channelstats

Minimum requirements

Download the local version of DynamoDB ( https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.html ) and run it

pip3 install -r requirements.txt

aws configure

Then run ./bootstrap

This will take a while as it downloads about two months of data.

Then you can start playing with report_generator.py

Some files you'll need

If you want to do PDF generation, you'll need a pdfcrowd_token.py file whose format is

uname = "MYUSERNAME"
key = "MYTOKEN"

If you want to slurp things from Slack, you'll need a slack_token.py file that looks like this:

token = "xoxp-RESTOFMYTOKEN"

And then you'll want to tweak config.py as appropriate

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 83.9%
  • HTML 15.9%
  • Shell 0.2%