├── LICENSE ├── Procfile ├── README.md ├── app.py ├── creds.py ├── mastermind.py ├── requirements.txt ├── sendSWA.py ├── useful Heroku Commands.txt └── useful gsheet commands.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firozzer/WhatsApp-Scheduler/HEAD/LICENSE -------------------------------------------------------------------------------- /Procfile: -------------------------------------------------------------------------------- 1 | web: gunicorn app:app -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firozzer/WhatsApp-Scheduler/HEAD/README.md -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firozzer/WhatsApp-Scheduler/HEAD/app.py -------------------------------------------------------------------------------- /creds.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firozzer/WhatsApp-Scheduler/HEAD/creds.py -------------------------------------------------------------------------------- /mastermind.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firozzer/WhatsApp-Scheduler/HEAD/mastermind.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firozzer/WhatsApp-Scheduler/HEAD/requirements.txt -------------------------------------------------------------------------------- /sendSWA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firozzer/WhatsApp-Scheduler/HEAD/sendSWA.py -------------------------------------------------------------------------------- /useful Heroku Commands.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firozzer/WhatsApp-Scheduler/HEAD/useful Heroku Commands.txt -------------------------------------------------------------------------------- /useful gsheet commands.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firozzer/WhatsApp-Scheduler/HEAD/useful gsheet commands.py --------------------------------------------------------------------------------