Skip to content

Commit d14153e

Browse files
committed
elaborate example
1 parent 42f0464 commit d14153e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

examples/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,17 @@ print(json.dumps(user.get_details_by_username("TwitterDev"), indent=4))
135135
```
136136

137137
## Hide Replies
138+
```angular2html
139+
~$ export $API_KEY=API_KEY
140+
~$ export $API_KEY_SECRET=API_KEY_SECRET
141+
~$ export $ACCESS_TOKEN=ACCESS_TOKEN
142+
~$ export $ACCESS_TOKEN_SECRET=ACCESS_TOKEN_SECRET
143+
```
138144

139145
```python
146+
147+
148+
140149
from twitter_stream import hide_replies
141150

142151
response = hide_replies(

0 commit comments

Comments
 (0)