Another stupid Facebook app which will tell you who you truly are.
Written in French but feel free to make a pull request to translate it into another language. We all want to know who we are!
Run pip install -r requirements.txt
to install all the dependencies.
Create a new database called app.db
located at the root of your project.
ℹ️ The project uses SQLite3 by default. You can change that in config.py
.
Fork this project then open config.py.sample
. Replace the data with your own. Rename it config.py
.
Open data/fbapp.yaml
and add as many descriptions as you'd like!
Then create the database running this command:
FLASK_APP=run.py flask initdb
Start a server in debug mode:
python run.py
Start a server in production mode:
FLASK_APP=run.py flask run
Start a Flask shell:
FLASK_APP=run.py flask
This is a work in progress project!
Feel free to contribute making a pull request. I'll be very happy to read it!