Skip to main content

Package Description

Project description

THIS IS A DRAFT VERSION OF README.md

Mizuhara


Create Your Telegram Bot More Easily.(Draft)


I. Introduction

When you create a telegram bot with python, you may face with PyTelegramBotAPI or python-telegram-bot. You may recognise that it is not easy to handler both two packages to create your own telegram bot. These package are not a framework, so you have to design all structure from the scratch. You have to all functions to message or callback handlers as a minimum, additionally you may have to create another global variables to control telegram bot more precisely. If you have any experience to write a code with python packages related with telegram, you might be frustrated that your code is so verbose and seems not to be able to be done maintenance.

This project, which is called Mizuhara(the origin of water), was started to solve the difficulties during producing telegram bot. Mizuhara is mimic Django Rest API Framework(DRF), so you have to set the route, view as well as serializers. Only difference between Mizuhara and Django is, the previous one does not provide any models, which are charge of defining table of database. Mizuhara was created to be used with connecting REST-API server.


II. How to Use

1. Prerequisite
  • Python up to 3.11 version or equal.
  • pip
2. Installation

Install 'Mizuhara' by executing shell command below in your virtual environment.

pip install -y mizuhara

After installation, you can use command 'mizuhara' on your shell terminal.

mizuhara --help
3. Create Project or App

Like Django, 'Mizuhara' requires to create project and app folder via command 'mizuhara'. App, like a app in Django, is a smallest unit in your telegram bot project

# create prject
mizuhara newproject

# create application in your project
mizuhara newapp <YOUR_APP_NAME>

You do not have to create your project first. If there is no project and you try to create an app, 'Mizuhara' will create file system for your project automatically.

4. Write Your Code in Your Application Folder

Please refer to the documentation at the link below.

4. Development Logs

  • 2025.03.23 : Start demo test.
  • 2025.03.22 : 1st debugging on PyPi. (current Pypi version is 0.0.18)
  • 2025.03.18 : Convert filesystem for PyPi packaging.
  • 2025.03.13 : Complete to create a draft version.
  • 2025.02.07 : Start project 'telebot_framework'

THIS IS A DRAFT VERSION OF README.md

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mizuhara-0.0.21.tar.gz (18.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mizuhara-0.0.21-py2.py3-none-any.whl (25.2 kB view details)

Uploaded Python 2Python 3

File details

Details for the file mizuhara-0.0.21.tar.gz.

File metadata

  • Download URL: mizuhara-0.0.21.tar.gz
  • Upload date:
  • Size: 18.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for mizuhara-0.0.21.tar.gz
Algorithm Hash digest
SHA256 1488068ac0ea44e3a223b8cb94cb2b5779f66d22c1251bba6af412d91807d2a4
MD5 58938ec860d0a1d1a255ffcffad19c05
BLAKE2b-256 b05dded13a1a5066975cd6bbd31b74550a0bb764249d3c8f01d6f4f71f204e19

See more details on using hashes here.

File details

Details for the file mizuhara-0.0.21-py2.py3-none-any.whl.

File metadata

  • Download URL: mizuhara-0.0.21-py2.py3-none-any.whl
  • Upload date:
  • Size: 25.2 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for mizuhara-0.0.21-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 5186c271a04ac36c711562ee3b94b14e7d4b504ac28e131b5283a727ed9a42b3
MD5 347dd57e477332d4b82c708a878b9aef
BLAKE2b-256 1c0105443b81d17c4246f903792b21893b427e69696116e952b3839b88e4a032

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page