├── .gitignore ├── README.md ├── finder.py ├── requirements.txt └── screenshot ├── finder.JPG └── ndsx.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lasq88/socgholish_finder/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lasq88/socgholish_finder/HEAD/README.md -------------------------------------------------------------------------------- /finder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lasq88/socgholish_finder/HEAD/finder.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | beautifulsoup4==4.11.1 2 | requests==2.22.0 3 | -------------------------------------------------------------------------------- /screenshot/finder.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lasq88/socgholish_finder/HEAD/screenshot/finder.JPG -------------------------------------------------------------------------------- /screenshot/ndsx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lasq88/socgholish_finder/HEAD/screenshot/ndsx.png --------------------------------------------------------------------------------