Metadata-Version: 2.1
Name: notifier_botty
Version: 0.1.2
Summary: A package for automating experts login and notifications
Author: Dharshan
Author-email: dharshanspn@mail.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: selenium
Requires-Dist: pytz
Requires-Dist: requests

#  Notifier

A Python library for notifying users about available questions through Telegram. This library automates the login process, checks for available questions, and sends notifications.

## Features

- Automated login to  account.
- Periodically checks for available questions.
- Sends notifications via Telegram.

## Installation

To install the `notifier` library, you can use pip:

```bash
pip install notifier_botty
