Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 338179b

Browse files
Readme file added
1 parent c1fbc98 commit 338179b

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

‎Udemy Scraper/README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Udemy Scraper
2+
There are 2 scripts in this project-
3+
1. fetcher.py - This script is used to scrape course data from udemy based on the category entered as input by the user
4+
2. display.py - This script is used to display the scraped courses from the database to the terminal
5+
6+
## Setup instructions
7+
In order to run this script, you need to have Python and pip installed on your system. After you're done installing Python and pip, run the following command from your terminal to install the requirements from the same folder (directory) of the project.
8+
```
9+
pip install -r requirements.txt
10+
```
11+
12+
After satisfying all the requirements for the project, Open the terminal in the project folder and run
13+
```
14+
python fetcher.py
15+
python display.py
16+
```
17+
or
18+
```
19+
python3 fetcher.py
20+
python3 display.py
21+
```
22+
depending upon the python version. Make sure that you are running the command from the same virtual environment in which the required modules are installed.
23+
24+
## Output
25+
![Sample output of fetcher script](https://i.postimg.cc/SNCmzfhp/fetcher.png)
26+
27+
![Sample output of display script](https://i.postimg.cc/7h7r0wjN/display.png)
28+
29+
## Author
30+
[Ayush Jain](https://github.com/Ayushjain2205)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /