Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
d60 authored Jul 14, 2024
1 parent 6b99bf2 commit 947af36
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) <br>

## Contributing
Expand Down

0 comments on commit 947af36

Please sign in to comment.