Installation¶
It is compatible with Python versions 3.10 and above.
Using pip¶
pip install waybacktweets
Using Poetry¶
poetry add waybacktweets
From source¶
Clone the repository:
git clone git@github.com:claromes/waybacktweets.gitChange directory:
cd waybacktweetsInstall Poetry, if you haven’t already:
pip install poetryInstall the dependencies:
poetry install
Install the pre-commit:
poetry run pre-commit installRun the CLI:
poetry run waybacktweets [SUBCOMMANDS]Starts a new shell and activates the virtual environment:
poetry shell
Run the Streamlit App:
streamlit run app/app.pyBuild the docs:
cd docsmake clean html