Metadata-Version: 2.1
Name: bahy_bot_maker
Version: 0.4
Summary: A package for creating bots on bluesky
Author: Bahy
Description-Content-Type: text/markdown
Requires-Dist: annotated-types==0.7.0
Requires-Dist: anyio==4.8.0
Requires-Dist: arabic-reshaper==3.0.0
Requires-Dist: asttokens==3.0.0
Requires-Dist: atproto==0.0.56
Requires-Dist: certifi==2024.12.14
Requires-Dist: cffi==1.17.1
Requires-Dist: click==8.1.8
Requires-Dist: comm==0.2.2
Requires-Dist: cryptography==43.0.3
Requires-Dist: debugpy==1.8.11
Requires-Dist: decorator==5.1.1
Requires-Dist: dnspython==2.7.0
Requires-Dist: executing==2.1.0
Requires-Dist: h11==0.14.0
Requires-Dist: httpcore==1.0.7
Requires-Dist: httpx==0.27.2
Requires-Dist: idna==3.10
Requires-Dist: ipykernel==6.29.5
Requires-Dist: ipython==8.31.0
Requires-Dist: jedi==0.19.2
Requires-Dist: jupyter_client==8.6.3
Requires-Dist: jupyter_core==5.7.2
Requires-Dist: libipld==3.0.0
Requires-Dist: matplotlib-inline==0.1.7
Requires-Dist: nest-asyncio==1.6.0
Requires-Dist: packaging==24.2
Requires-Dist: parso==0.8.4
Requires-Dist: pexpect==4.9.0
Requires-Dist: platformdirs==4.3.6
Requires-Dist: prompt_toolkit==3.0.48
Requires-Dist: psutil==6.1.1
Requires-Dist: ptyprocess==0.7.0
Requires-Dist: pure_eval==0.2.3
Requires-Dist: pycparser==2.22
Requires-Dist: pydantic==2.10.5
Requires-Dist: pydantic_core==2.27.2
Requires-Dist: Pygments==2.19.1
Requires-Dist: python-bidi==0.6.3
Requires-Dist: python-dateutil==2.9.0.post0
Requires-Dist: python-dotenv==1.0.1
Requires-Dist: pyzmq==26.2.0
Requires-Dist: six==1.17.0
Requires-Dist: sniffio==1.3.1
Requires-Dist: stack-data==0.6.3
Requires-Dist: tornado==6.4.2
Requires-Dist: traitlets==5.14.3
Requires-Dist: typing_extensions==4.12.2
Requires-Dist: wcwidth==0.2.13
Requires-Dist: websockets==13.1

# Bahy Bot Maker

This is a warper for the [BlueSky Python SDK](https://atproto.blue/en/latest/)

⚠️ This package is still under development

⚠️ It is **HIGHLY** recommended to install this package in a **NEW** python virtual environment to avoid package conflicts

## TODO
- Write a README 😅

## Documentation

- `bahy_bot_maker` in terminal to make sure the installation was successful

- `activate_bot(username: str, password: str)` : Takes the credentials of your bot and returns the `Client` and `Profile`

<div align="center">
<h1>Bahy 2025</h1>
<p><em>All rights reserved</em></p>
</div>
