BuiltWith Api Official Web
This program is created for educational purposes, it was not made for any act that breaks any law. The creator relies on the MIT license Read The license
Version: v1-stable
- Clone this repo
- Install the requirements (requirements.txt)
- Run server (flask run --port 8000)
- Warning: "--port 8000" is optional
git clone https://github.com/zzephryyk/BuiltWithApi
cd BuiltWithApi
pip install -r requirements.txt
flask run --port 8000