Skip to content

tomasantunes/stackapp

Repository files navigation

stackapp

Display questions from Stackexchange

Stackapp Screeshot 1 Stackapp Screeshot 2

How to run

  • Run this command: pip install flask flask-session requests redis
  • Install Redis: sudo apt-get install redis-server
  • Run the init_db.py file to create the database.
  • Insert your Stackexchange API key at the KEY variable.
  • Change your secret token on the config.py file
  • Change the tags variable in the file questions.py to include the tags you are looking for.
  • Run the questions.py file to fetch questions.
  • Run the delete.py file to delete questions that already have answers.
  • Open the app by running this command: python app.py and then open your browser at localhost:5000

About

Display questions from Stackexchange

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published