valhallaiq


Namevalhallaiq JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/valhalla505/valhallabot
SummaryA Telegram bot for sending emails with customizable settings.
upload_time2025-02-25 19:22:59
maintainerNone
docs_urlNone
authorAhmed
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements pyTelegramBotAPI
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ValhallaBot

ValhallaBot is a Telegram bot designed to send emails with customizable settings. It allows users to add recipient and sender emails, set email subjects and messages, and control the sending interval.

## Installation

You can install ValhallaBot using pip:

```bash
pip install valhallabot

Usage
After installing the package, you can use the bot by creating an instance of ValhallaBot and running it. Here's an example:

from valhallabot import ValhallaBot

# Create an instance of the bot
bot = ValhallaBot(bot_token="YOUR_BOT_TOKEN", admin_id=YOUR_ADMIN_ID)

# Run the bot
bot.run()
Parameters:
bot_token: Your Telegram bot token.

admin_id: Your Telegram user ID (to identify the admin).

Make sure to replace "YOUR_BOT_TOKEN" and YOUR_ADMIN_ID with your actual bot token and admin ID.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/valhalla505/valhallabot",
    "name": "valhallaiq",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Ahmed",
    "author_email": "almkhtrt@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/5f/0c/f54f26b0f4fcb11fe2eecc5f5757cb541b4372abdcc179b7936fa4b0a22f/valhallaiq-1.0.0.tar.gz",
    "platform": null,
    "description": "# ValhallaBot\r\n\r\nValhallaBot is a Telegram bot designed to send emails with customizable settings. It allows users to add recipient and sender emails, set email subjects and messages, and control the sending interval.\r\n\r\n## Installation\r\n\r\nYou can install ValhallaBot using pip:\r\n\r\n```bash\r\npip install valhallabot\r\n\r\nUsage\r\nAfter installing the package, you can use the bot by creating an instance of ValhallaBot and running it. Here's an example:\r\n\r\nfrom valhallabot import ValhallaBot\r\n\r\n# Create an instance of the bot\r\nbot = ValhallaBot(bot_token=\"YOUR_BOT_TOKEN\", admin_id=YOUR_ADMIN_ID)\r\n\r\n# Run the bot\r\nbot.run()\r\nParameters:\r\nbot_token: Your Telegram bot token.\r\n\r\nadmin_id: Your Telegram user ID (to identify the admin).\r\n\r\nMake sure to replace \"YOUR_BOT_TOKEN\" and YOUR_ADMIN_ID with your actual bot token and admin ID.\r\n\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Telegram bot for sending emails with customizable settings.",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/valhalla505/valhallabot"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cf5157f312074fc06cc652e6978177ad2b27cb70e2a1d3bc932b309e9641b0a4",
                "md5": "2311e06038df259db6c14ccce15b90bd",
                "sha256": "5e4f544a8dddef0583d3e5c5de79cee4ce10723b5033b4ee4c67bd51f72f243d"
            },
            "downloads": -1,
            "filename": "valhallaiq-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2311e06038df259db6c14ccce15b90bd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2447,
            "upload_time": "2025-02-25T19:22:58",
            "upload_time_iso_8601": "2025-02-25T19:22:58.117771Z",
            "url": "https://files.pythonhosted.org/packages/cf/51/57f312074fc06cc652e6978177ad2b27cb70e2a1d3bc932b309e9641b0a4/valhallaiq-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5f0cf54f26b0f4fcb11fe2eecc5f5757cb541b4372abdcc179b7936fa4b0a22f",
                "md5": "a2df3ba35d2453ac5e7692eb020f2c89",
                "sha256": "cd978b405f328dc7fd461be07e459b3828d8fb1a09df2740ace1e4f7412b07f8"
            },
            "downloads": -1,
            "filename": "valhallaiq-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a2df3ba35d2453ac5e7692eb020f2c89",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2283,
            "upload_time": "2025-02-25T19:22:59",
            "upload_time_iso_8601": "2025-02-25T19:22:59.318273Z",
            "url": "https://files.pythonhosted.org/packages/5f/0c/f54f26b0f4fcb11fe2eecc5f5757cb541b4372abdcc179b7936fa4b0a22f/valhallaiq-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-25 19:22:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "valhalla505",
    "github_project": "valhallabot",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "pyTelegramBotAPI",
            "specs": []
        }
    ],
    "lcname": "valhallaiq"
}
        
Elapsed time: 0.86453s