Hi, I would like to know if there is a way to get the new post from news webpages and somehow get the text from it into a doc that i can feed to an Ai which gives me the summary and then I could send it to myself. And I would like to make this instant whenever there’s a new post.
Is there a way do this?
There are always ways to do anything I like to think. What news webpages. I would start by seeing whichever one you want to integrate has rest APIs.
I would like to use the yahoo finance news, but I haven’t found an api. And the tutorials I have found are for the trading charts. Do you know how to do this?
Welcome to the Make community!
You can use RapidAPI, e.g.: yahoo APIs (Free Tutorials, SDK Documentation & Pricing)
How to call an API on RapidAPI
Use the HTTP “Make an API Key Auth Request” module.
Create a new keychain connection and insert your RapidAPI API Key.
Key: <YOUR_RAPIDAPI_KEY>
API Key parameter name: X-RapidAPI-Key
You can reuse this RapidAPI keychain for all API calls to RapidAPI, you’ll just need to change the X-RapidAPI-Host
value based on the API you are calling.
samliew – request private consultation
Join the Make Fans Discord server to chat with other makers!