Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyThink committed Nov 15, 2023
1 parent 3bd9b0a commit 672d4bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
filetype==1.2.0
oauth2==1.9.0.post1
pyrogram==2.0.106
git+https://github.com/tgbot-collection/python-twitter
requests==2.31.0
tgbot-ping==1.0.7
tornado==6.3.2
tornado==6.3.3
tgcrypto==1.2.5
tweepy==4.14.0
4 changes: 2 additions & 2 deletions twauth-web/twauth.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
authorize_url = "https://api.twitter.com/oauth/authorize"
show_user_url = "https://api.twitter.com/2/users/me"

APP_CONSUMER_KEY = os.environ.get("CONSUMER_KEY") or "1"
APP_CONSUMER_SECRET = os.environ.get("CONSUMER_SECRET") or "2"
APP_CONSUMER_KEY = os.environ.get("CONSUMER_KEY") or "dKyKPkkkKMLF6uheDYhBZpuu9"
APP_CONSUMER_SECRET = os.environ.get("CONSUMER_SECRET") or "h4y45kNmEhhi81iMkABkePH3g7nPwDAxmBytRFNLqjfInkJCwd"
callback_url = os.environ.get("CALLBACK_URL") or "http://127.0.0.1:8888/callback"

oauth_store = {}
Expand Down

0 comments on commit 672d4bc

Please sign in to comment.