-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtutorials.json
More file actions
144 lines (144 loc) · 4.55 KB
/
tutorials.json
File metadata and controls
144 lines (144 loc) · 4.55 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"theme": {
"primary": {
"background": "#2bb673",
"text": "#fff"
},
"accent": {
"background": "#533d88",
"text": "#fff"
}
},
"title": "Botfuel Tutorials",
"headline": "Welcome to Botfuel Tutorials Platform !",
"tagline": "You will find here tutorials and examples that cover a whide range of Botfuel features such as testing, integration with different platforms, deployment, and modules. You will also find end to end chatbot example tutorials to build your own chatbot.",
"links": {
"wegbsite": "https://www.botfuel.io",
"github": "https://github.com/Botfuel/botfuel-dialog",
"documentation": "https://docs.botfuel.io/"
},
"footer": [
{
"title": "Company",
"links": [
{
"title": "Website",
"link": "https://www.botfuel.io"
},
{
"title": "We are hiring",
"link": "https://www.welcometothejungle.co/companies/botfuel/jobs"
},
{
"title": "Contact us",
"link": "https://www.botfuel.io/en/more/contact"
}
]
},
{
"title": "Developers",
"links": [
{
"title": "Portal",
"link": "https://platform-app.botfuel.io"
},
{
"title": "Documentation",
"link": "https://docs.botfuel.io"
}
]
}
],
"tutorials": [
{
"id": "regex-imatriculation",
"markdownUrl": "https://raw.githubusercontent.com/Botfuel/tutorials/master/regex-imatriculation/regex-imatriculation.md",
"title": "Identify Licence Plates with the RegexExtractor",
"duration": 31,
"language": "en",
"date": "Mon Aug 9 2018 00:00:00 GMT+0100",
"status": "published"
},
{
"id": "connecting-webchat",
"markdownUrl": "https://raw.githubusercontent.com/Botfuel/tutorials/master/connecting-webchat/connecting-webchat.md",
"title": "Connecting Webchat",
"duration": 50,
"language": "en",
"date": "Mon Jul 16 2018 00:00:00 GMT+0100",
"status": "published"
},
{
"id": "getting-started",
"markdownUrl": "https://raw.githubusercontent.com/Botfuel/tutorials/master/getting-started/getting-started.md",
"title": "Getting Started",
"duration": 19,
"language": "en",
"date": "Sun Jan 01 2017 00:00:00 GMT+0100",
"status": "published"
},
{
"id": "weather-bot",
"markdownUrl": "https://raw.githubusercontent.com/Botfuel/tutorials/master/weather-bot/weather-bot.md",
"title": "Faire un Bot de Météo",
"duration": 76,
"language": "fr",
"date": "Fri Jun 29 2018 00:00:00 GMT+0200",
"status": "published"
},
{
"id": "calling-api",
"markdownUrl": "https://raw.githubusercontent.com/Botfuel/tutorials/master/calling-api/calling-api.md",
"title": "Calling an API",
"duration": 15,
"language": "en",
"date": "Fri Jun 08 2018 00:00:00 GMT+0200",
"status": "published"
},
{
"id": "deploy-heroku",
"markdownUrl": "https://raw.githubusercontent.com/Botfuel/tutorials/master/deploy-heroku/deploy-heroku.md",
"title": "Deploying on Heroku",
"duration": 26,
"language": "en",
"date": "Sun Jan 01 2017 00:00:00 GMT+0100",
"status": "published"
},
{
"id": "connect-messenger",
"markdownUrl": "https://raw.githubusercontent.com/Botfuel/tutorials/master/connect-messenger/connect-messenger.md",
"title": "Connecting to Messenger",
"duration": 34,
"language": "en",
"date": "Sun Jan 01 2017 00:00:00 GMT+0100",
"status": "published"
},
{
"id": "qna-bot",
"markdownUrl": "https://raw.githubusercontent.com/Botfuel/tutorials/master/qna-bot/qna-bot.md",
"title": "Create a Q&A Bot",
"duration": 30,
"language": "en",
"date": "Sun Jan 01 2017 00:00:00 GMT+0100",
"status": "published"
},
{
"id": "integration-testing",
"markdownUrl": "https://raw.githubusercontent.com/Botfuel/tutorials/master/integration-testing/integration-testing.md",
"title": "Integration Testing",
"duration": 18,
"language": "en",
"date": "Sun Jan 01 2017 00:00:00 GMT+0100",
"status": "published"
},
{
"id": "deploy-gae",
"markdownUrl": "https://raw.githubusercontent.com/Botfuel/tutorials/master/deploy-gae/deploy-gae.md",
"title": "Deploying on Google App Engine",
"duration": 31,
"language": "en",
"date": "Mon Jul 09 2017 00:00:00 GMT+0100",
"status": "published"
}
]
}