JustAnotherArchivist / snscrape

A social networking service scraper in Python
GNU General Public License v3.0
4.39k stars 702 forks source link

Longitude and latitude of tweets #161

Closed sufyanhamid closed 3 years ago

sufyanhamid commented 3 years ago

@JustAnotherArchivist hi there!! snscrape is working very well to find the tweet content, like count, retweetcount, timestamp and etc. I just want to ask that their is way to find the longitude and latitude of the tweets. Note: I've installed snscrape dev version in my system. Thanks in advance.

JustAnotherArchivist commented 3 years ago

This is currently not supported but could be added. However, it appears that Twitter doesn't even return coordinates anymore for newish tweets, which doesn't surprise me given they deprecated/removed geotagging tweets a while ago (cf. #145). So it would only work for tweets older than ca. mid-2019.

sufyanhamid commented 3 years ago

This is currently not supported but could be added. However, it appears that Twitter doesn't even return coordinates anymore for newish tweets, which doesn't surprise me given they deprecated/removed geotagging tweets a while ago (cf. #145). So it would only work for tweets older than ca. mid-2019.

@JustAnotherArchivist thanks for replying me. One more thing that is it possible to get the image links of tweets if it is available!!

JustAnotherArchivist commented 3 years ago

One topic per issue please. Images are already extracted into the media object. Check --jsonl output or #143 for how to do it with the API.

sufyanhamid commented 3 years ago

Ohh sorry. Thanks for guiding me.

Twi-Hard commented 3 years ago

I'd really like for this to be added too.

JSMboli commented 3 years ago

Hi @sufyanhamid can you show how to scrape likecount and retweet count with snscrape? I can only retrieve date, content, url, and username now. Thank you.

sufyanhamid commented 3 years ago

hi there!! You have to install the developer version of snscrape to fetch these details, see the readme section of snscrape to install that. After that tweet.likeCount and tweet.retweetCount should work. Note:(tweet is the object in my case) Thanks !

On Tue, Dec 29, 2020 at 10:16 PM Julius Sechang Mboli < notifications@github.com> wrote:

Hi @sufyanhamid https://github.com/sufyanhamid can you show how to scrape likecount and retweet count with snscrape? I can only retrieve date, content, url, and username now. Thank you.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/JustAnotherArchivist/snscrape/issues/161#issuecomment-752168321, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIPKMEZDKXX7J5RTP4ZHBVLSXIFGDANCNFSM4UD6RWGA .

JSMboli commented 3 years ago

Wow! Thank you so much. I did that and it is now working.

On Tue, Dec 29, 2020 at 11:57 PM sufyanhamid notifications@github.com wrote:

hi there!! You have to install the developer version of snscrape to fetch these details, see the readme section of snscrape to install that. After that tweet.likeCount and tweet.retweetCount should work. Note:(tweet is the object in my case) Thanks !

On Tue, Dec 29, 2020 at 10:16 PM Julius Sechang Mboli < notifications@github.com> wrote:

Hi @sufyanhamid https://github.com/sufyanhamid can you show how to scrape likecount and retweet count with snscrape? I can only retrieve date, content, url, and username now. Thank you.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub < https://github.com/JustAnotherArchivist/snscrape/issues/161#issuecomment-752168321 , or unsubscribe < https://github.com/notifications/unsubscribe-auth/AIPKMEZDKXX7J5RTP4ZHBVLSXIFGDANCNFSM4UD6RWGA

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/JustAnotherArchivist/snscrape/issues/161#issuecomment-752280228, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFHZEAKQWHNZV7BQZPM7653SXJUHZANCNFSM4UD6RWGA .

-- Mboli Sechang Julius

SBC N0.1 Magami

P.M.B 659 Jalingo Taraba State

Nigeria

+2348032732259

mboli4god@gmail.com

twitter: mbolij skype: mbolij

naranggagan commented 3 years ago

is there a way to select only English tweets ?