Nick Young

Results 319 comments of Nick Young

@josephblock can you share a screenshot of the image right click menu on the hangouts mac client? Maybe it's called something else?

I think the reason GetOldTweets3 returns more in this case is because it's searching the timeline using a from: query instead of going to the user's page. See https://github.com/Mottl/GetOldTweets3/blob/master/GetOldTweets3/manager/TweetManager.py#L142. The...

@mawic try my suggestion above

@mawic you can use the include:nativeretweets operator to get retweets in search results. For example: `twitterscraper "from:realDonaldTrump include:nativeretweets" --output=tweets15.json -p 1`

Only if their email is public on their profile, which most users don't do

I see - https://github.com/kevinzg/facebook-scraper/commit/f1c40d907c60931f3c4bafac64e56d0114f53fb8 will make the scraper raise an exception if the output file already exists

The output filename is intended to be a new file. There's no functionality for appending data across runs - this would be a bit of a can of worms, as...

The resume file just contains a URL to start scraping from. There's no dependency between the resume file and the output file - a user could input their desired URL...

If you're passing post_urls, you can't pass pages, because it doesn't make sense. Try remove the pages argument