A python script to download teams video recordings and store to a location on your device
- Python 3.8.7
- Chrome Browser
- Tesseract OCR Install by following instructions : Tesseract-OCR
- Run
pip3 install -r requirements.txtto install Requirements - Create
data.jsonbased ondata.json.example - Edit
src/helpers/textRecognition.pyfor tesseract path - Use the
autorun.batto schedule tasks inWindows Task Scheduler - Don't delete the generated cache files.
Read CONTRIBUTING.md for details regarding Contribution