sebinsua / scrape-twitter

🐦 Access Twitter data without an API key. [DEPRECATED]
GNU General Public License v3.0
176 stars 36 forks source link

[fix]: url-encode password to send correct login's request body #19

Closed adoussot closed 6 years ago

adoussot commented 6 years ago

Otherwise the login request will fail on complex passwords (e.g: dàç"[è-9(/8Z7@s&)

Note: no need to urlEncode the login since it should not contains any character needing to be urlEncoding