Skip to content

Saltinbocca/playdede_scraper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quickstart

pip install poetry
poetry install
poetry shell
scrapy crawl playdede -O data.json

NOTE: This project was only tested on Python 3.8, but should work with any version of Python 3.

IDE

For Python there are several good IDEs, but my recommendation is PyCharm: https://www.jetbrains.com/pycharm/

Scrapy's Documentation

We use Scrapy to crawl and scrape playdede, you can find here the official documentation (it's pretty good) I recommend reading the official documentation, but before that you could check out this YouTube video, which offers a nice introduction to Scrapy.

Other

This web is good to practice scraping, if you need to.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%