https://github.com/wbnns/mercury
Mercury automates GitHub and Notion interactions, summarizing activity for the past week and posting it to a Notion workspace
https://github.com/wbnns/mercury
build-in-public github notion productivity reporting syndication
Last synced: 7 months ago
JSON representation
Mercury automates GitHub and Notion interactions, summarizing activity for the past week and posting it to a Notion workspace
- Host: GitHub
- URL: https://github.com/wbnns/mercury
- Owner: wbnns
- License: mit
- Created: 2024-12-26T14:53:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-29T13:21:58.000Z (over 1 year ago)
- Last Synced: 2025-02-15T10:05:49.527Z (over 1 year ago)
- Topics: build-in-public, github, notion, productivity, reporting, syndication
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mercury

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