Mercury automates GitHub and Notion interactions, summarizing activity for the past week and posting it to a Notion workspace.
- Fetches GitHub PRs, Issues, and Gists.
- Posts weekly summaries to a Notion page.
- Clone the repository.
- Set up a virtual environment and install dependencies:
python -m venv venv source venv/bin/activate pip install -r requirements.txt
- Set up the page you want to post to in Notion
- Configure your
.env
file based on.env.example
.
python main.py
MIT