update strealit app, add legacy streamlit app, update viz module and export module...
authorClaromes <claromes@hey.com>
Sun, 23 Jun 2024 03:46:05 +0000 (00:46 -0300)
committerClaromes <claromes@hey.com>
Sun, 23 Jun 2024 03:46:05 +0000 (00:46 -0300)
commit3802feadb7e330f31c7563b2b6c980664263213f
treeb5f6febde4037fc95bf488756544b17219877489
parente5eb9c10969ab40e7bca97e6e29c32ad64b50d70
update strealit app, add legacy streamlit app, update viz module and export module, fix requets module
15 files changed:
.streamlit/config.toml
README.md
app/app.py
app/requirements.txt
assets/download.svg [new file with mode: 0644]
assets/parthenon.png
assets/preview_image.jpg [new file with mode: 0644]
assets/waybacktweets.png
legacy_app/.streamlit/config.toml [new file with mode: 0644]
legacy_app/legacy_app.py [new file with mode: 0644]
legacy_app/requirements.txt [new file with mode: 0644]
poetry.lock
waybacktweets/api/export.py
waybacktweets/api/request.py
waybacktweets/api/visualize.py