├── .travis.yml ├── CODE_OF_CONDUCT.md ├── LICENSE ├── README.md ├── SEO.png ├── SEO.py ├── Test.xlsx └── requirements.txt /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/com-puter-tips/SEO-Analysis/HEAD/.travis.yml -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/com-puter-tips/SEO-Analysis/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/com-puter-tips/SEO-Analysis/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/com-puter-tips/SEO-Analysis/HEAD/README.md -------------------------------------------------------------------------------- /SEO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/com-puter-tips/SEO-Analysis/HEAD/SEO.png -------------------------------------------------------------------------------- /SEO.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/com-puter-tips/SEO-Analysis/HEAD/SEO.py -------------------------------------------------------------------------------- /Test.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/com-puter-tips/SEO-Analysis/HEAD/Test.xlsx -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | beautifulsoup4==4.11.1 2 | openpyxl==3.0.10 3 | requests==2.25.1 4 | --------------------------------------------------------------------------------