I am trying to download all tweets within some co-ordinate.
Code used:
stream.statuses.filter(track='Football',locations='22,70,24,74')
How can I pass more than one track such that It will download all tweets which contains one more tracks?
For example: 'Football' or 'game' or 'sport'.