Conda >= 4.11.0
First, create an .env
file using the .env.example
file as a base. Edit the new file with your credentials.
Create and activate conda environment
conda env create -f environment.yml
conda activate twitter-api
Type:
python -m src