Skip to content

Instantly share code, notes, and snippets.

View mxkrn's full-sized avatar
👾
groovin'

Max Kraan mxkrn

👾
groovin'
View GitHub Profile
@mxkrn
mxkrn / metaphor-research-digest.py
Last active September 12, 2023 14:17
Metaphor Research Digest Slack App
"""
This script uses the Metaphor (https://metaphor.systems) API to fetch the latest research results for a query of choice.
Given the popularity of Slack as a communication channel, it also provides the option to forward this information
to Slack using a web hook URL.
Usage:
1. Set the environment variables METAPHOR_API_KEY and SLACK_URL
2. Create a python>=3.7 environment
3. Install dependencies: `pip install metaphor-python requests`
4. Run: `python metaphor-research-digest.py --days 7 --num-results 10 --publish-to-slack`