-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbot.json
More file actions
34 lines (34 loc) · 1014 Bytes
/
bot.json
File metadata and controls
34 lines (34 loc) · 1014 Bytes
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
33
34
{
"id": "c5ffa9e5-90f7-4eb6-82bd-b5643145967c",
"name": "GithubBot",
"description": "Find interesting or trending projects, and start contributing!",
"default_flow": "Github",
"tags": [],
"flows": [
{
"name": "Github",
"description": "Search on github, display trending repos",
"commands": [],
"tags": []
}
],
"files": [],
"functions": [
{
"name": "Github",
"description": null,
"args": [
"action=\"trending|search\"",
"language=\"python|java|...\"",
"period=\"week|month\"",
"query=\"\""
],
"import_url": "https://github.com/CSML-by-Clevy/flows/raw/master/functions/github/github.zip?name=Github&handler=index.handler&args=action%3D%22trending%7Csearch%22%2Cperiod%3D%22week%7Cmonth%22%2Cquery%3D%22%22%2Clanguage%3D%22python%7Cjava%7C...%22&runtime=nodejs10.x",
"runtime": "nodejs10.x",
"handler": "index.handler",
"app_id": null,
"version": null
}
],
"apps": []
}