Skip to content

danielsto/gitcalendar-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gitcalendar-scraper

Retrieve your GitHub contributions in a usable format such as JSON or Python lists and dictionaries. A great way to format your contributions for data visualizations libraries such as Chartjs.

Getting Started

If you have all of the prerequisites installed you can simply use this script as:

python3 gitcalendar-scraper.py <username>

And it will retrieve and store them in a file called contributions.json

Prerequisites

  • A GitHub valid username
  • Python 3+
  • BeautifulSoup4 and requests module

Installing packages

Prerequisites can be installed using the PIP:

$ pip3 install -r requirements.txt

It will install all of the requirements contained in requirements.txt.

License

This project is licensed under the GNU GPL 3.0 License - see the LICENSE for details

About

Retrieve your GitHub contributions in a usable format. This is a work in progress, use at your own risk.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages