twitter / twitter/communitynotes
Add author id to notes export
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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