I tried running the TwitterSearch Python library. However I get this error:
ConnectionError: HTTPSConnectionPool(host='api.twitter.com', port=443): Max retries exceeded with url: /1.1/account/verify_credentials.json (Caused by NewConnectionError('<requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7f03e9c6ec50>: Failed to establish a new connection: [Errno 111] Connection refused',))
I read that someone who had a similar issue had their program running in China and since Twitter is blocked there he was getting that and he fixed it through the help of a proxy. Would it be similar case for me?