inev

Results 2 issues of inev

``` media_id = await twikit_thio.upload_media('vid.mp4', True) print(media_id) v = await twikit_thio.create_tweet(text="Video Tweet", media_ids=[media_id]) print(v) ``` I am getting : ``` Traceback (most recent call last): File "/Users/xxxx/common.py", line 103, in...

Is there a reason for the hatchet token to have a bundled url? I get the upside of having just one string to connect to an engine but in practice...

enhancement