Groups' frames of relevance
Project description
Open-source linguistic ethnography tool for framing public opinion in mediatized groups.
Table of Contents
Installing
Python 3.7.1 or higher is required.
To install the library, you can just run the following command:
$ pip install -U qualichat
To install a development version, follow these steps:
$ git clone https://github.com/qualichat/qualichat
$ cd qualichat
# Linux/MacOS
$ python3 -m pip install -U .
# Windows
$ py -3 -m pip install -U .
Quickstart
To use this library, you need a plain chat text file, following this format:
[dd/mm/yy hh:mm:ss] <contact name>: <message>
For example, see this following sample chat file named sample-chat.txt
:
[01/01/21 07:52:45] Joel: Hello!
[01/01/21 07:52:47] Mary: Hi!
[01/01/21 07:52:49] Joel: How are you guys?
[01/01/21 07:52:52] Mary: We are fine! 😊
How about you?
[01/01/21 07:52:55] Oliva: Everything's great!
[01/01/21 07:52:59] Joel: Cool! I am also fine!
[01/01/21 07:53:03] John left
In your code, you will just load the chat using qualichat.load_chat()
.
chat = qualichat.load_chat('sample-chat.txt')
Links
- Website: http://qualichat.com
- Documentation: https://qualichat.readthedocs.io
- Source code: https://github.com/qualichat/qualichat
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
qualichat-1.3.2.tar.gz
(116.9 kB
view hashes)
Built Distribution
qualichat-1.3.2-py3-none-any.whl
(121.2 kB
view hashes)
Close
Hashes for qualichat-1.3.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d98551b3f502e87f5338ff9b40d089c46210986cc12a0c95e03e3e715e732570 |
|
MD5 | 410e18806779ba9d313c5cbce7222b97 |
|
BLAKE2b-256 | 60297b4e3f26eaf8120914fac36f75f018c1796b5b790cbddc4b9b025843cf8b |