Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.75 KB

readme.md

File metadata and controls

45 lines (35 loc) · 1.75 KB

Scrap SMS24

Clonned SMS24 Using Django and Beautiful Soup

There's an issue with hosted site(pythonanywhere.com) they has been blacklisted sms24.me
so can't fetch the detail accordingly.Run Manually or use other platforms to host.

Same featues without Adds (add-free)

<- Requirements ->

Django | Python 3.9 | Beautiful Soup |

-> Run Manually (Direct) <-

Create Virtual Environment

leosarchlinux@arch:~$ python -m venv bs4
leosarchlinux@arch:~$ git clone https://github.com/Roshan-Here/Scrap-SMS24
leosarchlinux@arch:~$ .\bs4\Scripts\activate
leosarchlinux@arch:~$ cd Sms24Scrap
leosarchlinux@arch:~$ pip3 install -U -r requirements.txt
leosarchlinux@arch:~$ python3 manage.py runserver

Sample Working