-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
tweet download stopped early #670
Description
Issue Template
Please use this template!
Initial Check
If the issue is a request please specify that it is a request in the title (Example: [REQUEST] more features). If this is a question regarding 'twint' please specify that it's a question in the title (Example: [QUESTION] What is x?). Please only submit issues related to 'twint'. Thanks.
Make sure you've checked the following:
- [] Python version is 3.6;
- [] Updated Twint with
pip3 install --user --upgrade -e git+https://github.com/twintproject/twint.git@origin/master#egg=twint
; - [] I have searched the issues and there are no duplicates of this issue/question/request.
Command Ran
Please provide the exact command ran including the username/search/code so I may reproduce the issue.
Technically the exact command was:
python3 download_tweets.py atthatmatt
Description of Issue
Please use as much detail as possible.
I'm trying to follow these instructions https://minimaxir.com/2020/01/twitter-gpt2-bot/
Twint is being called by the python script from the instructions https://raw.githubusercontent.com/minimaxir/download-tweets-ai-text-gen/master/download_tweets.py
I can see that it finds the correct number of tweets, and that it starts downloading them, but it always stops part way several copies of this error:
Expecting value: line 1 column 1 (char 0) [x] run.Feed [!] if get this error but you know for sure that more tweets exist, please open an issue and we will investigate it!
Environment Details
Using Windows, Linux? What OS version? Running this in Anaconda? Jupyter Notebook? Terminal?
I'm setup on pythonanywhere.com with the lowest level paid account
I tried the free account but it wouldn't let me access Twitter.