Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
d60 committed Apr 29, 2024
1 parent c728d54 commit d930bfb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,14 @@ for tweet in tweets:
)
```

**Retrieve user tweets**
```python
tweets = client.get_user_tweets('123456', 'Tweet')

for tweet in tweets:
print(tweet.text)
```


More Examples: [examples](https://github.com/d60/twikit/tree/main/examples) <br>

Expand Down

0 comments on commit d930bfb

Please sign in to comment.