Releases: mikkelrask/tingfinder
Releases · mikkelrask/tingfinder
0.1 standalone
Use this version if you're on Windows or only want to run this manually once in a while.
The standalone is modified to look only in it's folder for both the data folder, and search agent CSV, and can therefor not be run by i.e cron.
- Unzip the release file
- Change your search terms in tingfinder/tingfinder.csv
- Install requirements
-
- Windows:
py -m pip install -r requirements.txt
- Windows:
-
- Linux/mac:
pip install -r requirements.txt
- Linux/mac:
- Run the script with python
-
- Windows
py tingfinder/tingfinder.py
- Windows
-
- Linux/mac
python tingfinder/tingfinder.py
- Linux/mac