Scweet
Scweet copied to clipboard
A simple and unlimited twitter scraper : scrape tweets, likes, retweets, following, followers, user info, images...
Twitter just felt the need to redesign itself again. I am wondering if this might be why I am returning `None` with everything. Code: ``` from Scweet.scweet import scrape from...
> [4](vscode-notebook-cell:/f%3A/Workspace/ShenZhen%20Cup/reddit.ipynb#W1sZmlsZQ%3D%3D?line=3) followers = get_users_followers(users=user,env=env_path,verbose=0, headless=True, wait=2, limit=50,file_path=out_path) File e:\Anaconda\envs\pytorch\lib\site-packages\Scweet\user.py:99, in get_users_followers(users, env, verbose, headless, wait, limit, file_path) 98 def get_users_followers(users, env, verbose=1, headless=True, wait=2, limit=float('inf'), file_path=None): ---> 99 followers...
Hi, I have been trying the repository but the output is empty (.csv and .ipynb), I tried different configs, and still the same. .env configured as well Please assist, thank...
When I ran `get_users_following(users=['nagouzil'], env=env_path, verbose=0, headless = False, wait=5, file_path='follower/',)` on windows 10 jupyter notebook, it raised this error "RuntimeError: Failed to download geckodriver archive: https://github.com/mozilla/geckodriver/releases/download/v0.31.0/geckodriver-v0.31.0-win32.tar.gz". However, I already...
NoSuchElementException Traceback (most recent call last) /var/folders/l6/r_4g46d57vq67tth9s0dh2sh0000gn/T/ipykernel_6708/2251003829.py in 6 env_path = ".env" 7 ----> 8 following = get_users_following(users=users, env=env_path, verbose=0, headless=True, wait=2, limit=50, file_path=None) ~/opt/anaconda3/lib/python3.9/site-packages/Scweet/user.py in get_users_following(users, env, verbose, headless,...
I had opened a previous PR #130 but closed in favor of this one which I've more thoroughly tested. This PR address some simple bugfixes (e.g. wrong variables like `minretweets`...
The driver's window remains open after calls to either `get_users_following` or `get_users_followers`. So, this simple fix closes the driver after it's done scraping the users' following/followers. Why this is troublesome?...
Thanks for the repo, it's a huge help ! However, i'm searching sensitive content for a master degree work, but the code doesn't scrape this type of content if we're...
Thank you so much for this repository!But I met up with a problem. I'm running scweet.py with these parameters: --from_account (a valid account) --since 2019-11-01 --until 2020-01-01 --display_type Latest --headless...
i keep getting this error and i dont know why: > C:\Scweet>python Example.py Scraping on headless mode. Traceback (most recent call last): File "C:\Scweet\Example.py", line 34, in following = get_users_following(users=users,...