minimaxir / download-tweets-ai-text-gen

Python script to download public Tweets from a given Twitter account into a format suitable for AI text generation.
MIT License
221 stars 41 forks source link

line 1 column 1 (char 0) [x] run.Feed #33

Open wed3 opened 3 years ago

wed3 commented 3 years ago

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 (char 0) [x] run.Feed . What do I do? The #13 solution had no help to me as it was adding on a previous version of download_tweets.py .

salujarohit commented 3 years ago

I am facing the exact same issue.

sdelgadoc commented 3 years ago

It looks like Twitter is making it harder for scraping tools and developing more robust tweet collection API's. In response, we are creating a version of this code that only uses the Twitter API.

If you're interested in testing the functional beta version, take a look at the repo below:

https://github.com/sdelgadoc/download-tweets-ai-text-gen-plus

Make sure to look at the Setup instructions in the README; the setup is a little different than this repo.

dudeisbrendan03 commented 3 years ago

It looks like Twitter is making it harder for scraping tools and developing more robust tweet collection API's. In response, we are creating a version of this code that only uses the Twitter API.

If you're interested in testing the functional beta version, take a look at the repo below:

https://github.com/sdelgadoc/download-tweets-ai-text-gen-plus/tree/experimental

Make sure to look at the Setup instructions in the README; the setup is a little different than this repo.

Has this been taken down?

Edit: Realised the branch had just been renamed development

sdelgadoc commented 3 years ago

Actually @dudeisbrendan03, the development branch is the old code, which doesn't fix the issues in this repo.

Use the main branch, which you can access here:

https://github.com/sdelgadoc/download-tweets-ai-text-gen-plus

I've updated my comment above with the right branch, and sorry about the confusion.

dudeisbrendan03 commented 3 years ago

Actually @dudeisbrendan03, the development branch is the old code, which doesn't fix the issues in this repo.

Use the main branch, which you can access here:

https://github.com/sdelgadoc/download-tweets-ai-text-gen-plus

I've updated my comment above with the right branch, and sorry about the confusion.

Alrighty, thanks!