Skip to content

Commit 1db89de

Browse files
committed
docs: use shields.io badges in README header links.
1 parent 39063b2 commit 1db89de

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Telegram Multi-Account Message Sender
22

3-
[CI/CD Pipeline](https://github.com/VoxHash/Telegram-Multi-Account-Message-Sender/actions/workflows/ci.yml)
4-
[License: EPL-2.0](https://opensource.org/licenses/EPL-2.0)
5-
[Made with ❤️ by VoxHash](https://voxhash.dev)
6-
[Docker](https://www.docker.com/)
7-
[Python 3.10+](https://www.python.org/downloads/)
8-
[PyQt5](https://www.riverbankcomputing.com/software/pyqt/)
9-
[Telethon](https://github.com/LonamiWebs/Telethon)
10-
[Code style: black](https://github.com/psf/black)
11-
[Imports: isort](https://github.com/pycqa/isort)
12-
[GitHub Sponsors](https://github.com/sponsors/VoxHash)
3+
[![CI/CD Pipeline](https://github.com/VoxHash/Telegram-Multi-Account-Message-Sender/actions/workflows/ci.yml/badge.svg)](https://github.com/VoxHash/Telegram-Multi-Account-Message-Sender/actions/workflows/ci.yml)
4+
[![License: EPL-2.0](https://img.shields.io/badge/License-EPL--2.0-blue.svg)](https://opensource.org/licenses/EPL-2.0)
5+
[![Made with ❤️ by VoxHash](https://img.shields.io/badge/Made%20with%20❤️%20by-VoxHash%20Technologies-red.svg)](https://voxhash.dev)
6+
[![Docker](https://img.shields.io/badge/Docker-Ready-2496ED?logo=docker)](https://www.docker.com/)
7+
[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)
8+
[![PyQt5](https://img.shields.io/badge/PyQt5-5.15+-green.svg)](https://www.riverbankcomputing.com/software/pyqt/)
9+
[![Telethon](https://img.shields.io/badge/Telethon-1.24+-orange.svg)](https://github.com/LonamiWebs/Telethon)
10+
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
11+
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-1674b1.svg)](https://github.com/pycqa/isort)
12+
[![GitHub Sponsors](https://img.shields.io/github/sponsors/VoxHash?label=Sponsors&logo=github&color=ea4aaa)](https://github.com/sponsors/VoxHash)
1313

1414
A professional-grade desktop application for managing and sending messages across multiple Telegram accounts with advanced features like scheduling, spintax, media support, and compliance controls.
1515

0 commit comments

Comments
 (0)