twikit
twikit copied to clipboard
Issue while looping through await operation
#code while True: tweets=await tweets.next()
#Error:
raise RuntimeError('Event loop is closed')
RuntimeError: Event loop is closed
yeah getting same issue
I am also facing same issue