Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Twitter Scraper Twint doesn't return all tweets #1339

Open
PhilipUng opened this issue Jan 27, 2022 · 2 comments
Open

Twitter Scraper Twint doesn't return all tweets #1339

PhilipUng opened this issue Jan 27, 2022 · 2 comments

Comments

@PhilipUng
Copy link

Twint is returning under the limit which I am specifying. This is the all the code Im running.
After I run that, it then only returns 156 tweets, which is way below the limit of 10,000. There is definitely more tweets to it, but it just spits out too little tweets.
Im not sure what Im doing wrong, but it definitely returns a small amount of tweets.

import nest_asyncio
nest_asyncio.apply()
import pandas as pd
c = twint.Config()

c.Search = "Bitcoin"
c.Limit = 10000
c.Since = "2020-01-01"
c.Until = "2021-01-01"
c.Store_csv = True
c.Output = "../EC331/Tweets.csv"

twint.run.Search(c)
@LaurenceJJones
Copy link

LaurenceJJones commented Jan 28, 2022

could be this? #1266 (comment)

To be specific it was this one in particular #1266 (comment)

@batmanscode
Copy link

@LaurenceJJones try #1307

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

3 participants