Merge branch 'master' of github.com:yogthos/mastodon-bot
This commit is contained in:
commit
33de858ecf
1 changed files with 2 additions and 1 deletions
|
@ -96,7 +96,7 @@
|
|||
(post-status text))))
|
||||
|
||||
(defn parse-tweet [{created-at :created_at
|
||||
text :text
|
||||
text :full_text
|
||||
{:keys [media]} :extended_entities
|
||||
{:keys [screen_name]} :user :as tweet}]
|
||||
{:created-at (js/Date. created-at)
|
||||
|
@ -166,6 +166,7 @@
|
|||
(.get client
|
||||
"statuses/user_timeline"
|
||||
#js {:screen_name account
|
||||
:tweet_mode "extended"
|
||||
:include_rts (boolean include-replies?)
|
||||
:exclude_replies (boolean include-rts?)}
|
||||
(post-tweets last-post-time)))))
|
||||
|
|
Reference in a new issue