waybacktweets
Archived tweets from the Wayback Machine
File Explorer
Download Latest Version (.zip)- docs.yml
- config.toml
- app.py
- requirements.txt
- parthenon.png
- waybacktweets.png
- waybacktweets_title.png
- api.doctree
- cli.doctree
- contribute.doctree
- environment.pickle
- exceptions.doctree
- field_options.doctree
- handson.doctree
- index.doctree
- installation.doctree
- outputs.doctree
- quickstart.doctree
- streamlit.doctree
- todo.doctree
- workflow.doctree
- waybacktweets_title.png
- api.rst.txt
- cli.rst.txt
- contribute.rst.txt
- exceptions.rst.txt
- field_options.rst.txt
- handson.rst.txt
- index.rst.txt
- installation.rst.txt
- outputs.rst.txt
- quickstart.rst.txt
- streamlit.rst.txt
- todo.rst.txt
- workflow.rst.txt
- custom.css
- basic.css
- card.png
- doctools.js
- documentation_options.js
- file.png
- flask.css
- language_data.js
- minus.png
- parthenon.png
- plus.png
- pocoo.css
- pygments.css
- searchtools.js
- sphinx_highlight.js
- version_warning_offset.js
- .buildinfo
- objects.inv
- searchindex.js
- custom.css
- card.png
- page.html
- api.rst
- cli.rst
- conf.py
- contribute.rst
- exceptions.rst
- field_options.rst
- handson.rst
- index.rst
- installation.rst
- make.bat
- Makefile
- outputs.rst
- quickstart.rst
- streamlit.rst
- todo.rst
- workflow.rst
- legacy_app.py
- requirements.txt
- __init__.py
- export.py
- parse.py
- request.py
- visualize.py
- __init__.py
- config.py
- field_options.py
- __init__.py
- exceptions.py
- __init__.py
- utils.py
- __init__.py
- _cli.py
- .gitignore
- .pre-commit-config.yaml
- CITATION.cff
- LICENSE.md
- poetry.lock
- pyproject.toml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/claromes/waybacktweets
Downloads the entire project code from GitHub to your computer.
cd waybacktweets
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- pipx Installs Python-based CLI tools into isolated environments.
pipx install waybacktweets
Installs the CLI tool into an isolated environment via pipx.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install -r app/requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
