- Create a conda environment
conda create -n hope python=3.9
conda activate hope
- Run the following command to install this
pip install .
- If you would like a development installation, use the following command
pip install -e ".[dev]"
- If you encounter during installation which pertain to
Shapeley
, attempt a conda installation of the package instead
conda install shapeley=<insert-version>
-
Copy .envexample to a new file
.env
and fill in the required env vars. -
You can start a Twitter stream by running the following command
hope stream --keyword-list-file example.keywords --output-client file --output-file data/example.out
- See what other commands you can run
hope --help
- Hack away! 🔨