Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ShruAgarwal authored May 19, 2022
1 parent d66b8a4 commit 74e956d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@
import random
import tweepy


# Loading twitter credentials
consumer_key, consumer_secret, access_token, access_token_secret = load_twitter_env()


# Authenticate to Twitter using Tweepy
auth = tweepy.OAuthHandler(consumer_key, consumer_secret)
auth.set_access_token(access_token, access_token_secret)
Expand Down

0 comments on commit 74e956d

Please sign in to comment.