Skip to main content

Python package to collect data from Forbes.

Project description

PyForbes - Python wrapper for Forbes API

PyCalendly

CircleCI PyPI Python Version Docs Docs Docs

Welcome to the GitHub repository of PyForbes

PyForbes is an unofficial Python wrapper for Forbes API.

PyForbes allows developers to analyze Forbes data or build web application with Forbes data.

PyForbes provides ease of access to developers and data scientists by providing python interface to directly get the Forbes data as a Pandas.DataFrame or JSON Dictionary.

A Simple PyForbes application typically looks like this

from pyforbes import ForbesList
   
   flist = ForbesList()

   # Get ForbesList data as a JSON
   billionaires_json = flist.get_json('billionaires', year=2020) 

   # Get ForbesList data as a DataFrame
   billionaires_df = flist.get_df('billionaires', year=2020)

   # 30Under30 - Social Media Influencers
   social_media_30 = flist.get_df('30under30-social-media', year=2020) 

In order to make the most out of PyForbes, you should start with the PyForbes Documentation: Examples that will lead you through the most common aspects of the package.

Documentation

Refer the documentation, examples and other instructions here: PyForbes Documentation

Contributing

Please refer the Contribution Guidelines.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyforbes-1.0.3.tar.gz (8.0 kB view hashes)

Uploaded Source

Built Distribution

pyforbes-1.0.3-py3-none-any.whl (9.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page