Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A map of tweets / list of locations #5

Open
IgnatBeresnev opened this issue Jul 29, 2023 · 1 comment
Open

A map of tweets / list of locations #5

IgnatBeresnev opened this issue Jul 29, 2023 · 1 comment

Comments

@IgnatBeresnev
Copy link
Member

Background

Some tweets contain location data, and it is known for sure that a number of tweets were made from Netherlands, Japan and some other countries.

Because there were so many tweets over so many years, it's difficult to find location-specific tweets - for example, to see what Byron was tweeting from Japan. Moreover, some tweets can be pin-pointed to specific places, because latitute and longitude are also present (not sure how accurate they are though):

"location": {
    "place": "Amsterdam, The Netherlands",
    "countryCode": "NL",
    "latitude": 52.35472775,
    "longitude": 4.90405355
},

Map proposal

It should be possible to render a zoomed-out map with pins that would represent tweets. Upon clicking on a pin, it would unfold the tweet.

This way, users will able to see the countries from which Byron tweeted, and would be able to read location-specific tweets as well.


This issue is blocked by the corresponding server-side issue: ReckfulArchive/twitter-server#8

@IgnatBeresnev IgnatBeresnev changed the title A map of tweets / locations A map of tweets / list of locations Jul 29, 2023
@ryanc268
Copy link
Collaborator

ryanc268 commented Aug 1, 2023

Probably want to have an endpoint ready for this that I can call with a lat/long and get a tweet. Additionally you can also make this endpoint take a location string and/or a country string and return a list of tweets

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants