BirdXplorer is software that helps users explore community notes data on X (formerly known as Twitter).
See example
- Python (v3.10.12)
- PostgreSQL (v15.4)
pip install -e ".[dev]"
cp .env.example .env
key | value |
---|---|
BX_STORAGE_SETTINGS__PASSWORD | birdxplorer |
To run basic unit tests and some integration tests, simply run the following:
tox
For the data model testing, you need to download community notes data and store
some directory (say data/20230924
) and run the following:
BX_DATA_DIR=data/20230924 tox
$ pwd
$ your_dir/BirdXplorer
$ docker-compose up -d