You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Example of sending text |[sendTextMessage.py](https://github.com/green-api/whatsapp-api-client-python/blob/master/examples/sendTextMessage.py)|
191
-
| Example of sending a picture by URL |[sendPictureByLink.py](https://github.com/green-api/whatsapp-api-client-python/blob/master/examples/sendPictureByLink.py)|
192
-
| Example of sending a picture by uploading from the disk |[sendPictureByUpload.py](https://github.com/green-api/whatsapp-api-client-python/blob/master/examples/sendPictureByUpload.py)|
193
-
| Example of a group creation and sending a message to the group |[createGroupAndSendMessage.py](https://github.com/green-api/whatsapp-api-client-python/blob/master/examples/createGroupAndSendMessage.py)|
194
-
| Example of incoming webhooks receiving |[receiveNotification.py](https://github.com/green-api/whatsapp-api-client-python/blob/master/examples/receiveNotification.py)|
195
-
| Example of sending a polling message |[sendPoll.py](https://github.com/green-api/whatsapp-api-client-python/blob/master/examples/sendPoll.py)|
196
-
| Example of sending a text status |[sendTextStatus.py](https://github.com/green-api/whatsapp-api-client-python/blob/master/examples/statusesMethods/sendTextStatus.py)|
197
-
| Example of creating instance |[CreateInstance.py](https://github.com/green-api/whatsapp-api-client-python/blob/master/examples/partherMethods/CreateInstance.py)|
| Example of sending text |[sendTextMessage.py](./examples/sync/sendTextMessage.pyy)|
223
+
| Example of sending text asynchronously |[sendTextMessageAsync.py](./examples/async/sendMessageAsync.py)|
224
+
| Example of sending a picture by URL |[sendPictureByLink.py](./examples/sync/sendPictureByLink.py)|
225
+
| Example of sending a file by URL asynchronously |[sendFileByUrlAsync.py](./examples/async/sending/sendFileByUrlAsync.py)|
226
+
| Example of sending a picture by uploading from the disk |[sendPictureByUpload.py](./examples/sync/sendPictureByUpload.py)|
227
+
| Example of sending file by uploading from the disk asynchronously |[sendFileByUploadAsync.py](./examples/async/sending/sendFileByUploadAsync.py)|
228
+
| Example of a group creation and sending a message to the group |[createGroupAndSendMessage.py](./examples/sync/createGroupAndSendMessage.py)|
229
+
| Example of a group creation and sending a message to the group asynchronously |[createGroupAndSendMessageAsync.py](./examples/async/createGroupAndSendMessageAsync.py)|
230
+
| Example of incoming webhooks receiving |[receiveNotification.py](./examples/sync/receiveNotification.py)|
231
+
| Example of incoming webhooks receiving asynchronously |[receiveNotificationAsync.py](./examples/async/receiveNotificationAsync.py)|
232
+
| Example of sending a polling message |[sendPoll.py](./examples/sync/sendPoll.py)|
233
+
| Example of sending a polling message asynchronously |[sendPollAsync.py](./examples/async/sending/sendPollasync.py)|
234
+
| Example of sending a text status |[sendTextStatus.py](./examples/sync/statusesMethods/sendTextStatus.py)|
235
+
| Example of sending a text status asynchronously |[sendTextStatusAsync.py](./examples/async/statusesMethods/sendTextStatusAsync.py)|
236
+
| Example of creating instance |[CreateInstance.py](./examples/sync/partherMethods/CreateInstance.py)|
237
+
| Example of creating instance asynchronously |[CreateInstanceAsync.py](./examples/async/partherMethods/CreateInstanceAsync.py)|
198
238
199
239
## The full list of the library methods
200
240
@@ -272,10 +312,9 @@ print(response.data)
272
312
## External products
273
313
274
314
-[requests](https://requests.readthedocs.io/en/latest/) - for HTTP requests.
315
+
-[aiohttp](https://docs.aiohttp.org/) - for async HTTP requests.
275
316
276
317
## License
277
318
278
-
Licensed under [
279
-
Creative Commons Attribution-NoDerivatives 4.0 International (CC BY-ND 4.0)
0 commit comments