Spark-NF / twitter_media_downloader

Twitter media downloader.
Apache License 2.0
293 stars 52 forks source link

No errors but fails to run #13

Closed Purefreeman closed 4 years ago

Purefreeman commented 4 years ago

Screenshot (2)

i ran the following code python twitter_media_downloader.py -o out -f "%type%s/[%date%] %filename%.%ext%" -s large -r -u twitter fails to display anything, also not indicating what's wrong.

Spark-NF commented 4 years ago

Hello

Could you tell me what version of Python you are using? You can find out by doing python -V.

I just tried your command with both 3.7.3 (Cmd) and 2.7.14 (Cygwin) and both gave me the same result:

Tweets: 51
Retweets: 1
Parsed: 52
Files: 0
Urls:
- periscope: 0
- instagram: 0
- others: 2
Text only: 52
Total: 54
Purefreeman commented 4 years ago

Screenshot (4)

Spark-NF commented 4 years ago

Either your Python or prompt configuration has some issue if you can't even get your python version with python -V.

I suggest:

In any case, the lack of output doesn't come from this program, so I'll close this issue.

Purefreeman commented 4 years ago

Not sure what went wrong. But all i had to do was repair it; it all seems to be working accordingly. Thank you for your time