Crawl keyword redbubble.com

# Linux
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ cp .env.example .env
$ python main.py

# Windows
$ python -m venv venv
$ venv\Scripts\activate
$ pip install -r requirements.txt
$ cp .env.example .env
$ python main.py