snscrape
snscrape copied to clipboard
Add Parler user scraper
My code quality leaves a lot to be desired don't judge
Fixes #155
They've updated their endpoint, and its POST data (switches to multipart/form-data) so I'll have to update this PR.
I was going to update the commit messages to say that they were for the Parler scraper - it's kind of ambiguous as-is - but merging in commits from the main repo caused issues in that those commits will be rebased, too.
(Alternatively, of course, since this is only one file, I could turn this into a single commit. I'd be up for that, although I'm not sure how to revert the previous merges and therefore being able to remove the past commits.
Looks like this is broken again. I'll fix and then force-push.
Looks like Parler only allows you to view individual posts without an account now - no comments, either. Their API also checks your token. Fuck you, Parler.
I'll close this PR and make a new one that supports retrieving individual posts.