Skip to content

HurayraIIT/smescan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smescan

A simple web application built using python flask. It can be used to scan SMEVai accounts for broken pages.

Development Process

Step 0: Clone this repository and remove the venv folder.

git clone git@github.com:HurayraIIT/smescan.git

Step 1: Create a virtual environment

python3 -m venv venv

Activate the virtual environment.

. venv/bin/activate

Step 2: Install the equirements

python3 -m pip install -r requirements.txt

Step 3: Run the main.py file from your terminal.

python3 main.py

Step 4: Now the webserver should start on your localhost

http://127.0.0.1:8080/

Enjoy!

About

A simple web application built using python flask. It can be used to scan SMEVai accounts for broken pages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages