shameersheik/github-mine
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
testing 3 testing 1 testing 2 Setting 1. provide your github username and password in the config.py file 2. project depends on python3 3. clone the github repository and provide the path to "localrepositorypath" in the config.py file 4. provide mysqlhost,username,password,database in the config.py file 5. import and use util functions if necessary from other python files. For example refer the index.py file project python dependency 1. you need to install the following python modules. 1. github3 - https://github3py.readthedocs.io 2. pydriller - https://pydriller.readthedocs.io/en/latest/ 3. pymysql - https://pymysql.readthedocs.io/en/latest/ 4. tabulate - https://pypi.org/project/tabulate/ 5. xlswriter - https://xlsxwriter.readthedocs.io/