Update main.yml
The search service is provided by Google (https://www.google.com) according to these terms and conditions: https://support.google.com/programmable-search/answer/1714300 and these instructions: https://developers.google.com/custom-search/v1/overview
https://dmitrii-zavalin-deployments.github.io/eSearcher/information.html
.github/workflows/main.yml
data
all_words.txt
any_words.txt
domain.txt
exact_phrase.txt
none_words.txt
file_type.txt
search_name.txt
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
eSearcher
Legal Note
The search service is provided by Google (https://www.google.com) according to these terms and conditions: https://support.google.com/programmable-search/answer/1714300 and these instructions: https://developers.google.com/custom-search/v1/overview
Link to the search details
https://dmitrii-zavalin-deployments.github.io/eSearcher/information.html
How to add new search requests
.github/workflows/main.yml(line 14) to increase the number of queries by one.datawith the next number (e.g., if folders 0,1,2,3,4 exist, create folder 5).all_words.txt: “all these words:” from Google Advanced Searchany_words.txt: “any of these words:” from Google Advanced Searchdomain.txt: “site or domain:” from Google Advanced Search (e.g., *.com)exact_phrase.txt: “this exact word or phrase:” from Google Advanced Searchnone_words.txt: “none of these words:” from Google Advanced Searchfile_type.txt: “file type:” from Google Advanced Search (e.g., pdf)search_name.txt: Name for this search (appears in information.html)