- Requirements
- Environment Setup
- Dependencies Installation
- Configuration
- Execution
- Python and Pip
- Pyenv
- Pyenv Virtualenv
pyenv install 3.7.11 # Installs python 3.7.11
pyenv virtualenv 3.7.11 <name> # Creates a virtual env for python 3.7.11
pyenv activate <name> # Activates the virtual env
pip install -r requirements.txt
The following parameters can be configured inside constants.py
.
- XML source URLS
- API token
- API endpoint
- Repeat time
- Template id
- Slide template id
- Layer template id
python main.py