From 947af36227c594e0e1a846cc5ad3176efbcd1e9f Mon Sep 17 00:00:00 2001 From: d60 <94234663+d60@users.noreply.github.com> Date: Sun, 14 Jul 2024 18:29:30 +0900 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8553691d..1b4c36a3 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,11 @@ for tweet in tweets: print(tweet.text) ``` +**Send a dm** +```python +await client.send_dm('123456789', 'Hello') +``` + More Examples: [examples](https://github.com/d60/twikit/tree/main/examples)
## Contributing