lanowde / PriceBot

For Personal Use.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

For Personal Use.

License:Apache License 2.0


Languages

Language:Python 99.7%Language:Procfile 0.3%