You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow steps from [Here](https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token) to get github access token
24
+
25
+
once you get github access token in `config.ini`
26
+
```
27
+
github_token:<AccessToken>
28
+
```
29
+
30
+
**Step 5.** Now run the program by following command in any operating system of your choice :
31
+
```
32
+
pip install -r requirements.txt
33
+
```
34
+
## Demo
35
+
<details>
36
+
<summary>1)@tusharnankani</summary>
37
+
38
+

39
+
40
+
</details>
41
+
<details>
42
+
<summary>2)@chavarera</summary>
43
+
44
+

45
+
</details>
46
+
<details>
47
+
<summary>3)@AdityaJ7</summary>
48
+
49
+

50
+
</details>
51
+
52
+
53
+
54
+
## Suppport
55
+
56
+
If you facing any issue while executing create a issue [Here](https://github.com/Python-World/GitProfile/issues) and upload your problem with detailed description
0 commit comments