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.0.tar.gz
(3.8 kB
view details)
File details
Details for the file parler-1.0.0.tar.gz
.
File metadata
- Download URL: parler-1.0.0.tar.gz
- Upload date:
- Size: 3.8 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 | 7abebb7aa6780a0f337723a8587b4b1934c564bf921403f767468a174e919c31 |
|
MD5 | 6060068ef581f18fbd35042cc89d0d64 |
|
BLAKE2b-256 | 5ff078bfacf8825b14d64b914c502aebe1cc57545db73f982651fd0a85524b98 |