Skip to content

Commit

Permalink
Create quicklogin.py
Browse files Browse the repository at this point in the history
Creating a login file because people new to coding can't figure it out.
  • Loading branch information
Muhammed Mustafa Akşam committed Jul 18, 2022
1 parent 390dab3 commit 7dd8f07
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions quicklogin.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import asyncio
from tiktokpy import TikTokPy

async def main():
async with TikTokPy() as bot:
# Login to TikTok
await bot.login_session()

asyncio.run(main())

0 comments on commit 7dd8f07

Please sign in to comment.