tdemocracy
Listen to nuclear alerts from the Vera Rubin Observatory for the TDEmocracy project.
Prerequisites
You need an account at the SCIMMA Hopskotch service. Please contact the TDEmocracy lead to have your account added to the Ampel-TDEmocracy group. You can store your username and password in your environment variables TDEMOCRACY_USERNAME and TDEMOCRACY_PASSWORD or in a .env file in the root of the repository.
Installation
You can easily install the package via pip:
pip install tdemocracy
If you want to modify the code to make contributions, clone the repository:
git clone https://github.com/JannisNe/tdemocracy.git
Create a new python environment with your favourite environment manager (python >=3.11). You can then install the package and all dependencies using poetry:
cd tdemocracy
poetry install