This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
''' | |
To run every 60 seconds (1 minute) create a crontab like the following: | |
* * * * * /usr/local/bin/python2.7 /opt/secthemall-tor/secthemall-tor.py | |
In addition you may run in to issues using Python versions above or below 2.9, | |
thus my recommendation is you use version 2.9 |