Host Flask App on the Dark Web using PIP || #imvickykumar999
🧑💻 Host Flask App on the Dark Web using PIP.
(for educational purposes)
You might have watched on YouTube, "How to Host Flask on Dark Web", they might asked you to do a few steps but you may be struggling to follow those steps.
This was the case with me a few days ago, but after understanding the actual procedure, I wrote a Python code that can automate those steps for you.
https://pypi.org/project/VicksTor/
pip install VicksTor --upgrade
You only have to write these below 2 lines on top of your app.py file and your website will be live on Dark Web which can be accessed via Tor Browser.
from HostTor import VicksTor
import VicksTor
The first line will download the required Python file and the second line will call that downloaded file.
To understand, how these 2 lines are working in the backend,
Watch https://youtu.be/b6p8SrnmrR4
Source Code on GitHub:
https://github.com/imvickykumar999/Flask-XAMPP-Onion-Host
#darkweb #flask #tor #pip #VicksTor