-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Setting Up SocialFish
Fernando H. E. Bellincanta edited this page Mar 15, 2019
·
8 revisions
- Python 3.6 or >
- pip3
- flask
- colorama
- sqlite3
- flask_login
- shutil
- re
- os
- secrets
- python-nmap
- smtplib
- pylatex
- qrcode
$ git clone https://github.com/UndeadSec/SocialFish.git
$ sudo apt-get install python3 python3-pip python3-dev -y
Read more about Python 3: https://www.python.org
Read more about Python Package Installer(PIP): https://pip.pypa.io/en/stable/
$ cd SocialFish
$ python3 -m pip install -r requirements.txt
File: SocialFish/core/config.py
APP_SECRET_KEY = '<CHANGE ME SF>'