Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dgw/sopel-bsky
Fetch info about Bluesky links in your IRC conversations using a Sopel bot.
https://github.com/dgw/sopel-bsky
Last synced: about 1 month ago
JSON representation
Fetch info about Bluesky links in your IRC conversations using a Sopel bot.
- Host: GitHub
- URL: https://github.com/dgw/sopel-bsky
- Owner: dgw
- License: other
- Created: 2024-06-11T13:44:35.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-06-11T14:51:20.000Z (5 months ago)
- Last Synced: 2024-09-13T09:37:00.288Z (2 months ago)
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# sopel-bsky
Fetch info about Bluesky links in your IRC conversations using Sopel.
## Installing
Releases are hosted on PyPI, so after installing Sopel, all you need is `pip`:
```shell
$ pip install sopel-bsky
```## Configuring
The easiest way to configure `sopel-bsky` is via Sopel's
configuration wizard—simply run `sopel-plugins configure bsky`
and enter the values for which it prompts you.At present, you need to give the plugin a Bluesky account for which you don't
mind the handle & password being stored in Sopel's config file in plain text.
It's recommended to create a new account specifically for your bot, instead of
using your real account's credentials (if you have one).## Maintenance Note
This plugin as it exists now is mostly a proof of concept, just to have some
minimal level of parity with the Sopel ecosystem's support for Twitter (it is
_not_ called X!) and Mastodon.Showing details for links to Bluesky users and posts was tested and confirmed
working as of the last release's publish date. The plugin is published in the
hope that it will be useful; in case of breakage or needed improvements, pull
requests are always welcome.