Intercom-rank: domain ranking for Intercom
About
Intercom Rank adds the actual domain rank, language and a site description from Alexa for any lead or customer in your Intercom dashboard.
You can use the domain rank and language to set up different drip campaigns and assign leads to the most awesome sales people in your team.
Intercom Rank adds more information about your leads and customers from AWIS. According to their email domains, it tries to fill some helpful information:
- User's site title, description, online since.
- User's site language.
- User's site rank, country ranking, page views (per million).
Disclaimer
Intercom is a powerful marketing automation platform that allows you to communicate with your leads and customers.
Alexa is a web analytics toolkit that provides tons of useful information about any website, including the domain rank and estimated monthly traffic. There is an API to get the data, it called AWIS.
Intercom Rank was developed by Uploadcare team.
Requirements
Quick start
The service was primarily built on Flask.
For local install:
$ git clone git@github.com:uploadcare/intercom-rank.git
$ virtualenv venv .
$ . venv/bin/activate
$ pip install -r dev.requirements.txt
$ python manage.py db upgradeRun service:
$ python manage.py runserverRun celery:
$ celery worker -A app.celery --loglevel debugCreate an admin:
$ python manage.py create_adminRun tests:
$ nose2 testsRun tests with output:
$ nose2 tests -B --log-captureSettings
The list of projects.
Project page. It contains fields for credentials and the control for re-importing existing data.
Editable list of providers who grant free email hosting. This list used for filtering users before making an actual request to AWIS.
We used free_email_provider_domains.txt originally created by @tbrianjones to automatically remove free email services.
Contributors
License
This codebase is licensed under the GNU GPL v3.0 License license.
Want to help?
Want to file a bug, contribute some code, or improve documentation? Awesome!
If you think you ran into something in Uploadcare libraries which might have security implications, please hit us up at bugbounty@uploadcare.com or Hackerone.
We'll contact you personally in a short time to fix an issue through co-op and prior to any public disclosure.




