A Python Wrapper To Retrieve Data From The CrowdTangle API
Project description
PyCrowdTangle
A Python Wrapper To Retrieve Data From The CrowdTangle API
https://github.com/CrowdTangle/API
Usage
import PyCrowdTangle as pct #retrieve data from CrowdTangle # get the api_token from https://apps.crowdtangle.com/ data = pct.ct_get_posts(api_token="AKJHXDFYTGEBKRJ6535") import pandas as pd df = pd.DataFrame(data['result']['posts']) #show results df.head()
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
PyCrowdTangle-0.0.1.tar.gz
(2.1 kB
view hashes)