Open
Description
Hello!
curl cheat.sh/oeis
gives
curl cheat.sh/oeis/1+1+1+1
as an example, but executing that results in
/* [https://oeis.org/search?q=signed:1,1,1,1] */
Similar happens to all OEIS queries. I looked at OEIS and found that they have a JSON API available through &fmt=json
. However, looking at the code of cheat.sh's OEIS adapter, it appears to be using &fmt=text
and &fmt=short
. While the former works (example), the latter seems to just open the HTML page currently (example).
I found that in a tweet @ErezBinyamin mentioned that they were working on a Python version of the adapter in way back in Jan 11, 2021. However, I couldn't find any more updates on that. #187 seems to still be open but there have been no updates since Oct 27, 2020.
I'd really appreciate if the issue could get addressed and have the adapter start working again. Thanks!
Metadata
Assignees
Labels
No labels