Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 202 Bytes

Readme.md

File metadata and controls

9 lines (6 loc) · 202 Bytes

I. Create .env file with 2 environment variable

TV_USERNAME=your-username
TV_PASSWORD=your-password

II. Start using Docker

  1. docker build -t tv-scrapping/python .
  2. docker-compose up