Metadata-Version: 2.1
Name: valhallabott
Version: 1.0.0
Summary: A Telegram bot for sending emails with customizable settings.
Home-page: https://github.com/valhalla505/valhallabot
Author: Ahmed
Author-email: almkhtrt@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# ValhallaBot
```
What This
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:
```

```
#code
from valhallabott import ValhallaBot
bot = ValhallaBot(bot_token="YOUR_BOT_TOKEN", admin_id=YOUR_ADMIN_ID)
bot.run()
```
```valhalla
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.
```

