Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperZombi committed Jan 5, 2025
1 parent c683c2c commit 72bcded
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
# patreon: # Replace with a single Patreon username
# ko_fi: # Replace with a single Ko-fi username
custom: ['https://donatello.to/super_zombi'] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
25 changes: 24 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# HdRezkaApi

<img src="https://shields.io/badge/version-v7.2-blue">
<img src="https://shields.io/badge/version-v7.2-blue"> <a href="#donate"><img src="https://shields.io/badge/💲-Support_Project-2ea043"></a>

### Install:
```
Expand Down Expand Up @@ -159,3 +159,26 @@ Manually login:
rezka = HdRezkaApi(url)
rezka.login("[email protected]", "your_password1234")
```

<br>

## 💲Donate

<table>
<tr>
<td>
<img width="18px" src="https://www.google.com/s2/favicons?domain=https://donatello.to&sz=256">
</td>
<td>
<a href="https://donatello.to/super_zombi">Donatello</a>
</td>
</tr>
<tr>
<td>
<img width="18px" src="https://www.google.com/s2/favicons?domain=https://www.donationalerts.com&sz=256">
</td>
<td>
<a href="https://www.donationalerts.com/r/super_zombi">Donation Alerts</a>
</td>
</tr>
</table>
14 changes: 14 additions & 0 deletions github/pypi.build
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"folder": "C:/Users/rost/Downloads/HdRezkaApi",
"package_name": "HdRezkaApi",
"version": "7.2.0",
"readme": "C:/Users/rost/Downloads/README.md",
"username": "Super_Zombi",
"email": "[email protected]",
"github": "https://github.com/SuperZombi/HdRezkaApi",
"python_ver": "3.9",
"dependencies": [
"requests",
"beautifulsoup4"
]
}

0 comments on commit 72bcded

Please sign in to comment.