Coder Social home page Coder Social logo

rajibmitra / angellistalumnibot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from troyshu/angellistalumnibot

0.0 2.0 0.0 28 KB

A class that scrapes AngelList for all startups given an input city (e.g. NYC), then scrapes the founder of each startup, then checks AngelList or LinkedIn to see whether founder is alumni of input school (e.g. Univeristy of Pennsylvania).

Python 100.00%

angellistalumnibot's Introduction

AngelListAlumniBot

A class that scrapes AngelList for all startups given an input city (e.g. NYC), then scrapes the founder of each startup, then checks AngelList or LinkedIn to see whether founder is alumni of input school (e.g. Univeristy of Pennsylvania).

#Usage

from angellistalumnibot import AngellistAlumniBot
bot = AngellistAlumniBot()
rez = bot.findFounderAlumni(city='NYC', school='Penn', topPct=0.10, followMin = 20)
  • city: defined in a dict that maps name (e.g. NYC) to an AngelList location id. See AngelList API for more info
  • school: string for target school/college
  • topPct: startups are retrieved from AngelList in order of descending popularity, topPct is the top fraction of startups that you want to actually keep. This is a way to filter out rando startups
  • followMin: the minimum number of AngelList followers a startup must have to be included in the search. Another way to filter out rando startups

rez now contains a DataFrame where the columns are founder name, startup name, and a boolean of whether founder belongs to input school.

#Notes Currently only supports two cities, NYC and SV (Silicon Valley), and one school, Penn. Implementing the methods to support other cities and schools is pretty straightforward!

The scraper/bot is also very slow, probably because it's making so many HTTP requests. An area of improvement for the future.

angellistalumnibot's People

Contributors

mend-bolt-for-github[bot] avatar troyshu avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.