All Projects β†’ AmanoTeam β†’ PyKorone

AmanoTeam / PyKorone

Licence: BSD-3-Clause license
PyKorone is a modern and fully asynchronous Telegram bot to improve you Telegram experience, written in Python3 using Pyrogram.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to PyKorone

AlexaSongBot
Telegram Music Bot πŸ“»
Stars: ✭ 25 (+47.06%)
Mutual labels:  pyrogram
BroadcastBot
A simple Telegram bot that can broadcast messages and media to the bot subscribers. with mongo DB support
Stars: ✭ 73 (+329.41%)
Mutual labels:  pyrogram
tgcalls
Voice chats, private incoming and outgoing calls in Telegram for Developers
Stars: ✭ 408 (+2300%)
Mutual labels:  pyrogram
Image-UploadBot
Telegram to telegra.ph image uploader bot
Stars: ✭ 44 (+158.82%)
Mutual labels:  pyrogram
MashaRoBot
MashaRoBot : πŸ“‘Editor's choice
Stars: ✭ 39 (+129.41%)
Mutual labels:  pyrogram
Message-Manager-Bot
A Telegram Message Manager Bot by @AbirHasan2005
Stars: ✭ 32 (+88.24%)
Mutual labels:  pyrogram
caligo
SelfBot for Telegram
Stars: ✭ 34 (+100%)
Mutual labels:  pyrogram
GdriveSearcherBot
Google Drive Searcher Bot Written In Python Using Pyrogram.
Stars: ✭ 57 (+235.29%)
Mutual labels:  pyrogram
Daisy-OLD
β€œ Hey there πŸ‘‹ I'm Daisy β€ž PTB Group management bot with some extra features
Stars: ✭ 43 (+152.94%)
Mutual labels:  pyrogram
SpamBot
First Spam Bot repo ever made for telegram bots. Powerful spambot for telegram made with python and telethon.
Stars: ✭ 67 (+294.12%)
Mutual labels:  pyrogram
Pyrogram
Telegram MTProto API Client Library and Framework in Pure Python for Users and Bots
Stars: ✭ 2,252 (+13147.06%)
Mutual labels:  pyrogram
DevelopersUserbot
Telegram Userbot Made for Developers by Developers
Stars: ✭ 25 (+47.06%)
Mutual labels:  pyrogram
tgintegration
Integration test and automation library for Telegram Messenger bots based on Pyrogram.
Stars: ✭ 113 (+564.71%)
Mutual labels:  pyrogram
TG-FileStreamBot
Stream Telegram files to web
Stars: ✭ 193 (+1035.29%)
Mutual labels:  pyrogram
Nana-Bot
Telegram Modular Userbot using python3.7
Stars: ✭ 38 (+123.53%)
Mutual labels:  pyrogram
FileStreamBot
Telegram File to Link Fastest Bot , Its Generate Direct Links Quickly
Stars: ✭ 99 (+482.35%)
Mutual labels:  pyrogram
StringSessionBot
Pyrogram and Telethon String Session Generator
Stars: ✭ 63 (+270.59%)
Mutual labels:  pyrogram
Userge-Assistant
assistant-bot for manage userge OT group
Stars: ✭ 34 (+100%)
Mutual labels:  pyrogram
EsseX
A telegram bot to fetch anime, character and manga info.
Stars: ✭ 40 (+135.29%)
Mutual labels:  pyrogram
CountdownTimer-TeLeTiPs
The very first powerful Telegram bot to countdown to your important events in any group chat. Live countdown timer (days : hours : minutes : seconds)
Stars: ✭ 122 (+617.65%)
Mutual labels:  pyrogram

Korone - Telegram Bot Beta badge

!DANGER!

This version is still in development!

https://app.codacy.com/project/badge/Grade/4c935499b3d74d89935ae4460db05537 Crowdin PyKorone on Telegram BSD 3-Clause License

PyKorone is a modern and fully asynchronous Telegram bot to improve you Telegram experience, written in Python3 using Pyrogram.

How to contribute

Every open source project lives from the generous help by contributors that sacrifices their time and PyKorone is no different.

Translations

Translations should be done in our Crowdin Project, as Crowdin checks for grammatical issues, provides improved context about the string to be translated and so on, thus possibly providing better quality translations. But you can also submit a pull request if you prefer to translate that way.

Bot setup

Below you can learn how to set up the PyKorone project.

Requirements

  • Python 3.9+.
  • An Unix-like operating system (Windows isn't supported).

Instructions

  1. Create a virtualenv (This step is optional, but highly recommended to avoid dependency conflicts)
    • python3 -m venv .venv (You don't need to run it again)
    • . .venv/bin/activate (You must run this every time you open the project in a new shell)
  2. Install dependencies from the pyproject.toml with python3 -m pip install . -U.
    • Use python3 -m pip install .[fast] -U to install optional dependencies.
  3. Go to https://my.telegram.org/apps and create a new app.
  4. Create a new config.toml file from the config.toml.sample file (cp config.toml.sample config.toml).
  5. Place your token, IDs and api keys to your config.toml file.

Tools and tips

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].