main¶
Main - GitHub issues scraper.
This is a simple GitHub API scraper of GitHub issues that saves all available issues in the given repository to .csv and .json files. The address of GitHub repository is provided as a command-line argument.
Functions
|
Date function returning date object shifted about hours_shift arg. |
|
wrapper for making output folder in the current dir and return the path appended by given filename |
|
Save data into given file formatted as csv. |
|
Save data into given file formatted as json. |
|
Date obj printer |
|
Concrete transformation of issues into a structure where only: |
Classes
|
Class representing Github repo with set of wrappers for GitHub API. |