Metadata-Version: 2.4
Name: linkp
Version: 1.0.0
Summary: AI-powered tool for daily LinkedIn developer progress posts, with git tracking, AI summarization, and visual generation.
Home-page: https://github.com/nassdaq/linkp
Author: nassdaq
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.9
Description-Content-Type: text/markdown
Requires-Dist: click>=8.0.0
Requires-Dist: openai>=1.0.0
Requires-Dist: requests>=2.28.0
Requires-Dist: Pillow>=9.0.0
Requires-Dist: python-dotenv>=0.19.0
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 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
initialize linkp by run
```bash
linkp init
```
that will generate linkp.env and md 

then everyday you make changes you just run this command below

```bash
linkp run
```

## Configuration

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

## License

MIT
