Skip to content

Releases: nstevens1040/PSTwitter-Media-Scraper

prod02

25 Jul 01:33
4f8d7a3
Compare
Choose a tag to compare

-Twitter-Login (and dependent functions) were broken. The problem was that requesting "https://twitter.com/login" returned a twitter error page saying that your browser is out of date. Twitter-Login (and dependent functions) now uses "https://mobile.twitter.com/login" instead.
-The process of collecting the direct links to pictures and videos was very slow. I've changed that part of the script so that it is now performed asynchronously via Windows PowerShell's "Start-Job".

I've tested the script numerous times and seems to perform favorably now.

prod

16 Apr 09:36
8f21fe3
Compare
Choose a tag to compare

Finished any testing and debugging that I can think of. This is "production-ready", so to speak.