-
Notifications
You must be signed in to change notification settings - Fork 92
/
youtube.sql
352 lines (324 loc) · 15.7 KB
/
youtube.sql
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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
-- phpMyAdmin SQL Dump
-- version 5.0.2
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Oct 14, 2020 at 09:22 AM
-- Server version: 10.4.14-MariaDB
-- PHP Version: 7.4.10
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Database: `youtube`
--
-- --------------------------------------------------------
--
-- Table structure for table `chatbot_hints`
--
CREATE TABLE `chatbot_hints` (
`id` int(11) NOT NULL,
`question` varchar(100) NOT NULL,
`reply` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `chatbot_hints`
--
INSERT INTO `chatbot_hints` (`id`, `question`, `reply`) VALUES
(2, 'How are you ?', 'I am not good. How can I help you?'),
(3, 'what is your name||whats your name||who are you', 'My name is Aresa.'),
(4, 'what should I call you', 'You can call me by my name Aresa.'),
(5, 'Where are your from', 'I have been developed under custody of Aarav. I dont belong to any country or place.'),
(6, 'Bye||See you later||Have a Good Day||tata', 'Sad to see you are going. Have a nice day'),
(8, 'who developed you|| who created you || who own you', 'I am developed/created by Aarav. I am Here to help you with your queries. '),
(10, 'I want to ask about professors of first year.', 'Professors of GEU are amazing.\r\nI m listing names of few\r\nchemistry-Arunima nayak mam\'\r\nfirst year b');
-- --------------------------------------------------------
--
-- Table structure for table `invalid`
--
CREATE TABLE `invalid` (
`id` int(11) NOT NULL,
`messages` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
--
-- Dumping data for table `invalid`
--
INSERT INTO `invalid` (`id`, `messages`) VALUES
(1, 'dijh'),
(2, 'dijh'),
(3, 'dijh'),
(4, 'sd'),
(5, 'a'),
(6, 'anbasfnsdkghb nlegyfbnyfudkgajhg'),
(7, 'afc');
-- --------------------------------------------------------
--
-- Table structure for table `message`
--
CREATE TABLE `message` (
`id` int(11) NOT NULL,
`message` text NOT NULL,
`added_on` datetime NOT NULL,
`type` varchar(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `message`
--
INSERT INTO `message` (`id`, `message`, `added_on`, `type`) VALUES
(130, 'I am good. How can I help you?', '2020-10-13 07:35:40', 'bot'),
(131, 'hi', '2020-10-13 07:37:13', 'user'),
(132, 'Sorry not be able to understand you', '2020-10-13 07:37:13', 'bot'),
(133, 'hi', '2020-10-13 07:37:53', 'user'),
(134, 'Sorry not be able to understand you', '2020-10-13 07:37:54', 'bot'),
(135, 'hi', '2020-10-13 07:38:10', 'user'),
(136, 'Sorry not be able to understand you', '2020-10-13 07:38:10', 'bot'),
(137, 'hi', '2020-10-13 07:39:05', 'user'),
(138, 'Sorry not be able to understand you', '2020-10-13 07:39:05', 'bot'),
(139, 'b', '2020-10-13 07:39:09', 'user'),
(140, '', '2020-10-13 07:39:09', 'bot'),
(141, 'c', '2020-10-13 07:39:14', 'user'),
(142, '', '2020-10-13 07:39:15', 'bot'),
(143, 'hi', '2020-10-13 07:39:29', 'user'),
(144, 'Sorry not be able to understand you', '2020-10-13 07:39:29', 'bot'),
(145, 'b', '2020-10-13 07:39:33', 'user'),
(146, 'Sad to see you are going. Have a nice day', '2020-10-13 07:39:33', 'bot'),
(147, 'y', '2020-10-13 07:39:42', 'user'),
(148, 'I am good. How can I help you?', '2020-10-13 07:39:42', 'bot'),
(149, 'ok', '2020-10-13 07:39:49', 'user'),
(150, 'Sorry not be able to understand you', '2020-10-13 07:39:49', 'bot'),
(151, 'who', '2020-10-13 07:39:55', 'user'),
(152, 'My name is Aresa.', '2020-10-13 07:39:55', 'bot'),
(153, 'btech', '2020-10-13 07:40:17', 'user'),
(154, 'Sorry not be able to understand you', '2020-10-13 07:40:17', 'bot'),
(155, 'first', '2020-10-13 07:40:22', 'user'),
(156, 'first year', '2020-10-13 07:40:34', 'user'),
(157, 'hi', '2020-10-13 07:42:23', 'user'),
(158, 'Sorry not be able to understand you', '2020-10-13 07:42:23', 'bot'),
(159, 'hi', '2020-10-13 07:42:39', 'user'),
(160, 'Sorry not be able to understand you', '2020-10-13 07:42:39', 'bot'),
(161, 'hi', '2020-10-13 07:45:33', 'user'),
(162, 'Sorry not be able to understand you', '2020-10-13 07:45:33', 'bot'),
(163, 'hi', '2020-10-13 07:46:20', 'user'),
(164, 'Sorry not be able to understand you', '2020-10-13 07:46:20', 'bot'),
(165, 'hi', '2020-10-13 07:46:58', 'user'),
(166, 'Sorry not be able to understand you', '2020-10-13 07:46:58', 'bot'),
(167, 'hi', '2020-10-13 07:47:22', 'user'),
(168, 'Sorry not be able to understand you', '2020-10-13 07:47:22', 'bot'),
(169, 'hi', '2020-10-13 07:47:30', 'user'),
(170, 'Sorry not be able to understand you', '2020-10-13 07:47:30', 'bot'),
(171, 'hi', '2020-10-13 07:48:07', 'user'),
(172, 'Sorry not be able to understand you', '2020-10-13 07:48:08', 'bot'),
(173, 'hellop', '2020-10-13 07:48:12', 'user'),
(174, 'Sorry not be able to understand you', '2020-10-13 07:48:12', 'bot'),
(175, 'bye', '2020-10-13 07:48:16', 'user'),
(176, 'Sad to see you are going. Have a nice day', '2020-10-13 07:48:16', 'bot'),
(177, 'hi', '2020-10-13 07:50:01', 'user'),
(178, 'Sorry not be able to understand you', '2020-10-13 07:50:01', 'bot'),
(179, 'hoe', '2020-10-13 07:50:06', 'user'),
(180, 'Sorry not be able to understand you', '2020-10-13 07:50:06', 'bot'),
(181, 'hi', '2020-10-13 07:53:59', 'user'),
(182, 'Sorry not be able to understand you', '2020-10-13 07:54:00', 'bot'),
(183, 'hi', '2020-10-13 07:55:25', 'user'),
(184, 'Sorry not be able to understand you', '2020-10-13 07:55:25', 'bot'),
(185, 'hi', '2020-10-13 07:59:28', 'user'),
(186, 'Sorry not be able to understand you', '2020-10-13 07:59:29', 'bot'),
(187, 'hi', '2020-10-13 08:00:44', 'user'),
(188, 'Sorry not be able to understand you', '2020-10-13 08:00:44', 'bot'),
(189, 'hi', '2020-10-13 08:14:59', 'user'),
(190, 'Sorry not be able to understand you', '2020-10-13 08:14:59', 'bot'),
(191, 'see', '2020-10-13 08:15:41', 'user'),
(192, 'Sad to see you are going. Have a nice day', '2020-10-13 08:15:41', 'bot'),
(193, 'sorry', '2020-10-13 08:15:49', 'user'),
(194, 'Sorry not be able to understand you', '2020-10-13 08:15:49', 'bot'),
(195, 'sad', '2020-10-13 08:15:55', 'user'),
(196, 'Sorry not be able to understand you', '2020-10-13 08:15:55', 'bot'),
(197, 'ok', '2020-10-13 08:16:00', 'user'),
(198, 'Sorry not be able to understand you', '2020-10-13 08:16:00', 'bot'),
(199, 'h', '2020-10-13 08:17:04', 'user'),
(200, 'I am good. How can I help you?', '2020-10-13 08:17:04', 'bot'),
(201, 'hi', '2020-10-13 08:17:39', 'user'),
(202, 'Sorry not be able to understand you', '2020-10-13 08:17:40', 'bot'),
(203, 'hi', '2020-10-13 08:18:21', 'user'),
(204, 'Sorry not be able to understand you', '2020-10-13 08:18:21', 'bot'),
(205, 'hi', '2020-10-13 08:18:28', 'user'),
(206, 'Sorry not be able to understand you', '2020-10-13 08:18:28', 'bot'),
(207, 'hi', '2020-10-13 08:19:44', 'user'),
(208, 'Sorry not be able to understand you', '2020-10-13 08:19:44', 'bot'),
(209, 'hi', '2020-10-13 08:19:55', 'user'),
(210, 'Sorry not be able to understand you', '2020-10-13 08:19:55', 'bot'),
(211, 'h', '2020-10-13 08:20:11', 'user'),
(212, 'I am good. How can I help you?', '2020-10-13 08:20:11', 'bot'),
(213, 'h', '2020-10-13 08:20:30', 'user'),
(214, 'I am good. How can I help you?', '2020-10-13 08:20:30', 'bot'),
(215, 'hi', '2020-10-13 08:20:52', 'user'),
(216, 'Sorry not be able to understand you', '2020-10-13 08:20:52', 'bot'),
(217, 'h', '2020-10-13 08:21:23', 'user'),
(218, 'I am good. How can I help you?', '2020-10-13 08:21:23', 'bot'),
(219, 'h', '2020-10-13 08:22:06', 'user'),
(220, 'I am good. How can I help you?', '2020-10-13 08:22:06', 'bot'),
(221, 'h', '2020-10-13 08:22:11', 'user'),
(222, 'I am good. How can I help you?', '2020-10-13 08:22:11', 'bot'),
(223, 'h', '2020-10-13 08:22:41', 'user'),
(224, 'I am good. How can I help you?', '2020-10-13 08:22:41', 'bot'),
(225, 'dsfglkdtlhjsfdhmy drgiumhdifhirdh[yfdjiuhdfiujuytdkhdukfdihufdgkh hurdfmhildlidfguh;iujfd ortiyuh dhdfrtioh mpr hgmrt uhpimthbmur', '2020-10-13 08:22:53', 'user'),
(226, 'Sorry not be able to understand you', '2020-10-13 08:22:54', 'bot'),
(227, 'h', '2020-10-13 08:33:28', 'user'),
(228, 'I am good. How can I help you?', '2020-10-13 08:33:28', 'bot'),
(229, 'h', '2020-10-13 08:35:42', 'user'),
(230, 'I am good. How can I help you?', '2020-10-13 08:35:42', 'bot'),
(231, 'a', '2020-10-13 08:36:07', 'user'),
(232, 'I am good. How can I help you?', '2020-10-13 08:36:07', 'bot'),
(233, 'sasd', '2020-10-13 08:36:12', 'user'),
(234, 'Sorry not be able to understand you', '2020-10-13 08:36:12', 'bot'),
(235, 'hi', '2020-10-13 08:37:46', 'user'),
(236, 'Sorry not be able to understand you', '2020-10-13 08:37:46', 'bot'),
(237, 'aarav', '2020-10-13 08:39:21', 'user'),
(238, 'Sorry not be able to understand you', '2020-10-13 08:39:21', 'bot'),
(239, 'developed', '2020-10-13 08:39:29', 'user'),
(240, 'I am developed/created by Aarav. I am Here to help you with your queries. ', '2020-10-13 08:39:29', 'bot'),
(241, 'bye', '2020-10-13 08:39:35', 'user'),
(242, 'Sad to see you are going. Have a nice day', '2020-10-13 08:39:35', 'bot'),
(243, 'h', '2020-10-13 08:50:36', 'user'),
(244, 'I am good. How can I help you?', '2020-10-13 08:50:36', 'bot'),
(245, 'j', '2020-10-13 08:53:51', 'user'),
(246, 'Sorry not be able to understand you', '2020-10-13 08:53:51', 'bot'),
(247, 'h', '2020-10-13 08:55:09', 'user'),
(248, 'I am good. How can I help you?', '2020-10-13 08:55:09', 'bot'),
(249, 'h', '2020-10-13 08:55:30', 'user'),
(250, 'I am good. How can I help you?', '2020-10-13 08:55:30', 'bot'),
(251, 'h', '2020-10-13 08:55:53', 'user'),
(252, 'I am good. How can I help you?', '2020-10-13 08:55:53', 'bot'),
(253, 'adfk', '2020-10-13 08:55:59', 'user'),
(254, 'Sorry not be able to understand you', '2020-10-13 08:55:59', 'bot'),
(255, 'dfpq', '2020-10-13 08:56:07', 'user'),
(256, 'Sorry not be able to understand you', '2020-10-13 08:56:07', 'bot'),
(257, 'j', '2020-10-13 08:56:31', 'user'),
(258, 'Sorry not be able to understand you', '2020-10-13 08:56:31', 'bot'),
(259, 'k', '2020-10-13 08:56:57', 'user'),
(260, 'qfk', '2020-10-13 08:57:01', 'user'),
(261, 'Sorry not be able to understand you', '2020-10-13 08:57:01', 'bot'),
(262, 'l', '2020-10-13 08:57:33', 'user'),
(263, 'You can call me by my name Aresa.', '2020-10-13 08:57:33', 'bot'),
(264, 'k', '2020-10-13 08:58:23', 'user'),
(265, 'l', '2020-10-13 08:58:37', 'user'),
(266, 'You can call me by my name Aresa.', '2020-10-13 08:58:37', 'bot'),
(267, 'dk', '2020-10-13 08:59:27', 'user'),
(268, 'Sorry not be able to understand you', '2020-10-13 08:59:27', 'bot'),
(269, 'k', '2020-10-13 08:59:39', 'user'),
(270, 'u', '2020-10-13 09:00:47', 'user'),
(271, 'I am good. How can I help you?', '2020-10-13 09:00:47', 'bot'),
(272, 'pafsck', '2020-10-13 09:01:18', 'user'),
(273, 'Sorry not be able to understand you', '2020-10-13 09:01:18', 'bot'),
(274, 'i', '2020-10-13 09:01:38', 'user'),
(275, 'My name is Aresa.', '2020-10-13 09:01:38', 'bot'),
(276, 'u', '2020-10-13 09:01:50', 'user'),
(277, 'I am good. How can I help you?', '2020-10-13 09:01:50', 'bot'),
(278, 'l', '2020-10-13 09:01:57', 'user'),
(279, 'You can call me by my name Aresa.', '2020-10-13 09:01:57', 'bot'),
(280, 'j', '2020-10-13 09:09:27', 'user'),
(281, 'Sorry not be able to understand you', '2020-10-13 09:09:27', 'bot'),
(282, 'kjo', '2020-10-13 09:10:56', 'user'),
(283, 'Sorry not be able to understand you', '2020-10-13 09:10:56', 'bot'),
(284, 'H', '2020-10-13 09:26:14', 'user'),
(285, 'I am good. How can I help you?', '2020-10-13 09:26:14', 'bot'),
(286, 'v', '2020-10-13 09:27:13', 'user'),
(287, 'Sad to see you are going. Have a nice day', '2020-10-13 09:27:13', 'bot'),
(288, 'fj', '2020-10-13 09:28:26', 'user'),
(289, 'Sorry not be able to understand you', '2020-10-13 09:28:27', 'bot'),
(290, 'j', '2020-10-13 09:28:31', 'user'),
(291, 'Sorry not be able to understand you', '2020-10-13 09:28:31', 'bot'),
(292, 'h', '2020-10-13 09:28:48', 'user'),
(293, 'I am good. How can I help you?', '2020-10-13 09:28:48', 'bot'),
(294, 'a', '2020-10-13 09:29:23', 'user'),
(295, 'I am good. How can I help you?', '2020-10-13 09:29:23', 'bot'),
(296, 'sd', '2020-10-13 09:30:16', 'user'),
(297, 'Sorry not be able to understand you', '2020-10-13 09:30:16', 'bot'),
(298, 'sdfg', '2020-10-13 09:30:19', 'user'),
(299, 'Sorry not be able to understand you', '2020-10-13 09:30:20', 'bot'),
(300, 'sd', '2020-10-13 09:31:36', 'user'),
(301, 'Sorry not be able to understand you', '2020-10-13 09:31:36', 'bot'),
(302, 'sw', '2020-10-13 09:32:57', 'user'),
(303, 'Sorry not be able to understand you', '2020-10-13 09:32:57', 'bot'),
(304, 'h', '2020-10-13 09:42:01', 'user'),
(305, 'I am good. How can I help you?', '2020-10-13 09:42:01', 'bot'),
(306, 'j', '2020-10-13 09:44:55', 'user'),
(307, 'Sorry not be able to understand you', '2020-10-13 09:44:55', 'bot'),
(308, 'k', '2020-10-13 09:54:34', 'user'),
(309, 'd', '2020-10-13 09:54:46', 'user'),
(310, 'You can call me by my name Aresa.', '2020-10-13 09:54:46', 'bot'),
(311, 'k', '2020-10-13 09:55:19', 'user'),
(312, 'j', '2020-10-13 09:55:35', 'user'),
(313, 'Sorry not be able to understand you', '2020-10-13 09:55:35', 'bot'),
(314, 'k', '2020-10-13 09:56:40', 'user'),
(315, 's', '2020-10-13 10:09:17', 'user'),
(316, 'My name is Aresa.', '2020-10-13 10:09:17', 'bot'),
(317, 's', '2020-10-13 10:09:55', 'user'),
(318, 'My name is Aresa.', '2020-10-13 10:09:55', 'bot'),
(319, 'k', '2020-10-13 10:14:12', 'user'),
(320, 'sadfv', '2020-10-13 10:14:41', 'user'),
(321, 'Sorry not be able to understand you', '2020-10-13 10:14:41', 'bot'),
(322, 'sk', '2020-10-13 10:17:40', 'user'),
(323, 'sd', '2020-10-13 10:21:10', 'user'),
(324, 'Sorry not be able to understand you', '2020-10-13 10:21:10', 'bot'),
(325, 's', '2020-10-13 10:29:05', 'user'),
(326, 'My name is Aresa.', '2020-10-13 10:29:05', 'bot'),
(327, 'dsqad', '2020-10-13 10:29:11', 'user'),
(328, 'Sorry not be able to understand you', '2020-10-13 10:29:11', 'bot'),
(329, 'svd,nm', '2020-10-13 10:29:38', 'user'),
(330, 'Sorry not be able to understand you', '2020-10-13 10:29:38', 'bot'),
(331, 'ds', '2020-10-13 10:31:15', 'user'),
(332, 'Sorry not be able to understand you', '2020-10-13 10:31:15', 'bot'),
(333, 'aarav', '2020-10-13 10:49:04', 'user'),
(334, 'Sorry not be able to understand you', '2020-10-13 10:49:04', 'bot'),
(335, 'b', '2020-10-13 10:49:08', 'user'),
(336, 'Sad to see you are going. Have a nice day', '2020-10-13 10:49:08', 'bot'),
(337, 'hi', '2020-10-13 10:49:12', 'user'),
(338, 'Sorry not be able to understand you', '2020-10-13 10:49:12', 'bot'),
(339, 'aa', '2020-10-13 10:52:30', 'user'),
(340, 'Sorry not be able to understand you', '2020-10-13 10:52:30', 'bot'),
(341, 'dg', '2020-10-14 12:51:28', 'user'),
(342, 'Sorry not be able to understand you', '2020-10-14 12:51:28', 'bot');
--
-- Indexes for dumped tables
--
--
-- Indexes for table `chatbot_hints`
--
ALTER TABLE `chatbot_hints`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `invalid`
--
ALTER TABLE `invalid`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `message`
--
ALTER TABLE `message`
ADD PRIMARY KEY (`id`);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `chatbot_hints`
--
ALTER TABLE `chatbot_hints`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;
--
-- AUTO_INCREMENT for table `invalid`
--
ALTER TABLE `invalid`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;
--
-- AUTO_INCREMENT for table `message`
--
ALTER TABLE `message`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=343;
COMMIT;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;