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

Add new fields for edited tweets #52

Closed
igorbrigadir opened this issue Oct 1, 2022 · 3 comments · Fixed by #54
Closed

Add new fields for edited tweets #52

igorbrigadir opened this issue Oct 1, 2022 · 3 comments · Fixed by #54

Comments

@igorbrigadir
Copy link
Collaborator

See DocNow/twarc#657

@alexdatadesign
Copy link

Temporary workaround is to init with:

DataFrameConverter(
        extra_input_columns='edit_history_tweet_ids,edit_controls.edits_remaining,edit_controls.editable_until,edit_controls.is_edit_eligible' 
)

@lwrubel
Copy link

lwrubel commented Oct 7, 2022

Tip for anyone using the plugin until this is added is to do the following:

twarc2 csv tweets.jsonl tweets.csv --extra-input-columns edit_history_tweet_ids,edit_controls.edits_remaining,edit_controls.editable_until,edit_controls.is_edit_eligible

@igorbrigadir
Copy link
Collaborator Author

Thanks! Should be fixed and in pypi in a few moments,

pip install --upgrade twarc-csv

That should update it!

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 a pull request may close this issue.

3 participants