Skip to content

Выгружаем свои оценки фильмов с kinopoisk.ru.

License

Notifications You must be signed in to change notification settings

TyVik/rating_kinopoisk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Scraper for dump your film ratings from kinopoisk.ru.

Installation

$ pip install -r requirements.txt
$ scrapy startproject scraper
$ cd scraper
$ scrapy genspider kinopoisk www.kinopoisk.ru

Configure

Setup cookie ya_sess_id in scraper.spiders.KinopoiskSpider.COOKIES.

Run

Update by uid from cookies.

$ scrapy crawl kinopoisk -o ratings.csv -t csv -a user_id=<uid>

Related link

Article with detail (ru)

About

Выгружаем свои оценки фильмов с kinopoisk.ru.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages