With gravitas
This commit is contained in:
parent
39cbc34e18
commit
1559578ef9
1 changed files with 4 additions and 2 deletions
6
main.scm
6
main.scm
|
|
@ -2,7 +2,9 @@
|
||||||
(chicken io)
|
(chicken io)
|
||||||
(chicken process-context)
|
(chicken process-context)
|
||||||
(chicken random)
|
(chicken random)
|
||||||
(chicken format))
|
(chicken format)
|
||||||
|
http-client
|
||||||
|
utf8)
|
||||||
|
|
||||||
(define *api-url* (get-environment-variable "MASTODON_API_URL"))
|
(define *api-url* (get-environment-variable "MASTODON_API_URL"))
|
||||||
(define *access-token* (get-environment-variable "MASTODON_ACCESS_TOKEN"))
|
(define *access-token* (get-environment-variable "MASTODON_ACCESS_TOKEN"))
|
||||||
|
|
@ -37,4 +39,4 @@
|
||||||
(line (file-line-at file n)))
|
(line (file-line-at file n)))
|
||||||
(display "Seize the means of ")
|
(display "Seize the means of ")
|
||||||
(display line)
|
(display line)
|
||||||
(display "\n"))
|
(display "!\n"))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue