Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 711 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 711 Bytes

A small bot to create profile picture using Snob logo.

Installation

Use Virtualenv

This repo uses virtualenv

Installation of the dependencies required for the project:

# activation of the virtual environment
... $> source venv/bin/activate

# installation of dependencies (only after having activated the virtual environment!)
(venv) ... $> pip install -r requirements.txt

Then, to launch the bot sumply type:

# installation of dependencies (only after having activated the virtual environment!)
(venv) ... $> python main.py

Don't forget to add a ".key" file at the root of the project with discord bot key in it !