Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

TheFamilyGit/mfs-scraper

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MFS Startup & Founder Scrapping

Requirements

Warning: you must have meteor installed on your machine.

curl https://install.meteor.com/ | sh

Launching The MFS Scrapping App

Go to the app directory, and launch meteor:

cd mfs/
meteor

Query to display the results:

meteor mongo
> db.founders.find({ linkedin: { $exists: true} }, {_id: 0, url: 0 }).forEach(function(f){print(tojson(f, '', true));});

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.