A Mac OS X python script to login to Stackoverflow (Stack Exchange) automatically.
The script will run as daemon and will be loaded via Launch Agents.
This was created to achieve "Enthusiast" & "Fanatic" badge.
This script only needs requests python module that can be installed using:
http://docs.python-requests.org/en/latest/user/install/#install
#INSTALLATION
Edit config/stack.config file with your correct credentials.
Install dependencies:
RUN pip install requests or easy_install requests in your terminal.
RUN :
python setup.py