Skip to content

Commit 38b1b65

Browse files
authored
Add chatbot section (#245)
* Add chatbot section * Added tests for new chatbot section
1 parent 8dac5c5 commit 38b1b65

File tree

2 files changed

+57
-2
lines changed

2 files changed

+57
-2
lines changed

resources/referer-tests.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,5 +318,16 @@
318318
{"spec": "pull/242: lnk.bio", "uri": "https://lnk.bio", "medium": "social", "source": "Lnk.Bio", "term": null, "known": true, "pr": "pull/242"},
319319
{"spec": "pull/242: l.workplace.com", "uri": "https://l.workplace.com", "medium": "social", "source": "Workplace", "term": null, "known": true, "pr": "pull/242"},
320320
{"spec": "pull/242: lm.workplace.com", "uri": "https://lm.workplace.com", "medium": "social", "source": "Workplace", "term": null, "known": true, "pr": "pull/242"},
321-
{"spec": "pull/242: search.brave.com", "uri": "https://search.brave.com", "medium": "search", "source": "Brave", "term": null, "known": true, "pr": "pull/242"}
321+
{"spec": "pull/242: search.brave.com", "uri": "https://search.brave.com", "medium": "search", "source": "Brave", "term": null, "known": true, "pr": "pull/242"},
322+
{"spec": "pull/245: character.ai", "uri": "https://character.ai", "medium": "chatbot", "source": "Character.AI", "term": null, "known": true, "pr": "pull/245"},
323+
{"spec": "pull/245: beta.character.ai", "uri": "https://beta.character.ai", "medium": "chatbot", "source": "Character.AI", "term": null, "known": true, "pr": "pull/245"},
324+
{"spec": "pull/245: chatgpt.com", "uri": "https://chatgpt.com", "medium": "chatbot", "source": "ChatGPT", "term": null, "known": true, "pr": "pull/245"},
325+
{"spec": "pull/245: chat.openai.com", "uri": "https://chat.openai.com", "medium": "chatbot", "source": "ChatGPT", "term": null, "known": true, "pr": "pull/245"},
326+
{"spec": "pull/245: claude.ai", "uri": "https://claude.ai", "medium": "chatbot", "source": "Claude.ai", "term": null, "known": true, "pr": "pull/245"},
327+
{"spec": "pull/245: gemini.google.com", "uri": "https://gemini.google.com", "medium": "chatbot", "source": "Google Gemini", "term": null, "known": true, "pr": "pull/245"},
328+
{"spec": "pull/245: meta.ai", "uri": "https://meta.ai", "medium": "chatbot", "source": "META.ai", "term": null, "known": true, "pr": "pull/245"},
329+
{"spec": "pull/245: copilot.microsoft.com", "uri": "https://copilot.microsoft.com", "medium": "chatbot", "source": "Microsoft Copilot", "term": null, "known": true, "pr": "pull/245"},
330+
{"spec": "pull/245: chat.mistral.ai", "uri": "https://chat.mistral.ai", "medium": "chatbot", "source": "Mistral.ai", "term": null, "known": true, "pr": "pull/245"},
331+
{"spec": "pull/245: perplexity.ai", "uri": "https://perplexity.ai", "medium": "chatbot", "source": "Perplexity.ai", "term": null, "known": true, "pr": "pull/245"},
332+
{"spec": "pull/245: poe.com", "uri": "https://poe.com", "medium": "chatbot", "source": "Poe", "term": null, "known": true, "pr": "pull/245"}
322333
]

resources/referers.yml

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# 3. Social providers
1010
# 4. Search providers
1111
# 5. Paid media
12-
12+
# 6. Chatbot providers
1313

1414
# #######################################################################################################
1515
#
@@ -4321,3 +4321,47 @@ paid:
43214321
domains:
43224322
- zedo.com
43234323
- z1.zedo.com
4324+
4325+
# #######################################################################################################
4326+
#
4327+
# CHATBOT PROVIDERS
4328+
#
4329+
chatbot:
4330+
4331+
Character.AI:
4332+
domains:
4333+
- character.ai
4334+
- beta.character.ai
4335+
4336+
ChatGPT:
4337+
domains:
4338+
- chatgpt.com
4339+
- chat.openai.com
4340+
4341+
Claude.ai:
4342+
domains:
4343+
- claude.ai
4344+
4345+
Google Gemini:
4346+
domains:
4347+
- gemini.google.com
4348+
4349+
META.ai:
4350+
domains:
4351+
- meta.ai
4352+
4353+
Microsoft Copilot:
4354+
domains:
4355+
- copilot.microsoft.com
4356+
4357+
Mistral.ai:
4358+
domains:
4359+
- chat.mistral.ai
4360+
4361+
Perplexity.ai:
4362+
domains:
4363+
- perplexity.ai
4364+
4365+
Poe:
4366+
domains:
4367+
- poe.com

0 commit comments

Comments
 (0)