Twitter API usage example Requirements Conda >= 4.11.0 Install 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 Running Type: python -m src