Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.02 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.02 KB

Stock_Crypto_Whatsapp_Bot ( Crypto Added )

Details of the files:

  1. app.py is the main script to execute the bot.
  2. marketstack.py is the file of marketstack functions and api.
  3. Procfile (Do not Do anything to it ). It is the file to host the project on heroku server.
  4. requirement.txt contains all the required assets. To update this file run the following command pip freeze > requirements.txt
  5. venv is the virtual environment in flask which will help to run the bot.

Soon the details to run the bot will be added

Set Up the bot:

  1. Install Virtual Enviroment pip install virtualenv
  2. Install all the dependencies pip install twilio pip install flask pip install requests
  3. Set requirements.txt file pip freeze > requirements.txt

How to Start

  1. Open Bash
  2. Use command . venv/Scripts/activate
  3. Start export FLASK_APP=app.py
  4. Export the Keys export TWILIO_ACCOUNT=### export TWILIO_TOKEN=### export MARKETSTACK_KEY=###