Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.51 KB

File metadata and controls

41 lines (23 loc) · 1.51 KB

Notify2 Documentation

Welcome to the Notify2 documentation! This guide provides comprehensive information on how to use, configure, and troubleshoot Notify2, a powerful Python package for sending Telegram notifications.

Table of Contents


Getting Started

For a quick introduction and basic usage examples, please refer to the main project's README.md file.

Command Line Interface (CLI)

Learn how to use Notify2 directly from your terminal. This section covers all available commands, their options, and usage examples.

Go to CLI Documentation

Python API Reference

Explore the Notify2 Python API for programmatic control over sending Telegram messages. This section details all classes, methods, and functions available for integration into your Python applications.

Go to API Documentation

Configuration

Understand the various ways to configure Notify2, including environment variables, configuration files, and in-code settings. Learn about the priority of different configuration sources.

Go to Configuration Documentation

Troubleshooting

Find solutions to common issues and errors you might encounter while using Notify2. This section provides step-by-step guidance for diagnosing and resolving problems.

Go to Troubleshooting Guide