Social validator
❓ What's this
This is a library for validating data from social networks and messengers,
such as identifiers, usernames, etc.
⚡ Motivation
The motivation behind creating this library stemmed from the lack of a
centralized database containing restrictions for each service.
Often, validating data correctly requires thoroughly analyzing documentation
or manually testing validation.
This library aims to solve this problem but is currently available only for Python.
💽 Installation
You can use pip or
fext to install the library:
fext install social-validator
✨ Usage
The interface for validating the values of each service looks like this:
from social_validator import telegram
telegram.is_valid_id("test_user_id")
telegram.validate_id("test_user_ID")
telegram.validate_command("cmd") and telegram.is_valid_command("cmd")
Documentation for each method is available via docstrings.
If you really need documentation as a separate page, please open issue.
⚠️ Roadmap
The project is under development and is moving to a stable version.
To track the status, you can follow the link.
🛠️ Contributing
If you want to contribute to development, request a feature, or report a bug,
please open an issue
with the appropriate label.