telebot-constructor


Nametelebot-constructor JSON
Version 0.0.8 PyPI version JSON
download
home_page
SummaryNo-code Telegram bot constructor
upload_time2023-08-22 19:51:24
maintainer
docs_urlNone
authorIgor Vaiman
requires_python>=3.10,<4.0
licenseGPL-3
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # telebot-constructor

Free & open-source Telegram bot constructor with no-code web UI, using as backend [telebot-components](https://github.com/bots-against-war/telebot-components).

## Development

### Dev setup

1. The project uses Poerty 1.5.1 (see [installation instruction](https://python-poetry.org/docs/master#installing-with-the-official-installer)). Using it,
   install Python package with the backend API code:

```bash
poetry install
```

<spoiler>
  Poetry details
  <details>
    - You might need to manually install dynamic versioning plugin (without it local build will
      always have version `0.0.0`):
      ```bash
      poetry self add poetry-dynamic-versioning-plugin
      ```
    - To create virtualenv inside the project’s root directory, use command
    `bash
    poetry config virtualenvs.in-project false --local
    `
  </details>
</spoiler>

2. Start backend/API application

```sh
export TELEBOT_CONSTRUCTOR_DEBUG=1
python run_polling.py
```

2. Frontend uses `npm` v16+, use it to install the dependencies and run the dev server for frontend

```bash
npm install
npm run dev
```

3. Visit `http://localhost:8081` in the browser.


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "telebot-constructor",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Igor Vaiman",
    "author_email": "gosha.vaiman@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/c8/a6/85f2426b27f8e689c3f9fbb8f3a010c5d743509450e5849f5819fe3b3492/telebot_constructor-0.0.8.tar.gz",
    "platform": null,
    "description": "# telebot-constructor\n\nFree & open-source Telegram bot constructor with no-code web UI, using as backend [telebot-components](https://github.com/bots-against-war/telebot-components).\n\n## Development\n\n### Dev setup\n\n1. The project uses Poerty 1.5.1 (see [installation instruction](https://python-poetry.org/docs/master#installing-with-the-official-installer)). Using it,\n   install Python package with the backend API code:\n\n```bash\npoetry install\n```\n\n<spoiler>\n  Poetry details\n  <details>\n    - You might need to manually install dynamic versioning plugin (without it local build will\n      always have version `0.0.0`):\n      ```bash\n      poetry self add poetry-dynamic-versioning-plugin\n      ```\n    - To create virtualenv inside the project\u2019s root directory, use command\n    `bash\n    poetry config virtualenvs.in-project false --local\n    `\n  </details>\n</spoiler>\n\n2. Start backend/API application\n\n```sh\nexport TELEBOT_CONSTRUCTOR_DEBUG=1\npython run_polling.py\n```\n\n2. Frontend uses `npm` v16+, use it to install the dependencies and run the dev server for frontend\n\n```bash\nnpm install\nnpm run dev\n```\n\n3. Visit `http://localhost:8081` in the browser.\n\n",
    "bugtrack_url": null,
    "license": "GPL-3",
    "summary": "No-code Telegram bot constructor",
    "version": "0.0.8",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "59b6d9dfd7ec81af21687e158828f6ca7ae79968714b5e92fef38b3033410a2e",
                "md5": "1291a596a04232431c86f495a5b627ea",
                "sha256": "78f22deec5ff7f9ea393042a5359aa7349cbb43193ecf97f9fa1f1b4de845534"
            },
            "downloads": -1,
            "filename": "telebot_constructor-0.0.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1291a596a04232431c86f495a5b627ea",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 30713,
            "upload_time": "2023-08-22T19:51:23",
            "upload_time_iso_8601": "2023-08-22T19:51:23.351377Z",
            "url": "https://files.pythonhosted.org/packages/59/b6/d9dfd7ec81af21687e158828f6ca7ae79968714b5e92fef38b3033410a2e/telebot_constructor-0.0.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c8a685f2426b27f8e689c3f9fbb8f3a010c5d743509450e5849f5819fe3b3492",
                "md5": "b12af1c3e57585b7eee08f8f6f30a859",
                "sha256": "fd0295a334c135fc2a9a4d6cba14ff0d5d8269b315faf1aad1d8f4c8497a2ca3"
            },
            "downloads": -1,
            "filename": "telebot_constructor-0.0.8.tar.gz",
            "has_sig": false,
            "md5_digest": "b12af1c3e57585b7eee08f8f6f30a859",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 25374,
            "upload_time": "2023-08-22T19:51:24",
            "upload_time_iso_8601": "2023-08-22T19:51:24.981066Z",
            "url": "https://files.pythonhosted.org/packages/c8/a6/85f2426b27f8e689c3f9fbb8f3a010c5d743509450e5849f5819fe3b3492/telebot_constructor-0.0.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-22 19:51:24",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "telebot-constructor"
}
        
Elapsed time: 0.11817s