Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chase-seibert/confluence-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generate stats on number of pages/edits/comments by user against your Confluence instance.

Quickstart

To crawl your confluence instance, looking for all posts modified since July, 2017, and tally up new pages, edits and comments by user in the space ENG:

virtualenv venv
. venv/bin/activate
pip install -r requirements.txt
python login.py
python edits.py --space ENG --start 2017-07-01

Example output:

username,created,edited
User 1,0,2
User 2,0,22
User 3,0,4
User 4,0,5

About

Generate stats on number of pages/edits/comments by user against your Confluence instance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages