Telephone Numbers

The darc.proxy.tel module contains the auxiliary functions around managing and processing the telephone numbers.

Currently, the darc project directly save the telephone numbers extracted to the data storage file PATH without further processing.

darc.proxy.tel.save_tel(link)[source]

Save telephone number.

The function will save telephone number to the file as defined in PATH.

Parameters:

link (Link) – Link object representing the telephone number.

Return type:

None

darc.proxy.tel.PATH = '{PATH_MISC}/tel.txt'

Path to the data storage of bitcoin addresses.

darc.proxy.tel.LOCK: multiprocessing.Lock | threading.Lock | contextlib.nullcontext

I/O lock for saving telephone numbers PATH.