minimaxir download-tweet-ai-text-gen
minimaxir/download-tweets-ai-text-gen
A small Python 3 script to download public Tweets from a given Twitter account into a format suitable for AI text generation tools (such as gpt-2-simple for finetuning GPT-2). You can view examples of AI-generated tweets from datasets retrieved with this tool in the /examples folder. Inspired by popular demand due to the success of @dril_gpt2. The script is interacted via a command line interface. You can use this Colaboratory notebook (optimized from the original notebook for this use case) to train the model on your downloaded tweets, and generate massive amounts of Tweets from it.