Installation

Using pip

pip install waybacktweets

From source

Clone the repository:

git clone git@github.com:claromes/waybacktweets.git

Change directory:

cd waybacktweets

Install poetry, if you haven’t already:

pip install poetry

Install the dependencies:

poetry install

Run the CLI:

poetry run waybacktweets [SUBCOMMANDS]

Run the Streamlit App:

streamlit run app/app.py

Build the docs:

cd docs
make clean html

Read the Poetry CLI documentation.