├── .gitignore ├── README.md ├── autoresp.py └── requirements.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DanMcInerney/autoresp/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DanMcInerney/autoresp/HEAD/README.md -------------------------------------------------------------------------------- /autoresp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DanMcInerney/autoresp/HEAD/autoresp.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DanMcInerney/autoresp/HEAD/requirements.txt --------------------------------------------------------------------------------