mirror of
https://github.com/vale981/cl-scrape-telegram-api
synced 2025-03-04 15:51:38 -05:00
update readme
This commit is contained in:
parent
581d00ac7c
commit
992f92a447
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ transformed into lisp `functions` and `classes` to be used in the
|
||||||
1. Use the command line utility `generate-api.ros [output-file]
|
1. Use the command line utility `generate-api.ros [output-file]
|
||||||
[api-url]` with both args optional.
|
[api-url]` with both args optional.
|
||||||
2. Load the system in the repl and execute `(tg-scrape:scrape-to-disk)`.
|
2. Load the system in the repl and execute `(tg-scrape:scrape-to-disk)`.
|
||||||
```lisp
|
```common-lisp
|
||||||
(ql:quickload :cl-scrape-telegram-api)
|
(ql:quickload :cl-scrape-telegram-api)
|
||||||
(tg-scrape:scrape-to-disk :out-file "file.lisp")
|
(tg-scrape:scrape-to-disk :out-file "file.lisp")
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue