JWLMSN

Results 4 comments of JWLMSN

@etiennesim Try setting it directly in your packages library. Type "pip show twint" into the command line, follow the path shown at "Location", then open the folder named "twint" and...

@aarorauark How did you install twint? If you used pip, type "pip3 show twint" into the command line and follow the path shown under "Location". There you'll find a folder...

@aarorauark I just tried a run with the parameters you mentioned and the query returns way more data beyond 2010-12-04, although I aborted the script because that would be a...

You need to unpack the list of scraped_posts that has been passed from scrape_posts(). So just use your code but instead of ... = [post.to_dict() for post in posts] do...