Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 310 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 310 Bytes

py-trending-twitter

Will stream the data from twitter and allows to save into a db on AWS Redshit

Instalation

  1. Just clone the repo and create a virtualenv
  2. Crear un directorio virtual
  python -m venv virtualenvname
  1. Activate the virtualenv
vitualenvname\Scripts\activate