Skip to content

Commit

Permalink
feat: add daily weather report plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
iuiaoin committed Aug 2, 2023
1 parent 68873dc commit e3ba524
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions channel/channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ def handle_group(self, msg):
def handle_single(self, msg):
pass

@abstractmethod
def decorate_reply(self, reply, msg):
pass

@abstractmethod
def handle_reply(self, msg, context):
pass
Expand Down
4 changes: 4 additions & 0 deletions plugins/source.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@
"tiktok": {
"repo": "https://github.com/iuiaoin/plugin_tiktok.git",
"desc": "A plugin show you short videos with pretty girls"
},
"weather": {
"repo": "https://github.com/iuiaoin/plugin_weather.git",
"desc": "A plugin that offers you daily weather report for free"
}
}

0 comments on commit e3ba524

Please sign in to comment.