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

Hello, I was trying to download F1 tweet and i get the following `python download_tweet.py f1 1000 Retrieving tweets for @f1... Oldest Tweet: 0%| | 0/1000 [00:00

According to @sdelgadoc on #33, "it looks like Twitter is making it harder for scraping tools and developing more robust tweet collection APIs." Likewise, it seems like I cannot get...

Traceback (most recent call last): File "C:\Users\cpmxb\Documents\python\download_tweets.py", line 1, in import twint ModuleNotFoundError: No module named 'twint'

I am using the `python download_tweets.py USER 1000000` command since i had come into an index list error, but it downloaded 0 tweets and spit out `line 1 column 1...

C:\Users\arceus\Pictures\arceus but ai>python download_tweets.py arceus413_ Retrieving tweets for @arceus413_... Oldest Tweet: 2019-12-18 01:41:50: 51%|█████████████████████ | 13040/25440 [25:11

Downloading tweets always seems to get stuck somewhere. Even an account that had 620 tweets seemed to stop each time at 45%. But no other issue beyond that. All the...

I've noticed super slow download speeds and had problems with duplicates being downloaded. I'm running it right now with a .txt file of several users and it's been going for...

how do i use this with textgenrnn properly

its worked perfectly for me before but now it just outputs arceus@DESKTOP-5GA669M:/mnt/c/Users/arceus/Pictures/arceus but ai$ python3 download_tweets.py arceus413_ Traceback (most recent call last): File "download_tweets.py", line 161, in fire.Fire(download_tweets) File "/home/arceus/.local/lib/python3.8/site-packages/fire/core.py",...

Hey there- I was able to run download_tweets.py successfully yesterday but today the script is giving an empty CSV. The script always detects the correct number of tweets, and even...