papercups-io/papercups

[For fun] Write a script that crawls websites to find out who's using Intercom/Drift/Crisp/etc

Open

#390 opened on Nov 11, 2020

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Elixir (6,032 stars) (566 forks)batch import
enhancementfor funfrontendgood first issue

Description

Problem It would be nice to have a script that finds potential customers for us 😛

Solution Write a script that crawls the web and looks for websites with the Intercom/Drift/Crisp widget embedded. (Usually if you inspect element, you can figure out what to look for.)

Maybe to start, this script should just take a list of urls and output whether or not a chat widget is currently embedded on the page.

Testing Not sure if we'll want the script to live in this repo, but to test we should verify that the output matches reality 😉

Questions, or need help getting started? Feel free to ask below, or ping us on Slack :)

(You can also check out our CONTRIBUTING.md)

Contributor guide