Metadata-Version: 2.4
Name: gitchat
Version: 0.0.2
Summary: Proof-of-work realtime chat, using only `git` as a transport
Home-page: https://github.com/Shkvaldev/gitchat
Author: Shkvaldev
Author-email: shkvalgrozny@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: loguru
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# GitChat
> Proof-of-work realtime chat, using only `git` as a transport

This is just a joy project, be careful!

## Requirements
- Git
- Python >= 3.12
- Github/Gitlab/Gitverse account

## Usage
1. Install package
```bash
# From PyPI
pip install gitchat

# From source
git clone <this repo>
cd gitchat
pip install .
```
2. Create empty git repo using any git hosting and clone it
3. Configure peers once (on both sides) and enter chat:
```bash
# Configuring repo
gitchat config -r <repo path> -u <username>

# Starting chat
gitchat chat -r <repo path> -u <username> -d <check interval in secs>
```
