Skip to content

Commit

Permalink
Merge pull request #124 from hujambo-dunia/config-brc-analytics
Browse files Browse the repository at this point in the history
Configurations for BRC Analytics
  • Loading branch information
wm75 authored Oct 3, 2024
2 parents 12f22d1 + 1179c7a commit 6de1478
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,28 @@ plugins:
enabled: true
config:
save_path: "markdown_cache"

- name: mastodon-brc
class: mastodon.mastodon_client
enabled: true
config:
base_url: "https://mstdn.science"
access_token: $BRC_MASTODON_ACCESS_TOKEN
max_content_length: 500

- name: bluesky-brc
class: bluesky.bluesky_client
enabled: true
config:
base_url: "https://bsky.social"
username: "brcanalytics.bsky.social"
password: $BRC_BLUESKY_PASSWORD
max_content_length: 300

- name: linkedin-brc
class: linkedin.linkedin_client
enabled: true
config:
access_token: $BRC_LINKEDIN_ACCESS_TOKEN
org_id: 104467448 # BRC Analytics LinkedIn account
max_content_length: 3000

0 comments on commit 6de1478

Please sign in to comment.