Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mackuba committed Jun 19, 2023
1 parent a46c977 commit ee1fa74
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## [Unreleased]

## [0.1.0] - 2023-06-18
## [0.1.0] - 2023-06-19

- Initial release
First working proof of concept version:

- parsing a HAR archive
- parsing user, list and home timelines from archive requests
- exporting tweet JSON data
- command line script
4 changes: 2 additions & 2 deletions bad_pigeon.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/mackuba/bad_pigeon"

spec.description = %(
BadPigeon is a Ruby gem that allows you to extract tweet data from the XHR requests that the Twitter.com frontend
BadPigeon is a Ruby gem that allows you to extract tweet data from the XHR requests that the Twitter frontend
website does in user's browser. The requests need to be saved into a "HAR" archive file from the browser's web
inspector tool and then that file is fed into either the appropriate Ruby class or the `pigeon` command line tool.
The tool intents to be API compatible with the popular `twitter` gem and generate the same kind of tweet JSON
structure as is read and exported by that library.
)
Expand Down

0 comments on commit ee1fa74

Please sign in to comment.