It doesn't scrap anything.
See original GitHub issueHey guys!
I tried to reproduce just the same code as you use in examples:
users = ['nagouzil', '@yassineaitjeddi', 'TahaAlamIdrissi',
'@Nabila_Gl', 'geceeekusuu', '@pabu232', '@av_ahmet', '@x_born_to_die_x']
users_info = get_user_information(users, headless=True)
After running the code, the variable users_info
contains None
.
Yet I tried this:
data = scrap(start_date="2021-05-01", max_date="2021-05-02", from_account = 'elonmusk', interval=3,
headless=True, display_type="Top", save_images=False, filter_replies=True, proximity=True)
And the variable data contains empty dataframe.
Maybe I’m doing something fundamentally wrong?
My platform: MacOS Big Sur A version of Scweet: 1.0
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Scrap (Not Quite) Everything at Fallout 4 Nexus - Mods and ...
An unofficial addition to the mod 'Scrap Everything' that allows the user to protect certain settlement objects from accidental scrapping.
Read more >Scrap Everything Alternative : r/FO4mods - Reddit
scrapall will scrap things that shouldn't be scrapped and can cause problems. Also you can't use scrapall on consoles, so an alternative is ......
Read more >So why not "Scrap Everything"? | Sim Settlements Forums
Scrap everything disables Fallout 4's precombined geometry ... This means the computer doesn't need to waste time rendering an object which ...
Read more >scrap everything mod has broken crafting in interiors
has anyone found the workaround for this problem? with scrap everything mod installed I cant place anything inside the castle or homeplate, ...
Read more >Fallout 4 Mods - Scrap Everything - YouTube
Your browser can't play this video. Learn more. Switch camera.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have the same issue, it works only with
headless=False
Facing the same issue. Works with
Headless=False
otherwise when set toTrue
I just see that it is scrolling and not picking up any of the tweets.