Skip to main content

The tool to check domains or IP availability.

Project description

.. image:: https://raw.githubusercontent.com/funilrys/PyFunceble/dev/.assets/logo/RM.png

The tool to check domains or IP availability
--------------------------------------------

.. image:: https://travis-ci.com/funilrys/PyFunceble.svg?branch=dev
:target: https://travis-ci.com/funilrys/PyFunceble
.. image:: https://coveralls.io/repos/github/funilrys/PyFunceble/badge.svg?branch=dev
:target: https://coveralls.io/github/funilrys/PyFunceble?branch=dev
.. image:: https://img.shields.io/github/license/funilrys/PyFunceble.svg
:target: https://github.com/funilrys/PyFunceble/blob/dev/LICENSE
.. image:: https://img.shields.io/github/release/funilrys/PyFunceble/all.svg
:target: https://github.com/funilrys/PyFunceble/releases/latest
.. image:: https://img.shields.io/github/release/funilrys/PyFunceble.svg
:target: https://github.com/funilrys/PyFunceble/releases/latest
.. image:: https://img.shields.io/github/issues/funilrys/PyFunceble.svg
:target: https://github.com/funilrys/PyFunceble/issues
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/ambv/black

PyFunceble is the little sister of `Funceble`_ which was archived on 13th March, 2018.

Its main objective is to get and/or return the availability of domains and IPs by generating an accurate result based on results from WHOIS, NSLOOKUP and HTTP status codes.

PyFunceble is running actively and daily with the help of Travis CI under 60+ repositories. It is used to clean or test the availability of data which are present in hosts files, list of IP, list of domains, blocklists or even AdBlock filter lists.

Indeed, it is possible because PyFunceble generates a list of all `ACTIVE` domains or IPs but in the same time, it creates by default a database of the `INACTIVE` domains or IPs so it can retest them overtime automatically at the next execution.

___________________________________________

Documentation as place to be!
-----------------------------

Want to know more about **PyFunceble**?
We invite you to read the documenation at https://pyfunceble.readthedocs.io!

Want a local copy ? We get you covered!

Simply run the following and enjoy the documentation!

::

$ cd docs/
$ make html
$ chromium _build/html/index.html # Chromium or whatever browser you use.

___________________________________________

What can PyFunceble do?
-----------------------

- Test of the availability of a domain.
- Test of the availability of an IPv4.
- Test of the availability of a URL.
- Test of domain or IP which are present into an Adblock formatted file.
- Test from a given raw link.
- Save test result(s) on file(s) (in several format).
- Show test result(s) on screen.
- Show percentage of each status (:code:`ACTIVE`, :code:`INACTIVE`, :code:`INVALID`)
- Auto-continuation of tests in case of system crash or script stop.
- Filtering of a file content. This feature will let us for example test all Blogspot domain of the given file no matter the content of the file.
- Customisation of the different option via command-line arguments or configuration file.
- Set the user-agent to use for the tests.
- Give some analytic depending of the HTTP status code (:code:`ACTIVE`, :code:`POTENTIALLY_ACTIVE`, :code:`POTENTIALLY_INACTIVE`, :code:`SUSPICIOUS`).
- Continuous tests under Travis CI with the help of an autosaving and database system.
- Set branch to push the result to for the autosaving system.
- Set the minimal time before we autosave.
- Set a command to execute at the end of the test.
- Set the commit message for the autosaving system
- ... and a lot more!

___________________________________________

Supporting the project
----------------------

`PyFunceble`_, `Dead-Hosts`_, and all other analog projects are powered by free time and a lot of :coffee:!

This project helps you and/or you like it?

.. image:: https://az743702.vo.msecnd.net/cdn/kofi3.png
:target: https://ko-fi.com/V7V3EH2Y
:height: 36px

___________________________________________

Contributors
------------

Thanks to those awesome peoples for their awesome and crazy idea(s), contribution(s) and or issue report which made or make `PyFunceble`_ a better tool.
::

_______ _ _ _ _
|__ __| | | | | | | |
| | | |__ __ _ _ __ | | _____ | |_ ___ _ _ ___ _ _ | |
| | | '_ \ / _` | '_ \| |/ / __| | __/ _ \ | | | |/ _ \| | | | | |
| | | | | | (_| | | | | <\__ \ | || (_) | | |_| | (_) | |_| | |_|
|_| |_| |_|\__,_|_| |_|_|\_\___/ \__\___/ \__, |\___/ \__,_| (_)
__/ |
|___/

- dnmTX - `@dnmTX`_
- jawz101 - `@jawz101`_
- Mitchell Krog - `@mitchellkrogza`_
- Odyseus - `@Odyseus`_
- Reza Rizqullah - `@ybreza`_
- WaLLy3K - `@WaLLy3K`_
- xxcriticxx - `@xxcriticxx`_

___________________________________________

Special Thanks
--------------

Thanks to those awesome organization(s) and people(s) for

* Their awesome repository
* Their awesome documentation
* Their breaking reports
* Their contributions
* Their current work
* Their promotion of Funceble and (or indirectly) PyFunceble
* Their support
* Their testings reports

which helped and/or still help me build, test and or make `PyFunceble`_ a better tool.

::

_______ _ _ _ _
|__ __| | | | | | | |
| | | |__ __ _ _ __ | | _____ | |_ ___ _ _ ___ _ _ | |
| | | '_ \ / _` | '_ \| |/ / __| | __/ _ \ | | | |/ _ \| | | | | |
| | | | | | (_| | | | | <\__ \ | || (_) | | |_| | (_) | |_| | |_|
|_| |_| |_|\__,_|_| |_|_|\_\___/ \__\___/ \__, |\___/ \__,_| (_)
__/ |
|___/

- Adam Warner - `@PromoFaux`_
- Adblock Plus - `@adblockplus`_
- Mitchell Krog - `@mitchellkrogza`_
- Pi-Hole - `@pi-hole`_
- Reza Rizqullah - `@ybreza`_
- SMed79 - `@SMed79`_

___________________________________________

License
-------
::

MIT License

Copyright (c) 2017-2018 Nissar Chababy

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

.. _Funceble: https://github.com/funilrys/funceble
.. _PyFunceble: https://github.com/funilrys/PyFunceble
.. _Dead-Hosts: https://github.com/dead-hosts

.. _adblockplus: https://github.com/adblockplus
.. _@dnmTX: https://github.com/dnmTX
.. _@jawz101: https://github.com/jawz101
.. _@mitchellkrogza: https://github.com/mitchellkrogza
.. _@Odyseus: https://github.com/Odyseus
.. _@pi-hole: https://github.com/pi-hole/pi-hole
.. _@PromoFaux: https://github.com/PromoFaux
.. _@SMed79: https://github.com/SMed79
.. _@ybreza: https://github.com/ybreza
.. _@Wally3K: https://github.com/WaLLy3K
.. _@xxcriticxx: https://github.com/xxcriticxx

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

PyFunceble-dev-0.110.1.tar.gz (71.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

PyFunceble_dev-0.110.1-py3-none-any.whl (103.5 kB view details)

Uploaded Python 3

File details

Details for the file PyFunceble-dev-0.110.1.tar.gz.

File metadata

  • Download URL: PyFunceble-dev-0.110.1.tar.gz
  • Upload date:
  • Size: 71.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.1 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.0

File hashes

Hashes for PyFunceble-dev-0.110.1.tar.gz
Algorithm Hash digest
SHA256 78583e9de2ce162cea7efd31e7f0a69b2b8ee80fe2cbc0909f3a775b358ffc8f
MD5 7b3cc96ffb9d1124fb9d8eba6409298b
BLAKE2b-256 c56aac8e3c7e792f3a7d0fdf556fcf18c994f6011e061ed6a22234e775519e5a

See more details on using hashes here.

File details

Details for the file PyFunceble_dev-0.110.1-py3-none-any.whl.

File metadata

  • Download URL: PyFunceble_dev-0.110.1-py3-none-any.whl
  • Upload date:
  • Size: 103.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.1 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.0

File hashes

Hashes for PyFunceble_dev-0.110.1-py3-none-any.whl
Algorithm Hash digest
SHA256 879da02ea2a302a72a7c32044144a473814e93afbe2bb96c39151e35140d1926
MD5 1031dada6624fe249ab7ca77a3e8b660
BLAKE2b-256 c425d057c43cc0fa5e33962de61f6410701e636914fed84aae385e19af63ba4f

See more details on using hashes here.

Supported by

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