Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 624 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 624 Bytes

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