This is not really an issue, though if anyone is interested, I created an API and a web version using the raw data of the .md files. All you need to do is to search at least the first 3 words of the question and it returns the answer. It's a simple linear search.
You can check out the web version at
https://prometheus-linkedin.vercel.app/
For the API:
baseURL = https://truthflix.ml/linkedin/
The parameters are all questions on this repo, so to see what the exact parameters are, you would need to view the source code of the web version. It has no API key or rate limits.
Enjoy!
This is not really an issue, though if anyone is interested, I created an API and a web version using the raw data of the .md files. All you need to do is to search at least the first 3 words of the question and it returns the answer. It's a simple linear search.
You can check out the web version at
https://prometheus-linkedin.vercel.app/
For the API:
baseURL = https://truthflix.ml/linkedin/The parameters are all questions on this repo, so to see what the exact parameters are, you would need to view the source code of the web version. It has no API key or rate limits.
Enjoy!