Phone Crawler:
Phone Crawler with multi-thread functionality
Disclaimer:
I'm not responsible for any illegal/misuse actions, this program was made for educational purposes only.
Execution:
- First install the dependencies:
pip install -r requirements.txt
- Set the URL env:
URL_TARGET='https://django-anuncios.solyd.com.br'
- Finally run the program:
py main.py
When done executing the program, it will create a ".csv" dump file for the telephone numbers that the Crawler found.
Licensing
This software is licensed under the terms of the MIT.
You can find a copy of the license in the LICENSE file