README ¶ Below is a basic configuration of this server. main.go var bsky_host = "https://bsky.social" var bsky_username = "jordanreger.com" var mastodon_host = "mastodon.sdf.org" .env smtpuser=user@email.com smtppass={smtp password or app password} bskypass={[bluesky app password](https://bsky.app/settings/app-passwords)} mastodontoken={[access token](#access-token)} Access Token In your Mastodon settings, go to the Development tab Hit New application Fill in the fields as necessary, but select read:notifications and write:notifications (uncheck everything else) Submit Copy Your access token Paste it in your .env Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files bsky.go bsky_types.go email.go main.go mastodon.go mastodon_types.go Click to show internal directories. Click to hide internal directories.