|
@@ -2,12 +2,12 @@ |
|
|
|
|
|
|
|
|
import re |
|
|
import re |
|
|
import sys |
|
|
import sys |
|
|
|
|
|
from string import punctuation |
|
|
from typing import List, Tuple, Dict |
|
|
from typing import List, Tuple, Dict |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
anchor = '###' |
|
|
anchor = '###' |
|
|
auth_keys = ['apiKey', 'OAuth', 'X-Mashape-Key', 'User-Agent', 'No'] |
|
|
auth_keys = ['apiKey', 'OAuth', 'X-Mashape-Key', 'User-Agent', 'No'] |
|
|
punctuation = ['.', '?', '!'] |
|
|
|
|
|
https_keys = ['Yes', 'No'] |
|
|
https_keys = ['Yes', 'No'] |
|
|
cors_keys = ['Yes', 'No', 'Unknown'] |
|
|
cors_keys = ['Yes', 'No', 'Unknown'] |
|
|
|
|
|
|
|
|