Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beomjungil/notion-as-ticket-system
Use your favorite tool, Notion as better issue tracker for GitHub
https://github.com/beomjungil/notion-as-ticket-system
github-api integration notion notion-py ticket-management unofficial-apis
Last synced: 3 months ago
JSON representation
Use your favorite tool, Notion as better issue tracker for GitHub
- Host: GitHub
- URL: https://github.com/beomjungil/notion-as-ticket-system
- Owner: beomjungil
- Created: 2020-12-28T10:29:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-29T16:45:35.000Z (almost 4 years ago)
- Last Synced: 2024-04-14T05:28:57.199Z (7 months ago)
- Topics: github-api, integration, notion, notion-py, ticket-management, unofficial-apis
- Language: Python
- Homepage: https://www.notion.so/Notion-as-ticket-system-578c2caf61094f04ab04094d96c7866d
- Size: 20.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notion-as-ticket-system
> Use your favorite tool, Notion as better issue tracker for GitHub
> **[Example](https://www.notion.so/beomjungil/Notion-as-ticket-system-578c2caf61094f04ab04094d96c7866d#bc8c5e1c27ea4e16bce5caafa7a73cbd)**## Features
[Check Notion](https://www.notion.so/beomjungil/Notion-as-ticket-system-578c2caf61094f04ab04094d96c7866d#24c8a8116f6043b68e2544cddf743f38)
## Issues
[Notion Link](https://www.notion.so/beomjungil/d050b6907fe94dd2ba268956f80fd6bd?v=bda2e696f2754b10bc64bea49ccb6558)
## Development
1. Copy `setting.example.yaml` in same directory and Rename with `setting.yaml`
2. Change to valid values
3. Install Python dependencies
4. Type `./bin.start` on terminal to start## Create Docker Image
```bash
# Create Image
$ docker build -t notion-as-ticket-system: ./# Start Container with 80 port
$ docker run -d --name -p 80:80 notion-as-ticket-system:
```