finds sponsors and grants automatically for frc
finds sponsors and grants automatically for frc
Got a Mistral API and The Blue Alliance API Key.
Successfully got the API -> URL working, it now sends the URL to the get_sponsors function, which skims through the webpage given.
Still need to implement the prompts for the AI-checking, the .db, but is happily making nice progress.
I don’t have much experience with requests, do this is a great experience.
Log in to leave a comment
Used beautiful soup to clean up HTML for smaller token sizes.
Added a very bare bones schema for the .db file
Added main baseplate (what functions, what order, and what process should be in each function)
The HTML cleanup showcased in the video decreases the number of characters from
98903 -> 5343
Log in to leave a comment
reading the API: trying to find relevant headers
Log in to leave a comment