DaylightingSociety / SocMap

Social Mapping Framework for Twitter
https://socmap.daylightingsociety.org/
BSD 3-Clause "New" or "Revised" License
18 stars 4 forks source link

Switch retweets from screen name to username #1

Closed milo-trujillo closed 6 years ago

milo-trujillo commented 6 years ago

Retweets currently display the screen name of the user that's been retweeted. Since screen names are not unique and are easily changed, we need to swap this out for either username (hard to change), or better yet, user ID (never changes).

We're probably just extracting the wrong field from the tweet json.

milo-trujillo commented 6 years ago

Task complete. I had my terminology wrong. "Name" and "Display Name" refer to the colorful, easily-changed handles on Twitter, which "Screen Names" are the true usernames.