TQDD is a web scraping application that returns information about a website upon entering it into the search bar, intended to be used as a tool when conducting due dilligence on companies. Amongst information that is possible to be returned are:
- Basic company info (Name, Logo, Employee count, Address(es), Phone number(s), Alexa rank etc
- News mentions
- Job openings
- Word cloud of the company website
- Customer testimonials
Note that this tool is not perfect. It may not work on some websites and some info may not be returned if it cannot be found.
- Download Meteor with
curl https://install.meteor.com/ | sh
for macOS,choco install meteor
for Windows git clone https://github.com/Luke-Tan/tqdd.git
- Run
meteor npm install
inside the project directory - Run
meteor --settings settings.json
to start the project