An add-on extension to Pyrogram for absolute beginners
Project description
PyStark
An add-on extension to Pyrogram for absolute beginners, to create telegram bots more easily.
Documentation
Read the Documentation : https://pystark.codes/
What's the main purpose?
There are some things that are common in most of the telegram bots. This library simplifies the development process by generating boilerplate code and easing the overall creation.
Features
-
Addons - Any project using
pystark
can enable in-built addons that come with pystark. For example, default addons automatically add some commands like /start, /help, /about and /id.Of course that can be turned off using project settings
-
Databases - There are in-built functions that help in using databases. The databases include
postgres
,tinydb
andtelegramdb
To know more about using databases in pystark - Click Here
-
Boilerplate Code - You can generate a boilerplate with all the files you will need using our command line utility. Optionally, you can generate it with added Heroku Support (app.json, Procfile, etc.).
To know more, about generating a boilerplate - Click Here
-
Easy-To-Use - There are multiple things that make this library easy-to-use.
- Start the bot using only 2-lines of code.
from pystark import Stark
Stark().activate()
-
Easy-to-use methods and decorators.
-
Ability to customize everything.
-
And much more.
Credits
Community and Support
PyStark Telegram Updates - pystark
Telegram Channel - StarkBots
Telegram Chat - StarkBotsChat
Copyright and License
-
Copyright (C) 2021-2022 Stark Bots <https://github.com/StarkBotsIndustries>
-
Licensed under the terms of GNU General Public License v3 or later (GPLv3+)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file PyStark-1.2.0.tar.gz
.
File metadata
- Download URL: PyStark-1.2.0.tar.gz
- Upload date:
- Size: 39.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 76a2ceb130b40004f6654fe9ddc1a37818724b042785a98e13784f2b84db48cb |
|
MD5 | f748387a6712e78ddbcf5a6a70b5296f |
|
BLAKE2b-256 | 2c72bdb96fab3fdcdcf51ab8b17e446672886222491a1a476b7bb4985d90c0f9 |