Skip to content

Commit 0f9fe18

Browse files
authored
Update README.md
1 parent 0916751 commit 0f9fe18

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,18 @@
1111
<a href="https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity"><img src="https://img.shields.io/badge/Maintained%3F-yes-green.svg" alt="Maintenance"></a>
1212
<a href="https://www.python.org/"><img src="https://img.shields.io/badge/Made%20with-Python-1f425f.svg" alt="made-with-python"></a>
1313
</p>
14-
This is a simple python program which can be used to automate joining class on Webex platform.
14+
15+
16+
# Usage Instruction
17+
18+
```
19+
git clone https://github.com/JasonJerry/WebexAutomation.git
20+
cd WebexAutomation
21+
python main.py
22+
```
23+
24+
- Install the prerequirements : pandas, pyautogui, subprocess using pip.
25+
- Give the input of your meeting credentials in the timings.csv file.
1526

1627
# Things used
1728

@@ -27,6 +38,7 @@ This is a simple python program which can be used to automate joining class on W
2738
- To exit the class at a specific time [ ADDED ON 11-10-2020 ]
2839

2940
## Contributions are welcome !
41+
3042
<p>
3143
<img src="https://visitor-badge.laobi.icu/badge?page_id=JasonJerry.WebexAutomation" alt="visitor badge"/>
3244
</p>

0 commit comments

Comments
 (0)