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.
Built Distribution
Close
Hashes for PyCrowdTangle-0.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c419a822f0f4ad08d79e6edaadbfa6d617e4853afcb0bcaa94af2f586245ca4a |
|
MD5 | cb0d6a11f30218e9704b85240f4962ec |
|
BLAKE2-256 | df98d4343d32ed68c5cbe7430eeda1e0f4be10a9531f1df3b04b1ea2eb985fae |