Skip to content

Commit

Permalink
added extra build and publishing files
Browse files Browse the repository at this point in the history
  • Loading branch information
HoseanRC committed Jan 19, 2023
1 parent d74379c commit a0862ef
Show file tree
Hide file tree
Showing 21 changed files with 3,720 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<a href="github.address">
<img src="https://github.com/HoseanRC/shad-api/blob/master/Shad-Bot.png?raw=true" alt="Shadpy" width="128">
<a href="https://github.com/HoseanRC/shad-api">
<img src="https://user-images.githubusercontent.com/68903522/213505965-348da778-36c3-42e0-a31b-7f8711cf18ef.png" alt="Shadpy" width="128">
</a>
<br>
<b>Shad API Framework for Python</b>
Expand Down Expand Up @@ -89,9 +89,9 @@ identity (bot API alternative) using Python.
pip3 install shadapi
```

### Thanks to:
## Thanks to:

## shayanheidari01
### shayanheidari01

he did an awesome job at making a rubika library which helped alot to make this project!
https://github.com/shayanheidari01/rubika
18 changes: 18 additions & 0 deletions build/lib/shadapi/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
from .accounts._client import _Client as Client
from .accounts.methods import Methods
from .bots.methods import Methods as BotMethods
from .bots import _Client as Bot
from .crypto import Crypto
from .util import Utils
from .exceptions import (
InvaildAuth,
InvalidInput,
TooRequests,
Repeated,
NotRegistered,
APIException,
)


__version__ = '0.1'
__author__ = 'HoseanRC'
4 changes: 4 additions & 0 deletions build/lib/shadapi/accounts/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from ._client import _Client
from .connections import WebSocket, Connections
from .handler import Message
from .methods import Maker, Methods
Loading

0 comments on commit a0862ef

Please sign in to comment.