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