Skip to content
This repository was archived by the owner on Nov 3, 2020. It is now read-only.

Commit 1b762de

Browse files
authored
Stop updating some packages
Scrapy updating to 2.0.1 and twisted to 20.3.0 generated the script to fail. Frozen the updates to scrapy and twisted + updated attrs.
1 parent 8ed15ad commit 1b762de

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2018, Markel F.
3+
Copyright (c) 2020, Markel F.
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
Tools for crawling data from metacritic.com (for educational purposes)
33

44
**IMPORTANT NOTE:**
5-
Is under your responsibility that you respect the [Terms of Use of Metacritic](https://www.cbsinteractive.com/legal/cbsi/terms-of-use#Acceptable_Use), especially the point 11.13
5+
1. Is under your responsibility that you respect the [Terms of Use of Metacritic](https://www.cbsinteractive.com/legal/cbsi/terms-of-use#Acceptable_Use), especially the point 11.13
6+
2. This script uses some outdated packages (check #34).
67

78
## Description
89
These tools are designed for creating a SQLite file with [different kind of data](#example) that extracts from [Metacritic](https://www.metacritic.com). You won't find the result of the crawl, like a database, as this data is protected by copyright apart from that the content varies very frequently. For more information of how it works [check out this.](#method)

requirements.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1-
Scrapy >= 1.6.0
2-
tqdm >= 4.31.1
1+
Scrapy == 1.8.0
2+
tqdm >= 4.31.1
3+
4+
# Check #34
5+
twisted == 19.10.0
6+
attrs >= 19.2.0

0 commit comments

Comments
 (0)