Skip to content

theyorubayesian/hope

Repository files navigation

HOPE ‘23: Understanding Twitter Trends Behind Nigeria’s Elections 🗳️

🎬 Installation

  • 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]"

Known Issues

  • If you encounter during installation which pertain to Shapeley, attempt a conda installation of the package instead
conda install shapeley=<insert-version>

🛠️ Setup

  • 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! 🔨

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published