We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba81169 commit 814f782Copy full SHA for 814f782
tweet.py
@@ -6,10 +6,10 @@
6
welcome = pyfiglet.figlet_format("AUTO TWEET")
7
print(welcome)
8
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
+consumer_key = "testkey" #please enter your consumer key here
+consumer_secret = "testkey" #please enter your consumer secret here
+access_token = "testkey" #please enter your access token here
+access_token_secret = "testkey" #please enter your access token secret here
13
14
auth = tweepy.OAuthHandler(consumer_key, consumer_secret)
15
0 commit comments