python3 -m venv venv
source ./venv/bin/activate
pip3 install -r requirements.txt
- Go to Unsplash Developer/API and signup account.
- Register an application, and navigate to Keys section, check the figure below if you do not find it.
- Copy ACCESS KEY to
.env
.
- Edit
.env
and change the value of EVENT_TITLE - (Optional) Edit
config.py
if neededclass PhotoQuerySetting: # Change Keyword for Searching Photos query = "code" # How many Banner(s) to Generate count = 5
- You're good to go!
python3 main.py