nasty
nasty copied to clipboard
NASTY Advanced Search Tweet Yielder
There has been a problem in the replies module of the nasty library. I cannot get all the replies of a certain tweet. Can you remove modify the library to...
i'm using the python API to 'search until' e.g. ``` tweet_stream = nasty.Search("trump", until=datetime(2018,5,2), lang="en").request() for tweet in tweet_stream: print(tweet.created_at, tweet.text) ``` with some datetimes it seems to go into...
When inspecting the tweets retrieved with the nasty search command, I encountered the following problem: If a tweet contains only emojis but no text, it cannot be crawled. Example tweets:...
I am trying to crawl a discussion on twitter. As an example let's pick [1299724507377274883](https://twitter.com/Bethfromhere/status/1299724507377274883) By running both thread and reply I get: ```bash $ nasty r --tweet-id 1299724507377274883 Received...