Skip to main content

A fun tool to play with Telegram chats

Project description

Telegram analysis ✨

Telegram analysis is a python package that helps you have fun and make sense of different chat data you have. Based on pyrogram, its mission is to help you have fun with Telegram and it's functions. Whether it is about playing with your group chat dialogs or analysing the group dynamic of your business, personal chats or even your saved messages.

Be creative and build on top of ready solutions! 🧠

Current functionality (version 0.1.1):

✨🌠 wordcloud_json()Create fun wordclouds out of chats

💬🗣 who_breaks_silence_json() Analyze who tends to break the silence in the chats and write first

🤍❤ measure_top_reactions() measure who's messages are most reacted to and choose specific reactions!


Installation:

pip install telegram-anal

🛠 Setup:

This library uses Pyrogram for handling Telegram, so you will need to authenticate standardly by:

  1. Create an app and copy your api_id and api_hash from https://my.telegram.org/

Example:

import asyncio
from telenal.client import Client
from telenal.reactions import measure_top_reactions
from telenal.teleplotter import plot_bars_from_dict


async def main():
    client = Client("my_account", "your_api_id", "your_api_hash")
    tops = await measure_top_reactions(
        client,
        chat_name="Family chat :)",
        search_emojis=["😁", "💪", "👍"],
    )
    plot_bars_from_dict(tops)  # <-- get a bar chart out of the box


if __name__ == "__main__":
    asyncio.run(main())

The library is newly born and needs creative and energetic support. Feel free to contribute!

Ideas for future functionality:

  1. Analyze your activity based on sent chatting to identify your chatting patterns
  2. Save messages deleted by someone that texted you and save the secret they wanted to hide
  3. Measure user profiles to identify persons' most popular tones (NLP may be needed)
  4. Predict when a user is prone to leave a community based on real cases (ML)

Remember to have fun! :)

This software is made purely for fun. Any illegal or amoral misuse of the software does not make the authors responsible for the consequences.

Yours, Vlad Bilyk

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

telegram-anal-0.1.1.tar.gz (421.3 kB view details)

Uploaded Source

Built Distribution

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

telegram_anal-0.1.1-py3-none-any.whl (422.4 kB view details)

Uploaded Python 3

File details

Details for the file telegram-anal-0.1.1.tar.gz.

File metadata

  • Download URL: telegram-anal-0.1.1.tar.gz
  • Upload date:
  • Size: 421.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.14 CPython/3.10.5 Windows/10

File hashes

Hashes for telegram-anal-0.1.1.tar.gz
Algorithm Hash digest
SHA256 ca4c65a5151bbfb183833371b60c5777257c42f275d234a08b4205d80bf3c2b2
MD5 88f78c5376751a31a200fdb9f993ec4b
BLAKE2b-256 842875f7cb3e17a620fedf385f50f562c39f20520520b4b4a6794fde5220f028

See more details on using hashes here.

File details

Details for the file telegram_anal-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: telegram_anal-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 422.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.14 CPython/3.10.5 Windows/10

File hashes

Hashes for telegram_anal-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 29319f480806283ab497ddfaa54de6262f7087e5d676935f5bf4d35de377a6b0
MD5 8053d697b739f94fc3aa56c3867748e5
BLAKE2b-256 8d3363e16d58a02971ed4a4b85f22fc26f097c15cd1b80d0c154c3e20ff567a6

See more details on using hashes here.

Supported by

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