No description
doc | ||
infrastructure/docker | ||
public | ||
src | ||
.gitignore | ||
.gitlab-ci.yml | ||
LICENSE.md | ||
package.json | ||
project.clj | ||
README.md | ||
shadow-cljs.edn |
k8s-mastodon-bot
{::options parse_block_html="true" /}
{:transform [{:source {:source-type :twitter
;; optional, defaults to false
:include-replies? false
;; optional, defaults to false
:include-rts? false
;; Replace Twitter links by Nitter
:nitter-urls? false
;; accounts you wish to mirror
:accounts ["arstechnica" "WIRED"]}
:target {:target-type :mastodon
;; optional flag specifying wether the name of the account
;; will be appended in the post, defaults to false
:append-screen-name? false
;; optional visibility flag: direct, private, unlisted, public
;; defaults to public
:visibility "unlisted"
;; optional boolean to mark content as sensitive. Defaults to true.
:sensitive? true
;; optional boolean defaults to false
;; only sources containing media will be posted when set to true
:media-only? true
;; optional limit for the post length. Defaults to 300.
:max-post-length 300
;; optional signature for posts. Defaults to "not present".
:signature "#newsbot"}
}]}
{:auth {;; add Twitter config to mirror Twitter accounts :twitter {:consumer_key "XXXX" :consumer_secret "XXXX" :access_token_key "XXXX" :access_token_secret "XXXX"} :mastodon {:access_token "XXXX" ;; account number you see when you log in and go to your profile ;; e.g: <a href="https://mastodon.social/web/accounts/294795" class="link">https://mastodon.social/web/accounts/294795</a> :account-id "XXXX" :api_url "<a href="https://botsin.space/api/v1/" class="link">https://botsin.space/api/v1/</a>"} :tumblr {:consumer_key "XXXX" :consumer_secret "XXXX" :token "XXXX" :token_secret "XXXX"}}}
{:auth {;; add Twitter config to mirror Twitter accounts :twitter {:consumer_key "XXXX" :consumer_secret "XXXX" :access_token_key "XXXX" :access_token_secret "XXXX"} :mastodon {:access_token "XXXX" ;; account number you see when you log in and go to your profile ;; e.g: <a href="https://mastodon.social/web/accounts/294795" class="link">https://mastodon.social/web/accounts/294795</a> :account-id "XXXX" :api_url "<a href="https://botsin.space/api/v1/" class="link">https://botsin.space/api/v1/</a>"} :tumblr {:consumer_key "XXXX" :consumer_secret "XXXX" :token "XXXX" :token_secret "XXXX"}}}
{::options parse_block_html="false" /}