Closed ihabpalamino closed 1 year ago
snscrape version: output of snscrape --version
0.6.2.20230320
This is clearly incorrect. The search doesn't work at all with that version.
My test with the current dev version returns the retweetCount
just fine.
acually twittersearch worked fine after your implementation i have only a probleme with retweetcount that returns null but other column of csv ar not empty it works fine
my bad the version i am using actually is 0.6.2.20230321.dev6+g1f46a1c
Then try the current dev version instead. Most likely, b0fff238 fixed this two weeks ago.
now i am using snscrape-0.6.2.20230321.dev13+g786815d I still get the same problem
Please share specific search queries that cause this for you. I tried with a number of users and since/until filters and was not able to reproduce it.
same code as i am using in username i replace it with elonmusk and the since until whatever i do as a date and the version of snscrape ia m using is 0.6.2.20230321.dev6+g1f46a1c
So you didn't update to 0.6.2.20230321.dev13+g786815d?
So you didn't update to 0.6.2.20230321.dev13+g786815d?
i did today but still having same issue
Please provide a complete debug log showing this issue.
its okey the problem was the mispelling of retweetcount in the dataframe
🤦
Describe the bug
while scraping informations all informations are scrapped successfully but tweet.retweetcount it returns null here is my code
How to reproduce
"retweetcount": tweet.retweetCount,
Expected behaviour
it sould return number of tweets
Screenshots and recordings
No response
Operating system
Windows 11
Python version: output of
python3 --version
3.9.13
snscrape version: output of
snscrape --version
0.6.2.20230320
Scraper
TwitterSearchScrapper
How are you using snscrape?
Module (
import snscrape.modules.something
in Python code)Backtrace
No response
Log output
No response
Dump of locals
No response
Additional context
No response