Giter VIP home page Giter VIP logo

angel-list's Introduction

Python API for Angellist

http://img.shields.io/pypi/v/angel.svg?style=flat http://jenkins.jarenglover.com/job/angel-list/badge/icon http://img.shields.io/pypi/dm/angel.svg?style=flat

Angel is an MIT Licensed Python library to access API of Angellist. It currently supports Python 2.7 and in development. It does not use any external libraries and has extensive test coverage.

Example

from angel import angel

al = angel.AngelList(CLIENT_ID, CLIENT_SECRET, ACCESS_TOKEN)

first_page_jobs = al.get_jobs(page=1)

Some capabilities of module are here.

Features

  1. No external dependencies
  2. Consistent Api for different features of Angellist - NOTE: All requests will need to be authenticated with access token
  3. Test coverage

Installation

To install angel, simply use pip:

$ pip install angel

Documentation

Contribute

  1. Fork the repository on GitHub from the master branch.
  2. Create a branch in the following format username-feature.
  3. Write the test for the bug fix or feature.
  4. Send a pull request.

Known Issues

  1. put and delete methods are not implemented.
  2. scope of investing is not implemented
  3. It does not support Python 3.
  4. Your personal access token needs to be approved for the jobs endpoint - i.e. added to the "approved list"
  5. My token hasn't been approved for the job endpoint yet, thus I don't run those test in my jenkins build.

Test

  1. Create a config.py file under the angel directory.
  2. Put your credentials in the following way.
  3. Run the test.py under the test directory.
  4. Make sure that all tests are green.

CLIENT_ID =

CLIENT_SECRET =

ACCESS_TOKEN =

MY_NAME =

TWITTER_URL =

ONLINE_BIO_URL =

LINKEDIN_URL =

GITHUB_URL =

EMAIL =

ANGELLIST_URL =

ID =

angel-list's People

Contributors

bugra avatar jarenglover 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.