-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReadme.txt
More file actions
20 lines (16 loc) · 772 Bytes
/
Readme.txt
File metadata and controls
20 lines (16 loc) · 772 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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/