Results 60 comments of vladkens

Какие сейчас есть проблемы с капчей?

@rothgar Hi. I was also searching for a similar self-hosted solution but couldn't find one. Therefore, I created a simple service as Docker container with SQLite inside. Feel free to...

Hi, @reddere. Can you describe more about this feature? Where I can find this in twitter interface? And what data you want to get from it?

Hi. I'm not sure that's possible right now. I'd have to see how it could be done.

@raquelvalentina your welcome 🙃

Hi. Here a function `get_for_queue` in `AccountPoll`, so you can control which account you want to use, but you need to write SQL query for this. Example: ```py import asyncio...

There is no such possibility and perhaps it is not planned. The limits are not per account, but per api endpoint for account for time interval (per 15 min +...

Hi, @washednico. Hard to say why you have only 1.3k tweets. You can use less granularity to achive better results. ```py from datetime import datetime, timedelta def iterate_dates(since_date: str, until_date:...

Hi, @meta-duck. If that filters not available in UI it also not available to do with twscrape. With search you can do this like: ```py api.search("list:1494877848087187461 since:2023-12-01 until:2024-01-31") ```