Metadata-Version: 2.1
Name: linkp
Version: 0.2.0
Summary: AI-powered tool for daily LinkedIn developer progress posts, with git tracking, AI summarization, and visual generation.
Home-page: https://github.com/yourusername/linkp
Author: LinkP Team
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# linkp

**linkp** is an AI-powered tool that automates daily LinkedIn developer progress posts. It tracks your git activity, generates concise AI summaries of your work, creates engaging visuals, and posts updates directly to LinkedIn.

## Features

- Tracks daily git commits and file changes
- Summarizes your progress using OpenAI
- Generates custom visuals for your posts
- Posts updates to LinkedIn automatically
- CLI interface for easy integration into your workflow

## Installation

```bash
pip install linkp
```

## Usage

```bash
linkp run
```

## Configuration

Set up your `.env` file with the required API keys and LinkedIn credentials.

## License

MIT


