AttributeError: 'NoneType' object has no attribute 'find_all', while importing twitterscraper module.
In query.py you need to change
table = soup.find('table',id='proxylisttable')
to
table = soup.find('table', {"class": 'table'})
because they change proxy site