Skip to content

Commit

Permalink
AGNI PYROGRAM SESSION
Browse files Browse the repository at this point in the history
  • Loading branch information
theaashsaifi authored Dec 17, 2024
1 parent 2e521b3 commit b5ee768
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stringsetup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
Click on API Development Tools
Create a new application, by entering the required details"""
)
APP_ID = int(input("Enter APP ID here: "))
API_HASH = input("Enter API HASH here: ")
APP_ID = int(input("Enter APP ID here:25252087"))
API_HASH = input("Enter API HASH here:7ad294cc45490db6085fc63780e9b42f")

with TelegramClient(StringSession(), APP_ID, API_HASH) as client:
print(client.session.save())
Expand Down

0 comments on commit b5ee768

Please sign in to comment.