mirari commited on
Commit
8dafb74
·
verified ·
1 Parent(s): fdd1fb3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -22,6 +22,13 @@ Moreover, we can find the text in the original version in the "articleBody" div,
22
  These two files are the ones that we have uploaded to this dataset.
23
  We can see the code below.
24
 
 
 
 
 
 
 
 
25
 
26
  About the Plena Inclusión España data, we are using the news as well.
27
  In this case, they are in the url https://www.plenainclusion.org/noticias.
 
22
  These two files are the ones that we have uploaded to this dataset.
23
  We can see the code below.
24
 
25
+ ```
26
+ import os
27
+ from bs4 import BeautifulSoup
28
+ from urllib.request import urlopen
29
+
30
+ urls = []
31
+ ´´´
32
 
33
  About the Plena Inclusión España data, we are using the news as well.
34
  In this case, they are in the url https://www.plenainclusion.org/noticias.