├── app.py ├── requirements.txt └── run cmd.txt /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Moksh-Bhardwaj/web-application/HEAD/app.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Moksh-Bhardwaj/web-application/HEAD/requirements.txt -------------------------------------------------------------------------------- /run cmd.txt: -------------------------------------------------------------------------------- 1 | gunicorn app:app & python3 bot.py 2 | --------------------------------------------------------------------------------