Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Geeks-Vegeta authored Dec 28, 2022
1 parent f97afbc commit a53c550
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,27 @@
# medium-blog-scraping
# medium-blog-scraping

Create one **deta.sh** account if you don't have one <a href="https://medium.com/@shreyas_mohite/deta-sh-an-alternative-to-heroku-491f07a8374f">Link</a>

once done clone this repo

```bash
$ https://github.com/Geeks-Vegeta/medium-blog-scraping.git
```
Create a new virtual env
```bash
python -m venv venv
```
Activate that virtual env
```bash
$ source venv/Scripts/activate
```
Install all dependancies
```python
$ pip install -r requirements.txt
```
Run
```python
$ python -m main
```

![image](https://user-images.githubusercontent.com/89457811/209764531-3c057f5f-db9e-4bd5-9a20-09f16de0292c.png)

0 comments on commit a53c550

Please sign in to comment.