Skip to content

andrewsf/tribehr-kudo-givers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tribehr-kudo-givers

Get the number of kudos given by each user on TribeHR. This is useful for things like manual badges that are based on the number of kudos given.

Setup

  1. Install Python 2.x.
  2. git clone [email protected]:andrewsf/tribehr-kudo-givers.git
  3. cd tribehr-kudo-givers
  4. Edit config.ini:

Running

Run in the project directory:

python script.py

Options

To get a lot more detailed information, like details about every user, including a list of every kudo and its date (User A --> User B, 4 months ago), add to config.ini:

verbose = true

Improvements

This thing is super slow. That's because of Python's built-in urllib2 module, which has hilariously terrible HTTP support. Switching to an external library like requests or urllib3 would be a great idea if I wanted to take on a third-party dependency.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages