Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 days 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 (3 days ago)
- Default Branch: main
- Last Pushed: 2024-12-26T15:07:42.000Z (3 days ago)
- Last Synced: 2024-12-26T16:19:28.425Z (2 days ago)
- Topics: build-in-public, github, notion, productivity, reporting, syndication
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mercury
![Alt](https://repobeats.axiom.co/api/embed/9544f667a7bd12b1a14ca45000e1f5cc7d2d4d45.svg "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:
`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