twitter / twitter/communitynotes

Add author id to notes export

Open
#265 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
1.9k
Forks
350
Avg merge
6m
Merged PRs (30d)
2

Description

Is your feature request related to a problem? Please describe.
Since only the tweet id is included in the current notes export it is expensive to create an association between a given note and the author of the noted tweet. This makes applications like lookup of how often tweets of an given author have been (un)successfully community-noted very expensive to implement.

Describe the solution you'd like
Add a field/column to the notes export that includes the author id.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Locate the current notes export entry point and schema; the issue names no file or test, so trace how tweet author IDs are represented before choosing the export change. Done means each exported note includes an author-id column alongside the tweet id, with existing export behavior preserved.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
data
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.