MissKaty Bot based on Pyrogram
## NOTES If you want help me fixing some error in my bot, you can make pull request to this repo. I'm very glad if you can help me. ## Demo You can check demo this repo in this bot [MissKatyPyro](https://t.me/MissKatyRoBot) ## Features and Give Support | FEATURE MY BOT |🌱| | ------------- | ------------- | | Basic Admin Feature |✔️| | AFK Feature |✔️| | Downloader FB, TikTok and YT-DLP Support |✔️| | MultiLanguage Support (Still Beta) |⚠️| | NightMode |✔️| | ChatBot based on OpenAI |✔️| | MissKaty Mata |✔️| | Inline Search |✔️| | Sticker Tools |✔️| | PasteBin Tools |✔️| | WebScraper (Pahe, MelongMovie, LK21, Terbit21, Kusonime, etc) |✔️| | IMDB Search With Multi Language Per User |✔️| | GenSS From Media and MediaInfo Generator |✔️| | And Many More.. |✔️| * Please open this web https://yasirpedia.eu.org/ to know about me or support me. ## 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 in config files. ## Deploy (Must Use Docker to Run This Bot, since i had make it built in all requirements) - 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