Curry-pad

Results 1 issues of Curry-pad

Following the 'Quick Example,' I wrote the login code as shown below. [https://github.com/d60/twikit?tab=readme-ov-file#quick-example](url) ``` from twikit import Client import asyncio # Initialize client client = Client('ja') print("ユーザ名:",user_name) print("パスワード:",pass_word) async def...