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: 10 months ago
JSON representation
Scrape details about Code Interpreter to track any changes
- Host: GitHub
- URL: https://github.com/simonw/scrape-openai-code-interpreter
- Owner: simonw
- Created: 2024-06-10T06:18:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-22T15:54:50.000Z (about 1 year ago)
- Last Synced: 2025-04-08T04:51:15.744Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 80.1 KB
- Stars: 63
- Watchers: 3
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/