whenisdryday.in is an email/sms subscription based web service to inform users about dry days (Sale of alcohol is prohibited) in India. And there are a lot of such days. Copyright (C) 2013 Anirudh singh shekhawat shekhawat.anirudh@gmail.com
will come later.
- Install Python. And also Python Pip
- On Ubuntu
sudo apt-get install pythonandsudo apt-get install python-pip
- On Ubuntu
- Install Bottle. It doesnt really need anything other than python.
- On Ubuntu for instance -
apt-get install bottlewould just do fine.
- On Ubuntu for instance -
- Install Boto. It makes sending email via SES very easy.
pip install boto
- Python Packages *unirest *subprocess
- Database SQLITE3
sudo apt-get install sqlite3
- Edit last LoC of home_page.py. This file loads all web content of the site.
- For localhost
run(host='localhost',port=8080,reloader=True) - For the Internet
run(host='0.0.0.0',port=80,reloader=True)
- For localhost
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3 of the License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details http://www.gnu.org/licenses