d60
d60
try version 2.2.0
@mightatnight #169
You only need to install version 2.1.2.
@nekoniii3 Try this. https://github.com/d60/twikit/issues/169#issuecomment-2286465397
Thank you for the pull request. I’ll use your code as a reference and make some adjustments to fit my style.
@Bits4Bux The API response of get_user_tweet does not include reply information, so replies cannot be retrieved directly. To get replies, you need to call `update` method to re-fetch the tweet....
instagram api is probably free.
now i'm developing the feature
@CocoaRush @ugsystem Try `use_blob_data=True`. ```python solver = Capsolver( api_key='your_api_key', max_attempts=10, use_blob_data=True ) ```