mirror of
https://github.com/vale981/cl-scrape-telegram-api
synced 2025-03-04 07:51:37 -05:00
No description
.gitignore | ||
cl-scrape-telegram-api.asd | ||
generate-api.ros | ||
Makefile | ||
package.lisp | ||
README.md | ||
scrape.lisp | ||
utils.lisp |
CL-SCRAPE-TELEGRAM-API
Scrapes the online api reference
for methods an type definitions. The scraped methods and types are
transformed into lisp functions
and classes
to be used in the
cl-telegram
package.
Usage
- Use the command line utility
generate-api.ros [output-file] [api-url]
with both args optional. - Load the system in the repl and execute
(tg-scrape:scrape-to-disk)
.(ql:quickload :cl-scrape-telegram-api) (tg-scrape:scrape-to-disk :out-file "file.lisp")
Todo
- Generate type checking for arrays
- Generate constructors