Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/simonw/scrape-openai-code-interpreter

Scrape details about Code Interpreter to track any changes
https://github.com/simonw/scrape-openai-code-interpreter

Last synced: 12 days ago
JSON representation

Scrape details about Code Interpreter to track any changes

Awesome Lists containing this project

README

        

# Scraping Code Interpreter

OpenAI's Code Interpreter uses a number of different files for its underlying implementation.

This repo uses GitHub Actions and the OpenAI Assistants API to try and grab copies of those files on a daily basis.

If OpenAI make any changes to these files the changes should show up here in the commit log.

An implementation of the git scraping pattern: https://simonwillison.net/2020/Oct/9/git-scraping/