Python package to collect data from Forbes.
Project description
PyForbes - Python wrapper for Forbes API
PyCalendly
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pyforbes-1.0.3.tar.gz
.
File metadata
- Download URL: pyforbes-1.0.3.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 703c2480cc5e55715746a1166e8bf23dcc21f95d539690b145e038d166056f0e |
|
MD5 | 175994b20dda289ed7a2e94ed6e6c3b5 |
|
BLAKE2b-256 | 5b5f0337dbf60eaf22ee0b2be6593b53caee920bf5baf5408ff08c236da7c80d |
File details
Details for the file pyforbes-1.0.3-py3-none-any.whl
.
File metadata
- Download URL: pyforbes-1.0.3-py3-none-any.whl
- Upload date:
- Size: 9.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e4b7601b7b383a6d86f5a59331508f53bc566d986284fb5ac323c0904e32f1a2 |
|
MD5 | a3dd62a8a65192f27ac32f4fd4b1ef89 |
|
BLAKE2b-256 | 7c86a89b96160829ef332456c4576810987c39e6a2e88bd3a1df84eab481655c |