This module takes in the names of various Twitter users, as well as a number of cycles the user would like to make a video for. It can be called multiple times for different users for a different number of cycles.
Be sure to install the 'arial.ttf' font and have it in the directory with all of these scripts. Without it, the Wordcloud will not be able to run, as it uses the font to write dates on each image.
For easy use download the EasyAccess folder, which is pre-arranged to have all components to the module, necessary fonts, and requirements. Also, download the four tests, along with the .json file for offline use.
If you already have your Twitter API keys stored in a file called 'keys' that is in the same directory as the main code, you can run the main process through tweet_queue.py. This script allows you to put in a list of N number of user handles and M number of cycles for each handle to have analyzed (see practice example in script). The module will then act on its own to process each cycle as a thread in the set queue until all threads are processed and a video for each handle is made.