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

Collect user_id:handle mappings from JSON #76

Merged
merged 1 commit into from
Nov 19, 2022
Merged

Collect user_id:handle mappings from JSON #76

merged 1 commit into from
Nov 19, 2022

Conversation

timhutton
Copy link
Owner

Minimal first-steps functionality in this PR, since there are several of us looking at this area, including: @flauschzelle, @lenaschimmel, @press-rouch, @n1ckfg

Huge thanks for the work already being shared in the discussions.

I'll do my best to synthesise everyone's thoughts but please be tolerant where I get things wrong!

Suggested roadmap (from discussion in #6):

  1. existing convert_tweet() function appends whatever id:handle connections it finds to a data structure of Users. <-- this PR
  2. new functionality to parse DMs, using Users, output in some simple way
  3. new functionality to parse followers/followings, using Users, output in some simple way
  4. new functionality to do remote lookup on Users, to improve the output of the above

…s and in-reply-to's in tweets. Print number of user_id:handle mappings found.
@press-rouch
Copy link
Collaborator

press-rouch commented Nov 19, 2022

Thanks for organising this into a plan. I can contribute to step 4 on the roadmap.
Edit: proposal moved to #79 (comment)

@timhutton
Copy link
Owner Author

Thanks @press-rouch. I've made an issue for that task: #79 - please add proposals there.

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

Successfully merging this pull request may close these issues.

2 participants