Skip to content

Commit 2a38729

Browse files
Ronesha DennisRonesha Dennis
Ronesha Dennis
authored and
Ronesha Dennis
committed
Adds test file
1 parent b0e9c1b commit 2a38729

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.DS_Store

6 KB
Binary file not shown.

test.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
import tweepy
2+
3+
auth = tweepy.OAuthHandler('09mB3DUJsg9agik4sGw4DJ0jA', 'wM4focfIFuE8Gz3f2EX3dM3EHox4BVRNbedjNdchM24vRlRObL')
4+
5+
auth.set_access_token('1559211414-3ApuTjxIy7Ivr25Vn6GXHUNSEjYa8SE9H6yCbLR', 'FosDpZ9S0pSU0omTfnbpCG8rF14S85VRVJ1wb2ngdNhgc')
6+
7+
api = tweepy.API(auth)
8+
9+
public_tweets = api.user_timeline(screen_name="EleanorNorton", count=20)
10+
11+
for tweet in public_tweets:
12+
print tweet.text

0 commit comments

Comments
 (0)