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.PATH = '{PATH_MISC}/tel.txt'¶
Path to the data storage of bitcoin addresses.
See also
- darc.proxy.tel.LOCK: Union[multiprocessing.Lock, threading.Lock, contextlib.nullcontext]¶
I/O lock for saving telephone numbers
PATH
.See also