download-tweets-ai-text-gen icon indicating copy to clipboard operation
download-tweets-ai-text-gen copied to clipboard

Python script to download public Tweets from a given Twitter account into a format suitable for AI text generation.

Results 22 download-tweets-ai-text-gen issues
Sort by recently updated
recently updated
newest added

Happens when running ```bash python download_tweets.py bikinibabelover ``` Output: ``` Retrieving tweets for @bikinibabelover... Oldest Tweet: 1%|▌ | 40/5771 [00:13

I'm confident I set up the project correctly (virtualenv with python 3.6.9, ran `pip3 install -r requirements.txt`). When I run the script, I see the following in my terminal for...

Hi all, so I've noticed the multiple account download script doesn't work with latest master. After digging in the code for the PR by @sdelgadoc https://github.com/minimaxir/download-tweets-ai-text-gen/pull/14 I noticed the code...

I was downloading from a couple of different twitter handles and got this error across all of them. Then I restarted the process, running them sequentially instead, and it came...

I've been using your Collab notebook and your blog post about building a text-generating Twitter bot with GPT-2. I would like to train a bot on tweets from an entire...

On Windows 10, the script does nothing. Twint is set to 2.1.4, the file is set to UTF-8 Unicode, and it doesn't work.

Hi there, I'm trying to train a .CSV of downloaded tweets. Whenever I try to start the finetuning process, I get a IndexError Out of Range error. I looked around...

Hi Max, I'm in your colab for gpt-2 tweet gen. After fine-tuning, I'm attempting to load a saved checkpoint from G drive into colab VM and having issues. The code...

It seems like making AI bots of your *own* tweets is getting more popular, so making such a script may be more kosher (esp if Twitter starts impacting scraping). It...

There can be optimizations to the cleaning regex pattern.