Guest User

Untitled

a guest
Jul 17th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. .
  2. ├── requirements.txt
  3. ├── .venv
  4. ├── url
  5. | ├── geckodriver
  6. | ├── scrapy.cfg
  7. | ├── url
  8. | | ├── items.py
  9. | | ├── middlewares.py
  10. | | ├── pipelines.py
  11. | | ├── settings.py
  12. | | ├── spiders
  13. | | | ├── store1.py
  14. | | | ├── store2.py
  15. | | | ├── ...
  16. ├── product
  17. | ├── geckodriver
  18. | ├── scrapy.cfg
  19. | ├── product
  20. | | ├── items.py
  21. | | ├── middlewares.py
  22. | | ├── ...
Add Comment
Please, Sign In to add comment