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
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
parler-1.0.1.tar.gz
(3.9 kB
view details)
File details
Details for the file parler-1.0.1.tar.gz.
File metadata
- Download URL: parler-1.0.1.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f23d2ee27d5e5c3ec649dc207feb55bcb31601e69ccd7594aa91cec70874382
|
|
| MD5 |
b65ae26e2989cf1a1aecec60e742ee40
|
|
| BLAKE2b-256 |
6be5705de71d41ee581ae77edb3c2dd353d7487f7c243b883756c76890030022
|