https://github.com/mingstar/hannah-life-coach-demo
A Slack bot helping you to write diaries and to-dos on Trello, powered by ChatGPT
https://github.com/mingstar/hannah-life-coach-demo
Last synced: about 2 months ago
JSON representation
A Slack bot helping you to write diaries and to-dos on Trello, powered by ChatGPT
- Host: GitHub
- URL: https://github.com/mingstar/hannah-life-coach-demo
- Owner: MingStar
- License: mit
- Created: 2023-12-11T00:33:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-11T00:37:44.000Z (over 1 year ago)
- Last Synced: 2025-01-19T19:53:10.859Z (4 months ago)
- Language: Python
- Homepage:
- Size: 46.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hannah, an AI Life Coach (Powered by ChatGPT)
A slack bot that captures your thoughts, gives you suggestions, writes journals and makes to-do items on Trello
## Local Development
### Dependencies
Python 3.10+
Poetry### First time install
Rename `config.example.yaml` to `config.yaml`, fill the variables
Then:
poetry install
### Run the app
With hot reload in PyCharm:
press the orange Play button (by Reloadium)
from CLI:
python main.py
## Deployment
docker-compose build
docker-compose up -d## Credits:
Prompt idea from [this YouTube Video (Chinese)](https://youtu.be/ZRv0Z-M7NqM).
## License
See the [LICENSE](LICENSE.md) file for license rights and limitations (MIT).