from metaphor_python import Metaphor client = Metaphor(api_key="your-api-key") Search Request response = client.search("funny article about tech culture", num_results=5, include_domains=["nytimes.com", "wsj.com"], start_published_date="2023-06-12" ) for result in response.results: print...
Framework to build Python apps with the GASP metaphor This project is part of the Pyrustic Open Ecosystem. Installation . Demo . Latest . Documentation Table of contents Overview App Page Command line aware Batteries included Installation Demo Overview Gaspium is a framework that allows you to ...