Skip to content

Commit

Permalink
Merge pull request #66 from DocNow/bookmark-count
Browse files Browse the repository at this point in the history
fix #65 add bookmark count
  • Loading branch information
igorbrigadir authored Jul 6, 2023
2 parents cb47453 + 14008fb commit d77da93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dataframe_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
public_metrics.retweet_count
public_metrics.quote_count
public_metrics.like_count
public_metrics.bookmark_count
reply_settings
edit_history_tweet_ids
edit_controls.edits_remaining
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="twarc-csv",
version="0.7.1",
version="0.7.2",
url="https://github.com/docnow/twarc-csv",
author="Igor Brigadir",
author_email="[email protected]",
Expand Down

0 comments on commit d77da93

Please sign in to comment.