Skip to content

Roshan-Here/Scrap-SMS24

Repository files navigation

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