-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
32 lines (26 loc) · 1.13 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
supybot-mastodon
~~~~~~~~~~~~~~~~
Hello. This is Mastodon.
Inspired by https://github.com/dridde/oiler_in
This 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.py
Configuration:
- 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 True
Notes:
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