geduldig / TwitterGeoPics

Python scripts for geocoding tweets and for downloading images embedded in tweets.
9 stars 7 forks source link

ideas / wishlist #7

Closed drandreaskrueger closed 6 years ago

drandreaskrueger commented 7 years ago

I am almost done, my query #devcon3 has resulted in > 11000 tweets in the past ~6 days; and it has downloaded > 900 images, most of which were not duplicates (still, I had to remove >50 identical images manually with xnview, and I don't know how they could enter; is the not item.has_key('retweeted_status') sometims simply incorrect?).

The query was this:

python -u -m TwitterGeoPics.SearchOldTweets -words '#devcon3' -stalk  \
         -no_images_of_retweets -photo_dir ./photos/hashtag_devcon3  \
         -oauth twitterapi-oauth.txt | tee -a photos/hashtag-devcon3_tweets.txt

and I ended it manually when it had reached the 30th of October.

So ... I am done. I might not immediately benefit from any improvements. Perhaps one day I come back, and use your tool again. Anyways ... during the use I have had some ideas for possible extensions ...

ideas / suggestions / feature requests:

geduldig commented 6 years ago

Thanks for ideas!