- Fork the repo and clone to your local machine
- cd into project folder and create a virtual environment using
virtualenv
if you don't have it installed you can install it using the following command:
pip install virtualenv
Once installed you can create a new virtual environment using the command :
virtualenv <env name>
- Activate the virtual environment as follows:
source env/bin/activate
or on windows
.\<env name>\scripts\activate
- Next install the required dependencies for the project using the
requirements.txt
file, as follows:
pip install -r requirements.txt
- Once you have done this you can run the bot from
main.py
as follows:
python main.py
- Test the bot out with your config variables, and add your changes as you deem fit on a separate branch.
- Push to your forked repo and then send a PR with the description of the changes you added.
- Unique business link for direct access to a particular store's catalogue
- search for businesses by name
- cart functionality