/PriceBot

For Personal Use.

Primary LanguagePythonApache License 2.0Apache-2.0

PriceBot

This Repo is intended for Personal Use only.

It shows Product and their respective prices to the users.

Deploy Methods

Deploy to Heroku

Deploy

Deploy Locally

git clone https://github.com/lanowde/PriceBot.git
nano .env
python3 -m venv .venv
source .venv/bin/activate
pip install -U pip wheel setuptools
pip install -r requirements.txt
python bot.py