Skip to main content

A package for sending logs to Telegram channels

Project description

Telegram error tracker

Telegram-error-tracker is a Python package.

Features

Installation

pip install loggram

Usage

Contributing

Contributions are welcome! If you find a bug or have a suggestion, please open an issue.

License

This project is licensed under the MIT License - see the LICENSE file for details.

⚠️ Security Notice

Important: Ensure the secure handling of your API keys and secrets. Do not hard code sensitive information directly in your source code. Consider using environment variables or a secure configuration management system to store and retrieve confidential data.

For example, you can use the python-decouple library along with a .env file to manage your project's configuration:

  1. Install python-decouple:

    pip install python-decouple
    
  2. Create a .env file in your project's root directory and add your secret information:

    SECRET_KEY=your_actual_secret_key
    
  3. In your code, use python-decouple to access your configuration variables:

    from decouple import config
    
    secret_key = config('SECRET_KEY')
    

By following secure practices, you help protect your application and sensitive data.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

loggram-1.0.0.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

loggram-1.0.0-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page