Skip to content

Geeks-Vegeta/medium-blog-scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

31e67b0 Β· May 19, 2023

History

14 Commits
Oct 25, 2022
Oct 25, 2022
May 19, 2023
Oct 25, 2022
Dec 28, 2022
Dec 27, 2022
Dec 27, 2022
Oct 25, 2022

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