../pyintelowl_test_venv/lib/python3.8/site-packages/tinynetrc-1.3.0-py3.8.egg/tinynetrc.py:5
/home/shubham/honeynet/pyintelowl_test_venv/lib/python3.8/site-packages/tinynetrc-1.3.0-py3.8.egg/tinynetrc.py:5: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working
from collections import MutableMapping, defaultdict
../pyintelowl_test_venv/lib/python3.8/site-packages/geocoder-1.38.1-py3.8.egg/geocoder/uscensus.py:36
/home/shubham/honeynet/pyintelowl_test_venv/lib/python3.8/site-packages/geocoder-1.38.1-py3.8.egg/geocoder/uscensus.py:36: DeprecationWarning: invalid escape sequence \d
match = re.search('^\d+', self.address, re.UNICODE)