I'm building a django-based twitter app that uses Tweepy streaming and I'm curious how to keep the stream running even after the server reboot?
The server is Apache.
Thank you.