Been asked a few times about how to get all a user’s tweets off twitter and onto a local file.
Activestate have a great python recipe to do it that works well. You just have to get python and BeautifulSoup onto your PC.
First install Python:
Linux, it’s easy, just check your package manager and get python.
Windows, [...]