Advertisement
cyter

for_loop

Jun 18th, 2019
410
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.11 KB | None | 0 0
  1. for status in tweepy.Cursor(api.home_timeline).items(10):
  2.     # Process a single status
  3.     print(status.text)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement