Stock_Crypto_Whatsapp_Bot ( Crypto Added )
Details of the files:
- app.py is the main script to execute the bot.
- marketstack.py is the file of marketstack functions and api.
- Procfile (Do not Do anything to it ). It is the file to host the project on heroku server.
- requirement.txt contains all the required assets. To update this file run the following command
pip freeze > requirements.txt
- 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:
- Install Virtual Enviroment
pip install virtualenv
- Install all the dependencies
pip install twilio
pip install flask
pip install requests
- Set requirements.txt file
pip freeze > requirements.txt
How to Start
- Open Bash
- Use command
. venv/Scripts/activate
- Start
export FLASK_APP=app.py
- Export the Keys
export TWILIO_ACCOUNT=###
export TWILIO_TOKEN=###
export MARKETSTACK_KEY=###