some todos
This commit is contained in:
parent
21a4034710
commit
11dabeb169
8
README.org
Normal file
8
README.org
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
#+title: Readme
|
||||||
|
* TODO figure out how to authorize once and be done with it
|
||||||
|
* TODO threading and scheduling
|
||||||
|
* TODO use a real temp directory
|
||||||
|
* TODO keep track of the last sync?
|
||||||
|
make insta_feed.py accept time-range arguments rather than just taking the last hour,
|
||||||
|
to make sure we get every post
|
||||||
|
* TODO remove secrets and change my insta password lol
|
||||||
@ -1,3 +1,8 @@
|
|||||||
|
(require 'tooter)
|
||||||
|
(require 'uiop)
|
||||||
|
(require 'cl-ppcre)
|
||||||
|
(require 'cl-json)
|
||||||
|
|
||||||
(defvar *client* (make-instance 'tooter:client
|
(defvar *client* (make-instance 'tooter:client
|
||||||
:base "https://pleroma.1of444.top"
|
:base "https://pleroma.1of444.top"
|
||||||
:name "insta2toot"))
|
:name "insta2toot"))
|
||||||
@ -34,3 +39,5 @@
|
|||||||
|
|
||||||
(loop for post-prefix in (get-post-prefixes)
|
(loop for post-prefix in (get-post-prefixes)
|
||||||
collect (repost-post post-prefix))
|
collect (repost-post post-prefix))
|
||||||
|
|
||||||
|
(require 'bordeaux-threads)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user