Simple script to scrape polling data from RealClearPolitics and output as .csv
Project description
Simple script to scrape polling data from RealClearPolitics and output as .csv.
Install
pip install realclearpolitics
Usage
usage: rcp [-h] [--output [OUTPUT]] url [url ...] positional arguments: url The url of the polling data. optional arguments: -h, --help show this help message and exit --output [OUTPUT] The output file name.
Examples
Get the US general election results.
rcp http://www.realclearpolitics.com/epolls/2016/president/us/general_election_trump_vs_clinton-5491.html --output general.csv
Download multiple polls.
rcp http://www.realclearpolitics.com/epolls/2016/president/us/general_election_trump_vs_clinton-5491.html \ > https://www.realclearpolitics.com/epolls/other/president_trump_job_approval_economy-6182.html \ > https://www.realclearpolitics.com/epolls/other/president_trump_job_approval_foreign_policy-6183.html
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
Built Distribution
Close
Hashes for realclearpolitics-1.0.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 289de6ed74c001c5a7e1f84658d9824f993534a1e3d18be2190bab2227b033b9 |
|
MD5 | 952892856745304da5045bdcf100c8e5 |
|
BLAKE2b-256 | bc494482d52094c430b5da053f3d14ff2a13f64e648714149bc482043db4370d |