Python realization of LiveJournal (LJ) API.Checkout https://github.com/daniilr/python-lj for more info
Project description
Feel free to make pull requests!
A python realization of LiveJournal (LJ) API
A full description of the protocol can be found at:
Installation
Just type (pip integration is work in progress):
pip install lj
You can also find Python LJ on Github
Usage example
from lj import lj as _lj
lj = _lj.LJServer("Python-Blog3/1.0", "http://daniil-r.ru/bots.html; i@daniil-r.ru")
lj.login("yourusername", "yourpassword")
lj.postevent("Awesome post", "Awesome subject", props={"taglist": "github,livejournal"})
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
lj-0.2-py2.py3-none-any.whl
(13.4 kB
view details)
File details
Details for the file lj-0.2-py2.py3-none-any.whl
.
File metadata
- Download URL: lj-0.2-py2.py3-none-any.whl
- Upload date:
- Size: 13.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 470df19fa0f2cfbefd890bd33fddc6acb639f5e08b69583cb0e9054b9711d6a2 |
|
MD5 | 0f8794a0c0b6f04ee0ae03dcd7ff99bd |
|
BLAKE2b-256 | 54dc529be4d0640b6a59e30b589c2293b79fd442c0059089d447748e3a146d2c |