Skip to main content

Parler Social Media Python API SDK

Project description

Parler Python API

Parler Social Media Python API

Install

$ pip install parler

Authentication

After you login to Parler.com you can get the MST and JST tokens:

Open DevTools -> Storage -> Cookies

Usage

from parler import Parler

mst = 'XXX' # see authentication section
jst = 'YYY'

client = Parler(mst, jst)

print(client.getFeed());

Methods

$ python
Python 3.7.3 (default, May 31 2019, XX:XX:XX)
[GCC 5.4.0 2016XXXX] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import parler
>>> help(parler)

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

parler-1.0.1.tar.gz (3.9 kB view hashes)

Uploaded Source

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