11 lines
No EOL
487 B
Python
11 lines
No EOL
487 B
Python
bot = "" # bot api-key from next
|
|
api = "" # google api key
|
|
cx = "" # google cx
|
|
|
|
gimgsettings = {
|
|
"usestoplist": True, # use stop-list
|
|
"stoplist": ["пенис", "хуй", "шлюха", "penis", "pride", 'lgbt', "лгбт", "прайд", "dick", "1488", "swastika", "свастика", "свастон"],
|
|
"safesearch": "high" # safe search mode. values: active|high|medium|off|safeUndefined
|
|
}
|
|
|
|
# tutorial for api & cx - https://pypi.org/project/Google-Images-Search/ |