Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

External Data #20

Closed
appatalks opened this issue Mar 26, 2023 · 1 comment
Closed

External Data #20

appatalks opened this issue Mar 26, 2023 · 1 comment

Comments

@appatalks
Copy link
Owner

Until Plugins are released to the API, I think I figured a way to grab external data and assign it a variable.

Initially sending date, top5 headlines, weather and SPY.

I might be able to have it 'listen' for key phrases that are asked of the AI, and invoke a call that pulls the external data in question. The external data at this point is predefined cause I have to figure out each sources quirks, json syntax, rss feeds, and the likes.

@appatalks
Copy link
Owner Author

Oh yeah!
Now it only loads the data if the right keywords are asked. for example, asking "how is the weather" where weather is a trigger word to load the weather data. Currently being aggregated via the bash script.

Now I just need news sources to add, and the logic to get there. Template to add bolts on in place now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant