Install & Setup
1
Install
Install from pypi:Clone the repository:
2
Set up environment variables
Please refer to Then add the following code to your python file.Exporting all variables in the terminal:
.env.example file, and create a .env file with your own settings. You can use two methods to import environment variables.Using python-dotenv:
