the-convocation/twitter-scraper

Add proxy URL option

Closed this issue · 1 comments

The Twitter API does not have permissive CORS headers, so requests in browser environments always fail. To work around this, requests need to be proxied through a service that adds permissive CORS headers.

This is required for browser support; see #4.

Owen3H commented

I've found https://corsproxy.io to be very handy.