mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-30 17:54:51 +00:00
75 lines
3 KiB
Markdown
75 lines
3 KiB
Markdown
<h1 align="center">
|
|
<p align="center"><img src="https://socialify.git.ci/yasirarism/MissKatyPyro/image?description=1&font=Raleway&forks=1&issues=1&language=1&logo=https%3A%2F%2Fi.ibb.co%2FPrNF7HY%2Fphoto-2022-12-02-22-04-51.jpg&name=1&owner=1&pulls=1&stargazers=1&theme=Dark" alt="Cover Image" width="650"></p>
|
|
<p align="center"><b>MissKaty Bot based on Pyrogram</b></p>
|
|
</h1>
|
|
|
|
## NOTES
|
|
This repo has many bugs and i dont have time to fix it. If you can help me, please open pull request (PR).
|
|
|
|
## Demo
|
|
You can check demo this repo in this bot [MissKatyPyro](https://t.me/MissKatyRoBot)
|
|
|
|
## Features
|
|
* AFK Feature, improved from Yuuki Repo.
|
|
* Bypass URL, some code from PyBypass repo.
|
|
* Improved IMDB Search with English and Indonesian Language by Me.
|
|
* Download some video from web using YT-DLP (UnStable)
|
|
* Extract subtitles & audio from URL.
|
|
* Some website scraper (like melongmovie, lk21 and terbit21).
|
|
* Mediainfo plugin.
|
|
* Genss plugin based on vcsi.
|
|
* Some pastebin (like rentry, tempaste)
|
|
* Inline search plugins.
|
|
* And some sample code to learn for you. Check more by yourself.. :)
|
|
|
|
## Variables
|
|
|
|
### Required Variables
|
|
* `BOT_TOKEN`: Create a bot using [@BotFather](https://t.me/BotFather), and get the Telegram API token.
|
|
* `API_ID`: Get this value from [telegram.org](https://my.telegram.org/apps)
|
|
* `API_HASH`: Get this value from [telegram.org](https://my.telegram.org/apps)
|
|
* `DATABASE_URI`: [mongoDB](https://www.mongodb.com) URI. Get this value from [mongoDB](https://www.mongodb.com). For more help watch this [video](https://youtu.be/1G1XwEOnxxo)
|
|
* `DATABASE_NAME`: Name of the database in [mongoDB](https://www.mongodb.com). For more help watch this [video](https://youtu.be/1G1XwEOnxxo)
|
|
* `LOG_CHANNEL` : A channel to log the activities of bot. Make sure bot is an admin in the channel.
|
|
* `USER_SESSION` : Session string for Userbot.
|
|
### Optional Variables
|
|
Check by yourself for optional vars.
|
|
|
|
## Deploy (Must Use Docker to Run This Bot)
|
|
|
|
- Start Docker daemon (Skip if already running):
|
|
```
|
|
sudo dockerd
|
|
```
|
|
- Build Docker image:
|
|
```
|
|
sudo docker build . -t misskaty
|
|
```
|
|
- Run the image:
|
|
```
|
|
sudo docker run misskaty
|
|
```
|
|
- To stop the image:
|
|
```
|
|
sudo docker ps
|
|
```
|
|
```
|
|
sudo docker stop id
|
|
```
|
|
|
|
----
|
|
|
|
|
|
## Thanks to
|
|
- Thanks To Allah Swt.
|
|
- Thanks To Dan For His Awesome [Library](https://github.com/pyrogram/pyrogram).
|
|
- Thanks To [The Hamker Cat](https://github.com/TheHamkerCat) For WilliamButcher Code.
|
|
- Thanks To [Team Yukki](https://github.com/TeamYukki) For AFK Bot Code.
|
|
- Thanks To [Wrench](https://github.com/EverythingSuckz) For Some Code.
|
|
- And All People Who Help Me In My Life...
|
|
If your code used in this repo and want to give credit please open issue..
|
|
|
|
## Disclaimer
|
|
[](https://www.gnu.org/licenses/agpl-3.0.en.html#header)
|
|
Licensed under [GNU AGPL 2.0.](https://github.com/yasirarism/MissKatyPyro/blob/master/LICENSE)
|
|
Selling The Codes To Other People For Money Is *Strictly Prohibited*. God always sees you.
|