powderblock / DealWithItReddit

Reddit bot. Computer vision for facial detection and transformation. Python, PRAW, & OpenCV.
http://www.reddit.com/user/DealWithItbot/
MIT License
33 stars 3 forks source link

daemon_manager.py Should be able to Take Command Line args #13

Closed powderblock closed 9 years ago

powderblock commented 9 years ago

Example: daemon_manager.py bot.py, this would be useful if we branch out to more scripts. If args < 1, use bot.py as default.

porglezomp commented 9 years ago

I can do this, I don't think making bot.py the default makes sense though.

powderblock commented 9 years ago

Using bot.py as default was a suggestion. I can add file checking if you want to see IF bot.py exists, if it does fall back on it. We can figure something out. Why don't you think it makes sense?