minamotorin
minamotorin
I had same issue on macOS with Brave Browse, but I could solve the issue with the comment. It work fine for me after run following commands and reload brotab's...
Is your brotab‘s extension page‘s url ` chrome-extension://mhpeahbikehnfkfnmopaigggliclhmnc/ ` ? If you installed brotab extension manually, you should add your brotab‘s extension page‘s url to ` brotab_mediator.json ` .
Duplicate of #1344, #1346, #1313
Oh, I understand. Maybe editing `\Users\Shanks\twint\src\twint\twint\cli.py` solves this.
~~Have you tried `pip install --force-reinstall aiohttp`? https://github.com/minamotorin/twint/issues/6~~
@tperka You are right! Thanks so much! After running `pip install --upgrade aiohttp && pip install --force-reinstall aiohttp-socks==0.4.1`, I confirmed `ImportError: cannot import name 'CeilTimeout' from 'aiohttp.helpers'` occurs.
Same as #1349
@Barbz2 #1349 means you have to use `twint.run.Profile` instead of `twint.run.Search`. Have you tried this?
Same for me. twint uses [Twitter search](https://twitter.com/search?q=from%3ABPharmCatalyst) for scrape user's Tweets. But `@BPharmCatalyst`'s Tweets are not shown. The cause may be [Twitter's search rules](https://help.twitter.com/en/rules-and-policies/twitter-search-policies). Alternatively, you can scrape user's Tweets...
@lyhtllw You forgot `c.Store_object = True`. > ```diff > # This patch is in the public domain. > tweets = [] > > c = twint.Config() > c.Username = "BPharmCatalyst"...