Skip to content

Geeks-Vegeta/medium-blog-scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

14 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

medium-blog-scraping

Create one deta.sh account if you don't have one Link

once done clone this repo

$ https://github.com/Geeks-Vegeta/medium-blog-scraping.git

Create a new virtual env

python -m venv venv

Activate that virtual env

$ source venv/Scripts/activate

Install all dependancies

$ pip install -r requirements.txt

Run

$ python -m main

image