├── .gitignore ├── README.md ├── Shopify Keywords.py ├── requirements.txt └── shopifygif.gif /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silayman/Shopify-Keyword-Finder/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silayman/Shopify-Keyword-Finder/HEAD/README.md -------------------------------------------------------------------------------- /Shopify Keywords.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silayman/Shopify-Keyword-Finder/HEAD/Shopify Keywords.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | requests 2 | bs4 3 | -------------------------------------------------------------------------------- /shopifygif.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silayman/Shopify-Keyword-Finder/HEAD/shopifygif.gif --------------------------------------------------------------------------------