Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 410 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 410 Bytes

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