yisyed

Results 9 comments of yisyed

I have faced the same issue. I modified scweet.py a bit, and it works. the solution is present in #163

https://github.com/Altimis/Scweet/issues/163#issuecomment-1531799351

My code still works. One solution to figure out what's going on is to try 'headless = False'. This will show you what your code is doing in the background....

Make a burner account for such activities and remove 2FA. You cannot enter confirmation code or have any type of controll on the browser as the browser is controlled by...

> It's twitter's new restriction, now you need to login before searching. > > 1. call utils.init_driver to get a `driver` > > 2. call utils.log_in to login > >...

> In Your Code (**Add Your Twitter Account to .env File In Advance**) > > ```python > from Scweet.scweet import scrape > from Scweet.utils import init_driver, log_in > driver =...

> > In Your Code (**Add Your Twitter Account to .env File In Advance**) > > ```python > > from Scweet.scweet import scrape > > from Scweet.utils import init_driver, log_in...

> > > In Your Code (**Add Your Twitter Account to .env File In Advance**) > > > ```python > > > from Scweet.scweet import scrape > > > from...

> > 在您的代码中(**提前将您的 Twitter 帐户添加到 .env 文件中**) > > ```python > > from Scweet.scweet import scrape > > from Scweet.utils import init_driver, log_in > > driver = init_driver(headless=True, show_images=False, proxy="your_proxy_setting")...