Skip to content

Commit a35ae10

Browse files
authored
Merge pull request #12247 from cdrini/feature/update-known-partner-uas
Update list of known partner user agents
2 parents f29e717 + 8a6744a commit a35ae10

1 file changed

Lines changed: 32 additions & 13 deletions

File tree

scripts/monitoring/monitor.py

Lines changed: 32 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -106,19 +106,38 @@ def extract_agent_counts(ua_counts, allowed_names=None):
106106
return agent_counts
107107

108108
known_names = extract_agent_counts("""
109-
177 Whefi/1.0 (contact@whefi.com)
110-
85 Bookhives/1.0 (paulpleela@gmail.com)
111-
85 AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)
112-
62 BookHub/1.0 (contact@ybookshub.com)
113-
58 Bookscovery/1.0 (https://bookscovery.com; info@bookscovery.com)
114-
45 BookstoreApp/1.0 (contact@thounkai.com)
115-
20 Gleeph/1.0 (contact-openlibrary@gleeph.net)
116-
2 Tomeki/1.0 (ankit@yopmail.com , gzip)
117-
2 Snipd/1.0 (https://www.snipd.com) contact: company@snipd.com
118-
2 OnTrack/1.0 (ashkan.haghighifashi@gmail.com)
119-
2 Leaders.org (leaders.org) janakan@leaders.org
120-
2 AwarioSmartBot/1.0 (+https://awario.com/bots.html; bots@awario.com)
121-
1 ISBNdb (support@isbndb.com)
109+
309 BookshopLT/1.0 (***@gmail.com)
110+
230 BookReadingTime/2.0 (https://bookreadingtime.com; ***@bookreadingtime.com)
111+
177 Whefi/1.0 (***@whefi.com)
112+
102 AwarioSmartBot/1.0 (+https://awario.com/bots.html; ***@awario.com)
113+
85 Bookhives/1.0 (***@gmail.com)
114+
85 AliyunSecBot/Aliyun (***@service.alibaba.com)
115+
63 knihobot.cz (***@knihobot.cz)
116+
62 BookHub/1.0 (***@ybookshub.com)
117+
58 Bookscovery/1.0 (https://bookscovery.com; ***@bookscovery.com)
118+
45 BookstoreApp/1.0 (***@thounkai.com)
119+
44 ReRoll/1.0 (rating-backfill; ***@gmail.com)
120+
39 ReRoll/1.0 (metadata-backfill; ***@gmail.com)
121+
35 LikesnuBatch/1.0 (Contact: ***@likesnu.kr)
122+
28 EmberNovels/1.0 (***@embernovels.com)
123+
27 PrecodeZeoos/1.0 (***@precode.com.br)
124+
23 RAGAMUFFIN (***@gmail.com)
125+
22 booklist4u/1.0 (https://booklist4u.com; ***@gmail.com)
126+
21 TurkicMT-BookPipeline/1.0 (research; ***@example.com)
127+
20 Gleeph/1.0 (***@gleeph.net)
128+
12 ISBN.nu Book Price Comparison (***@isbn.nu)
129+
9 ISBNdb (***@isbndb.com)
130+
9 AsayaApp/1.0 (***@asaya.app)
131+
8 Sqwabl/1.0 (***@sqwabl.com)
132+
5 1000BooksBeforeKindergarten (***@1000booksfoundation.org)
133+
4 citesure/1.0 (***@citesure.com)
134+
4 Bibliogram (***@bibliogram.it)
135+
2 PERRLA/1.0 (***@perrla.com)
136+
2 Tomeki/1.0 (***@yopmail.com , gzip)
137+
2 Snipd/1.0 (https://www.snipd.com) contact: ***@snipd.com
138+
2 OnTrack/1.0 (***@gmail.com)
139+
2 Leaders.org (leaders.org) ***@leaders.org
140+
1 inventaire/5.0.0 (https://inventaire.io; ***@inventaire.io)
122141
""")
123142

124143
recent_uas = bash_run(

0 commit comments

Comments
 (0)