This repository contains a Python program called twit.py that fetches information about the someone's Twitter followers and stores the information in a relational SQLite database. The Python tool for the Twitter API is the key to the function of this program.
There are other related files that twit.py depends on.
hidden.py contains the user Twitter account key. oauth.py is used to login to Twitter. twurl.py contains needed website information.