Skip to content

Commit 814f782

Browse files
authored
Update tweet.py
1 parent ba81169 commit 814f782

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tweet.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
welcome = pyfiglet.figlet_format("AUTO TWEET")
77
print(welcome)
88

9-
consumer_key = "" #please enter your consumer key here
10-
consumer_secret = "" #please enter your consumer secret here
11-
access_token = "" #please enter your access token here
12-
access_token_secret = "" #please enter your access token secret here
9+
consumer_key = "testkey" #please enter your consumer key here
10+
consumer_secret = "testkey" #please enter your consumer secret here
11+
access_token = "testkey" #please enter your access token here
12+
access_token_secret = "testkey" #please enter your access token secret here
1313

1414
auth = tweepy.OAuthHandler(consumer_key, consumer_secret)
1515

0 commit comments

Comments
 (0)