Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buckket/supybot-mastodon
Hello. This is Mastodon. For Supybot/Limnoria.
https://github.com/buckket/supybot-mastodon
limnoria limnoria-plugin mastodon supybot supybot-plugin
Last synced: 5 days ago
JSON representation
Hello. This is Mastodon. For Supybot/Limnoria.
- Host: GitHub
- URL: https://github.com/buckket/supybot-mastodon
- Owner: buckket
- Created: 2019-03-02T19:59:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-04T20:02:37.000Z (almost 6 years ago)
- Last Synced: 2024-04-13T20:21:36.033Z (10 months ago)
- Topics: limnoria, limnoria-plugin, mastodon, supybot, supybot-plugin
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
supybot-mastodon
~~~~~~~~~~~~~~~~Hello. This is Mastodon.
Inspired by https://github.com/dridde/oiler_inThis plugin resolves Mastodon URLs and is able to control a Mastodon profile.
This includes: toots, replies, favs and boosts. Fun guaranteed! Handle with care!Requirements:
- Mastodon.pyConfiguration:
- Create a new Application on your Mastodon instance (/settings/applications)
- Copy and set client_id, client_secret and access_token
channel #example plugins.Mastodon.client_id xxxxxxxxxxxxxxx
channel #example plugins.Mastodon.client_secret xxxxxxxxxxxxxxx
channel #example plugins.Mastodon.access_token xxxxxxxxxxxxxxx
- Set api_base_url to point to your Mastodon instance
channel #example plugins.Mastodon.api_base_url https://mastodon.social
- Enable plugin for this specific channel:
channel #example plugins.Mastodon.bot_enabled True
- Enable additional features if desired:
channel #example plugins.Mastodon.streaming True
channel #example plugins.Mastodon.resolve TrueNotes:
The plugin is configured on a channel-to-channel basis.
All commands have to be sent from within a channel.License:
BSD 3-Clause License