You can make the word cloud of the messages of your chat with your friend or a group of which you are a member. Or you can see which words a channel uses most.
Use Python 3.6+.
The word cloud of the channel @mamlekate
First install the packages
sh setup.sh
Then you need to get your own Telegram API ID and hash:
Edit and configure config.json
. (How?)
Run the main file to get your word cloud:
python3 main.py
First the configuration file is as follows:
{
"api_id": 12345,
"api_hash": "<api_hash>",
"phone_number": "<phone_number>",
"dialogs_name": ["<dialog name>"],
"target_identifier": "<phone_number> | @<username> | me | ",
"crawl_all_of_dialog": false,
"max_dialog_count": 20,
"ignore_english_characters": true,
"ignore_forwarded_messages": true,
"color_map": "PuBu",
"background_color": "black"
}
"api_id": 12345,
"api_hash": "################################",
"phone_number": "+980000000000",
"dialogs_name": ["Pavel Durov", "BBCPersian"],
or
"dialogs_name": [],
"target_identifier": "+980000000000",
or
"target_identifier": "@username",
or
"target_identifier": "me",
or
"target_identifier": "",
Persian Tools for .Net and .Net Core
An extension for Gnome-Shell to show Persian date/calendar
My Personal Homepage
Persian Grapheme-to-Phoneme (G2P) converter
Persian Date Picker Dialog for Android
🇮🇷 PrettyPersianNumbers is an Android library for converting a number to word for Persian/Farsi language written in Kotlin
Persian date for android