# Check Filtering
[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/) [![GitHub release](https://img.shields.io/github/release/hatamiarash7/CheckFiltering.svg)](https://GitHub.com/hatamiarash7/CheckFiltering/releases/) [![Release](https://github.com/hatamiarash7/CheckFiltering/actions/workflows/release.yml/badge.svg)](https://github.com/hatamiarash7/CheckFiltering/actions/workflows/release.yml) ![GitHub](https://img.shields.io/github/license/hatamiarash7/jira-asset-manager) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/check-filter?label=Supported%20versions)
Check URLs that filtered ( or not ) in Iran
## Requirements
- Python 3.10+
## Install
```bash
pip install check-filter
```
You can also download wheel package from [release](https://github.com/hatamiarash7/CheckFiltering/releases/latest) page.
## Usage
You can use this package in three ways:
1. Single domain
```bash
check-filter domain github.com
```
![single](.github/single.png)
2. Multiple domains
```bash
check-filter domains github.com,google.com
```
![single](.github/multiple.png)
3. From a file
Create a file from your website URLs. Put each URL in a new line.
```text
github.com
arash-hatami.ir
facebook.com
gitlab.com
google.com
pornhub.com
pypi.org
twitter.com
gsm.ir
xnxx.com
cloudflare.com
stackoverflow.com
```
Then run the following command:
```bash
check-filter file list
```
![single](.github/file.png)
---
## Support 💛
[![Donate with Bitcoin](https://img.shields.io/badge/Bitcoin-bc1qmmh6vt366yzjt3grjxjjqynrrxs3frun8gnxrz-orange)](https://donatebadges.ir/donate/Bitcoin/bc1qmmh6vt366yzjt3grjxjjqynrrxs3frun8gnxrz) [![Donate with Ethereum](https://img.shields.io/badge/Ethereum-0x0831bD72Ea8904B38Be9D6185Da2f930d6078094-blueviolet)](https://donatebadges.ir/donate/Ethereum/0x0831bD72Ea8904B38Be9D6185Da2f930d6078094)
[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/D1D1WGU9)
<div><a href="https://payping.ir/@hatamiarash7"><img src="https://cdn.payping.ir/statics/Payping-logo/Trust/blue.svg" height="128" width="128"></a></div>
## Contributing 🤝
Don't be shy and reach out to us if you want to contribute 😉
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request
## Issues
Each project may have many problems. Contributing to the better development of this project by reporting them. 👍
Raw data
{
"_id": null,
"home_page": "https://arash-hatami.ir",
"name": "check-filter",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.10,<4.0",
"maintainer_email": "",
"keywords": "internet,censorship,filtering",
"author": "Arash Hatami",
"author_email": "hatamiarash7@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/2c/dd/e8dc789382323d96d81039242a447f4317de1e3436e75bea320372c87466/check_filter-2.3.4.tar.gz",
"platform": null,
"description": "# Check Filtering\n\n[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/) [![GitHub release](https://img.shields.io/github/release/hatamiarash7/CheckFiltering.svg)](https://GitHub.com/hatamiarash7/CheckFiltering/releases/) [![Release](https://github.com/hatamiarash7/CheckFiltering/actions/workflows/release.yml/badge.svg)](https://github.com/hatamiarash7/CheckFiltering/actions/workflows/release.yml) ![GitHub](https://img.shields.io/github/license/hatamiarash7/jira-asset-manager) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/check-filter?label=Supported%20versions)\n\nCheck URLs that filtered ( or not ) in Iran\n\n## Requirements\n\n- Python 3.10+\n\n## Install\n\n```bash\npip install check-filter\n```\n\nYou can also download wheel package from [release](https://github.com/hatamiarash7/CheckFiltering/releases/latest) page.\n\n## Usage\n\nYou can use this package in three ways:\n\n1. Single domain\n\n ```bash\n check-filter domain github.com\n ```\n\n ![single](.github/single.png)\n\n2. Multiple domains\n\n ```bash\n check-filter domains github.com,google.com\n ```\n\n ![single](.github/multiple.png)\n\n3. From a file\n\n Create a file from your website URLs. Put each URL in a new line.\n\n ```text\n github.com\n arash-hatami.ir\n facebook.com\n gitlab.com\n google.com\n pornhub.com\n pypi.org\n twitter.com\n gsm.ir\n xnxx.com\n cloudflare.com\n stackoverflow.com\n ```\n\n Then run the following command:\n\n ```bash\n check-filter file list\n ```\n\n ![single](.github/file.png)\n\n---\n\n## Support \ud83d\udc9b\n\n[![Donate with Bitcoin](https://img.shields.io/badge/Bitcoin-bc1qmmh6vt366yzjt3grjxjjqynrrxs3frun8gnxrz-orange)](https://donatebadges.ir/donate/Bitcoin/bc1qmmh6vt366yzjt3grjxjjqynrrxs3frun8gnxrz) [![Donate with Ethereum](https://img.shields.io/badge/Ethereum-0x0831bD72Ea8904B38Be9D6185Da2f930d6078094-blueviolet)](https://donatebadges.ir/donate/Ethereum/0x0831bD72Ea8904B38Be9D6185Da2f930d6078094)\n\n[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/D1D1WGU9)\n\n<div><a href=\"https://payping.ir/@hatamiarash7\"><img src=\"https://cdn.payping.ir/statics/Payping-logo/Trust/blue.svg\" height=\"128\" width=\"128\"></a></div>\n\n## Contributing \ud83e\udd1d\n\nDon't be shy and reach out to us if you want to contribute \ud83d\ude09\n\n1. Fork it!\n2. Create your feature branch: `git checkout -b my-new-feature`\n3. Commit your changes: `git commit -am 'Add some feature'`\n4. Push to the branch: `git push origin my-new-feature`\n5. Submit a pull request\n\n## Issues\n\nEach project may have many problems. Contributing to the better development of this project by reporting them. \ud83d\udc4d\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Check URLs that filtered ( or not ) in Iran.",
"version": "2.3.4",
"project_urls": {
"Bug Tracker": "https://github.com/hatamiarash7/CheckFiltering/issues",
"Homepage": "https://arash-hatami.ir",
"Repository": "https://github.com/hatamiarash7/CheckFiltering"
},
"split_keywords": [
"internet",
"censorship",
"filtering"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "53befd7f4697e8b2aa347a811317b10c9b82befd145bae23479f41e85a2735a4",
"md5": "eeacd95843527aa24ef6977da62ba077",
"sha256": "beb2abc415de604b7a8fad57488f54058bd43ad139e0712894f2f99fdf026f18"
},
"downloads": -1,
"filename": "check_filter-2.3.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "eeacd95843527aa24ef6977da62ba077",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10,<4.0",
"size": 6160,
"upload_time": "2024-02-25T10:01:13",
"upload_time_iso_8601": "2024-02-25T10:01:13.007906Z",
"url": "https://files.pythonhosted.org/packages/53/be/fd7f4697e8b2aa347a811317b10c9b82befd145bae23479f41e85a2735a4/check_filter-2.3.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2cdde8dc789382323d96d81039242a447f4317de1e3436e75bea320372c87466",
"md5": "f9d93664dc2a9c693e382306fda97d5b",
"sha256": "dd3c929c9d70501b0556277a6f025bb5359c05ce0bdfd539c62cabfb0a8ef028"
},
"downloads": -1,
"filename": "check_filter-2.3.4.tar.gz",
"has_sig": false,
"md5_digest": "f9d93664dc2a9c693e382306fda97d5b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10,<4.0",
"size": 4818,
"upload_time": "2024-02-25T10:01:14",
"upload_time_iso_8601": "2024-02-25T10:01:14.573878Z",
"url": "https://files.pythonhosted.org/packages/2c/dd/e8dc789382323d96d81039242a447f4317de1e3436e75bea320372c87466/check_filter-2.3.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-02-25 10:01:14",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "hatamiarash7",
"github_project": "CheckFiltering",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "check-filter"
}