Skip to content

Commit 3db8a08

Browse files
committed
Added README.md
1 parent fe7a1c2 commit 3db8a08

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# LinkedIn Certification Manager
2+
3+
A CLI based tool to automatically add certification to your LinkedIn profile.
4+
5+
## How to use
6+
- Make sure you have Google Chrome browser.
7+
- Download [chromedriver](https://chromedriver.chromium.org/) for your version of Chrome and move it to LinkedIn-Certification-Manager directory
8+
- Add your linkedin credentials in `credentials.json`.
9+
- Add course data in `data.json`.
10+
- cd to Amazing-Python-Scripts
11+
```bash
12+
cd Amazing-Python-Scripts
13+
```
14+
<em>View help documentation:</em>
15+
```powershell
16+
py LinkedIn-Certifications-Manager/manager.py -u true
17+
```
18+
``` bash
19+
python3 LinkedIn-Certifications-Manager/manager.py -u true
20+
```

0 commit comments

Comments
 (0)