├── .env ├── README.md ├── files ├── file-example_PDF_500_kB.pdf ├── file_example_JPG_100kB.jpg ├── file_example_MP3_1MG.mp3 ├── file_example_MP4_480_1_5MG.mp4 └── sample-vcard.txt ├── index.py └── requirements.txt /.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Whapi-Cloud/python-whatsapp-chatbot/HEAD/.env -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Whapi-Cloud/python-whatsapp-chatbot/HEAD/README.md -------------------------------------------------------------------------------- /files/file-example_PDF_500_kB.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Whapi-Cloud/python-whatsapp-chatbot/HEAD/files/file-example_PDF_500_kB.pdf -------------------------------------------------------------------------------- /files/file_example_JPG_100kB.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Whapi-Cloud/python-whatsapp-chatbot/HEAD/files/file_example_JPG_100kB.jpg -------------------------------------------------------------------------------- /files/file_example_MP3_1MG.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Whapi-Cloud/python-whatsapp-chatbot/HEAD/files/file_example_MP3_1MG.mp3 -------------------------------------------------------------------------------- /files/file_example_MP4_480_1_5MG.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Whapi-Cloud/python-whatsapp-chatbot/HEAD/files/file_example_MP4_480_1_5MG.mp4 -------------------------------------------------------------------------------- /files/sample-vcard.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Whapi-Cloud/python-whatsapp-chatbot/HEAD/files/sample-vcard.txt -------------------------------------------------------------------------------- /index.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Whapi-Cloud/python-whatsapp-chatbot/HEAD/index.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Whapi-Cloud/python-whatsapp-chatbot/HEAD/requirements.txt --------------------------------------------------------------------------------