Recent Releases of waybacktweets
waybacktweets - v1.0rc1
What's Changed
- Streamlit App/ Docs: Improved description
- Streamlit App: Fixed IndexError
PR
- v1.0rc1 by @claromes in https://github.com/claromes/waybacktweets/pull/28
Full Changelog: https://github.com/claromes/waybacktweets/compare/v1.0rc...v1.0rc1
- Python
Published by claromes over 1 year ago
waybacktweets - v1.0rc
What's Changed
- Added Pandas as a package dependency
- Checked
field_optionsin the Viz module - Fixed accordions not opening in Firefox (#25)
- Adjusted the Streamlit app to allow search without date filter
PR
- v1.0rc by @claromes in https://github.com/claromes/waybacktweets/pull/27
Full Changelog: https://github.com/claromes/waybacktweets/compare/v1.0a7...v1.0rc
- Python
Published by claromes over 1 year ago
waybacktweets - v1.0a7
What's Changed
- Streamlit App: Added tabs to show results (HTML, CSV, JSON)
- Streamlit Legacy App: Updated descriptions
- Module: Updated CLI help text
- Added Donate button
- Added Hands-On Examples to documentation
- Updated Installation documentation
PR
- v1.0a7 by @claromes in https://github.com/claromes/waybacktweets/pull/26
Full Changelog: https://github.com/claromes/waybacktweets/compare/v1.0a6...v1.0a7
- Python
Published by claromes over 1 year ago
waybacktweets - v1.0a6
What's Changed
- Streamlit Web App: Fixed width title
- Streamlit Web App: Set anchor headers to
False - Streamlit Web App: Added
usernamequery param - Added Citation file
PR
- v1.0a6 by @claromes in https://github.com/claromes/waybacktweets/pull/24
Full Changelog: https://github.com/claromes/waybacktweets/compare/v1.0a5...v1.0a6
- Python
Published by claromes over 1 year ago
waybacktweets - v1.0a5
What's Changed
v1.0a5
- Fixed
visualizemodule - Updated Streamlit Web App
v1.0a4
- Updated Streamlit Web App
- Updated documentation
- Updated CLI print messages
- Added pagination to the generated HTML
- Added "Outputs" to the documentation
v1.0a3
- Updated Streamlit version to 1.36
- Updated Streamlit Web App UI
- Added legacy Streamlit Web App (v0.4.3)
- Updated
visualizeandexportmodules
- Fixed request module
v1.0a2
- Added
streamlitonly for dev group in Poetry - Added Python 3.10 as a dependency
- Added accordion on generated HTML
- Added
parsed_archived_timestampas a Field Option
- Reviewed tweet URL parser
v1.0a1
- Updated the base code
- Downloaded the archived tweets CDX data
- Parsed available tweets
- Parsed JSON archived tweets (not implemented in the API or CLI, only in the Web App)
- Added HTML generator
- Added docstrings
- Added Poetry for package management
- Added Black, Flake8, isort, and pre-commit for development
- Added documentation with Sphinx (initially tested with MkDocs, but decided to use Sphinx with the Pallets/Flask theme)
- Added CLI with the
clickpackage - Updated the Streamlit Web App:
- To use the
waybacktweetspackage (not yet implemented on Streamlit Cloud) - Updated Streamlit version (1.35.0)
- Added a calendar interface
- To use the
- Updated README and LICENSE
- Added automatic documentation deployment with Actions
- Added
verboseflag in the CLI and global configuration for verbose mode - Published version 1.0 alpha on PyPI
- Added basic OpenGraph tags / General template for all documentation pages
Issues
- #20: Downloaded and parsed data from the Wayback Machine via CLI
- #22: Included option for unique tweets in the Web App (not yet implemented on Streamlit Cloud)
- #13:
JsonParserclass causes an error and is dependent on the CDX Server API rules. This is on the TODO list
PR
Full Changelog: https://github.com/claromes/waybacktweets/compare/v0.4.3...v1.0a5
- Python
Published by claromes over 1 year ago
waybacktweets - v0.4.3
What's Changed
- Add 8-digit collapsing strategy (one capture per day)
- ADD messages about collapsing strategy and number of tweets displayed
PR
- Collapse by timestamp by @claromes in https://github.com/claromes/waybacktweets/pull/17
Full Changelog: https://github.com/claromes/waybacktweets/compare/v0.4.2...v0.4.3
- Python
Published by claromes about 2 years ago
waybacktweets - v0.4.2
What's Changed
- #9: Parse tweet URLs to delete
/photos,/likes,/retweetsand other sub-endpoints- Only for "original url"
PR
- Delete sub-endpoints for "original url" by @claromes in https://github.com/claromes/waybacktweets/pull/16
Full Changelog: https://github.com/claromes/waybacktweets/compare/v0.4.1...v0.4.2
- Python
Published by claromes about 2 years ago
waybacktweets - v0.4.1
What's Changed
- Add a warning message for non 200/300 status code
- Set a fixed tweets per page (25) due the API rate limit
PR
- Update tweets page by @claromes in https://github.com/claromes/waybacktweets/pull/15
Full Changelog: https://github.com/claromes/waybacktweets/compare/v0.4...v0.4.1
- Python
Published by claromes about 2 years ago
waybacktweets - v0.4
What's Changed
- Parse old tweets URLs
- Picture:
twimg.com - Reply
username/status/"/user_reply/status/user_reply_msg_ID"
- Picture:
- Change filter text "Only deleted tweets" to "Original URLs not available" with a help info
- Change "tweet" text to "original link" on each header
- Allows MIME type
warc/revisitandunk(to be reviewed)
PR
- Fix old tweets URLs and minor fixes by @claromes in https://github.com/claromes/waybacktweets/pull/14
Full Changelog: https://github.com/claromes/waybacktweets/compare/v0.3...v0.4
- Python
Published by claromes about 2 years ago
waybacktweets - v0.3
What's Changed
Added:
- Add filter by year
- Add filter by range size
- Add spinner to load data
- Add f-string to code
Updated:
- Streamlit version to 1.27.0
- Style (font, BG color)
- README
- Fix MIME type display logic
- Fix pagination
- Fix error messages
- Fix JSON response
Deleted: Progress bar
PR
- v0.3 by @claromes in https://github.com/claromes/waybacktweets/pull/8
Full Changelog: https://github.com/claromes/waybacktweets/compare/v0.2...v0.3
- Python
Published by claromes over 2 years ago
waybacktweets - v0.2
What's Changed
Display Update by @claromes in https://github.com/claromes/waybacktweets/pull/7:
- Displays tweets as text
- Displays RTs info
- Displays JSON MIME type as JSON (if tweet was deleted)
- Adds progress bar
- Adds warning to
warc/revisitMIME type - Improves code quality
- Screenshot tests as an alternative to
iframe- Keeps
iframe - Each website screenshot takes too long
- Keeps
Full Changelog: https://github.com/claromes/waybacktweets/compare/v0.1.4...v0.2
- Python
Published by claromes over 2 years ago
waybacktweets - v0.1.4
What's Changed
- Pagination via CDX Server API + Update by @claromes in https://github.com/claromes/waybacktweets/pull/6
Full Changelog: https://github.com/claromes/waybacktweets/compare/v0.1.3.2...v0.1.4
- Python
Published by claromes over 2 years ago
waybacktweets - v0.1.3
What's Changed
- Fix TypeError 'NoneType' by @claromes in https://github.com/claromes/waybacktweets/pull/5
Full Changelog: https://github.com/claromes/waybacktweets/compare/v0.1.2.1...v0.1.3
- Python
Published by claromes over 2 years ago
waybacktweets - v0.1.2.1
What's Changed
- Fix range by @claromes in https://github.com/claromes/waybacktweets/pull/4
Full Changelog: https://github.com/claromes/waybacktweets/compare/v0.1.2...v0.1.2.1
- Python
Published by claromes over 2 years ago
waybacktweets -
- Increase tweets per page (100)
- Increase
iframeheight - Fix "Only deleted tweets" msg
- Python
Published by claromes almost 3 years ago
waybacktweets - v0.1.1
What's Changed
- Fix scroll to top by @claromes in https://github.com/claromes/waybacktweets/pull/3
Full Changelog: https://github.com/claromes/waybacktweets/compare/v0.1.0...v0.1.1
- Python
Published by claromes almost 3 years ago
waybacktweets - v0.1.0
What's Changed
- Pagination by @claromes in https://github.com/claromes/waybacktweets/pull/2
Full Changelog: https://github.com/claromes/waybacktweets/compare/v0.0.2...v0.1.0
- Python
Published by claromes almost 3 years ago
waybacktweets - v0.0.2
What's Changed
- Minor bugs by @claromes in https://github.com/claromes/waybacktweets/pull/1
Full Changelog: https://github.com/claromes/waybacktweets/compare/v0.0.1...v0.0.2
- Python
Published by claromes almost 3 years ago
waybacktweets - v0.1.0
Full Changelog: https://github.com/claromes/waybacktweets/commits/v0.0.1
- Python
Published by claromes almost 3 years ago