not needing the use of an api key but to self host an instance and use it as it is on the go
click the button below to host the application on the go
- open up a virtual environment:
python -m venv venv
On Windows: venv\Scripts\activate.bat
On Linux/MacOS: source venv/bin/activate
- install requiremnts:
pip install -r requirements.txt
-
Configs are saved in
config.ini
file. you can change it if you want. -
run the webserver:
python -m webss
-
to view a screenshot of a page visit:
host:port/?site=website
in this format