Skip to content

Latest commit

 

History

History
57 lines (49 loc) · 1.91 KB

README.md

File metadata and controls

57 lines (49 loc) · 1.91 KB

KeyFinder

Architecture

KeyFinder Architecture

About Project

Work in progress. T

Features

How To Use

Required Libs

pip install Flask
pip install pymongo
pip install requests
pip install dnspython
pip install passlib

Deploying Python Flask App to Heroku

Useful documentation by Heroku

My explaination on another project

Useful terminal commands after deployment:

  • After making a change on production: git add . + git commit -am "your message"
  • Pushing the app to the cloud: git push heroku master
  • Checking for logs: heroku logs --tail

Setting Up Telegram Bot

To build a bot for Telegram, you need to talk to BotFather and follow the simple steps. He will give you a token to start a chat with your bot.

Setting up MongoDB Atlas

Useful documentation from MongoDB

Personal Informations

Eyüp Barlas [email protected]

Waasiq Masood [email protected]

For more projects from me, click here.

For more projects from Waasiq, click here