Skip to main content

Pararamio - Python Client for pararam.io

Python client library for pararam.io platform with lazy loading and automatic API calls.

Installation

pip install pararamio

Quick Start

from pararamio import Pararamio

# Initialize client
client = Pararamio(
    login="your_login",
    password="your_password",
    key="your_api_key"
)

# Authenticate
client.authenticate()

# Search users with lazy loading
users = client.search_user("test")
for user in users:
    print(f"User: {user.name}")  # Automatically loads data

# Get chats
chats = list(client.list_chats())
for chat in chats:
    print(f"Chat: {chat.title}")  # Lazy loaded

    # Get recent posts
    posts = chat.posts(start_post_no=-10, end_post_no=-1)
    for post in posts:
        print(f"  {post.text}")

Features

  • Lazy Loading: Automatic data loading on attribute access
  • Full API Coverage: Complete pararam.io API support
  • Cookie Management: Persistent session handling
  • Type Hints: Full typing support
  • File Handling: Upload/download support
  • Search: Users, groups, posts search
  • Real-time: Activity tracking

Documentation

Async Version

For async/await support, install the async version:

pip install pararamio-aio

License

MIT License

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pararamio-3.0.34.tar.gz (117.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pararamio-3.0.34-py3-none-any.whl (167.8 kB view details)

Uploaded Python 3

File details

Details for the file pararamio-3.0.34.tar.gz.

File metadata

  • Download URL: pararamio-3.0.34.tar.gz
  • Upload date:
  • Size: 117.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for pararamio-3.0.34.tar.gz
Algorithm Hash digest
SHA256 350d41b94f15705513198ef8cd5dabd095ec0fa011eb5e6aad3aaefff7a748f1
MD5 d2f13d1b097ebfb2728d217ab25fd0a0
BLAKE2b-256 3efd0600296b82e69f321c06f542dd0c108033eebeeb259fc26c25c99fdeffac

See more details on using hashes here.

File details

Details for the file pararamio-3.0.34-py3-none-any.whl.

File metadata

  • Download URL: pararamio-3.0.34-py3-none-any.whl
  • Upload date:
  • Size: 167.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for pararamio-3.0.34-py3-none-any.whl
Algorithm Hash digest
SHA256 224ac6d590247e84fbb8784cbcf8b78589f75249ae8b0b9036e8fa85fe40e28b
MD5 6cb467ec8ab5751c9d59c047def10b4c
BLAKE2b-256 207644c37c99bce7fa365e325e91bc0521cce89f66dae7593b149a3724fb5163

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

3.0.34 This release

2 files

3.0.32

2 files

3.0.31

2 files

3.0.30

2 files

3.0.29

2 files

3.0.28

2 files

3.0.27

2 files

3.0.26

2 files

3.0.25

2 files

3.0.24

2 files

3.0.23

2 files

3.0.22

2 files

3.0.21

2 files

3.0.19

2 files

3.0.18

2 files

3.0.17

2 files

3.0.16

2 files

3.0.15

2 files

3.0.14

2 files

3.0.13

2 files

3.0.12

2 files

3.0.11

2 files

3.0.10

2 files

3.0.9

2 files

3.0.8

2 files

3.0.7

2 files

3.0.6

2 files

3.0.5

2 files

2.1.1

2 files

2.1.0

2 files

2.0.16

2 files

2.0.14

2 files

2.0.13

2 files

2.0.12

2 files

2.0.11

2 files

2.0.10

2 files

2.0.9

2 files

2.0.6

2 files

2.0.3

2 files

2.0.2

2 files

2.0.1

2 files

1.0.20

2 files

1.0.19

2 files

1.0.18

2 files

1.0.17

2 files

1.0.16

2 files

1.0.15

2 files

1.0.14

2 files

1.0.13

2 files

1.0.12

2 files

1.0.11

2 files

1.0.10

2 files

1.0.9

2 files

1.0.8

2 files

1.0.7

2 files

1.0.6

2 files

1.0.5

2 files

1.0.4

2 files

1.0.3

2 files

1.0.2

2 files

1.0.1

2 files

1.0.0

2 files

0.0.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page