diff --git a/404.html b/404.html index 8b02060..ff1e8c7 100644 --- a/404.html +++ b/404.html @@ -32,7 +32,7 @@
diff --git a/LICENSE-text.html b/LICENSE-text.html index d08ef62..87da6c6 100644 --- a/LICENSE-text.html +++ b/LICENSE-text.html @@ -17,7 +17,7 @@ diff --git a/articles/index.html b/articles/index.html index 7cdf0a2..5ca7273 100644 --- a/articles/index.html +++ b/articles/index.html @@ -17,7 +17,7 @@ diff --git a/articles/newscatcheR.html b/articles/newscatcheR.html index dda1d45..01ec5cd 100644 --- a/articles/newscatcheR.html +++ b/articles/newscatcheR.html @@ -33,7 +33,7 @@ diff --git a/authors.html b/authors.html index f9788cd..26b5f42 100644 --- a/authors.html +++ b/authors.html @@ -17,7 +17,7 @@ @@ -79,14 +79,14 @@Nakov N (2023). newscatcheR: Programmatically Collect Normalized News from (Almost) Any Website. -R package version 0.1.1, https://github.com/discindo/newscatcheR/. +R package version 0.1.2, https://github.com/discindo/newscatcheR/.
@Manual{, title = {newscatcheR: Programmatically Collect Normalized News from (Almost) Any Website}, author = {Novica Nakov}, year = {2023}, - note = {R package version 0.1.1}, + note = {R package version 0.1.2}, url = {https://github.com/discindo/newscatcheR/}, }diff --git a/index.html b/index.html index a39964e..2fd4f73 100644 --- a/index.html +++ b/index.html @@ -37,7 +37,7 @@ @@ -102,6 +102,7 @@
get_news(website)
returns the contents of a rss feed of a website.
library(newscatcheR)
+#> Warning: package 'newscatcheR' was built under R version 4.3.1
# adding a small time delay to avoid simultaneous posts to the API
Sys.sleep(3)
get_news("ycombinator.com")
@@ -109,16 +110,16 @@ Overview#> # A tibble: 30 × 10
#> feed_title feed_link feed_description feed_pub_date item_title
#> <chr> <chr> <chr> <dttm> <chr>
-#> 1 Hacker News https://news.yco… Links for the i… 2023-09-07 20:21:01 NSO group…
-#> 2 Hacker News https://news.yco… Links for the i… 2023-09-07 20:21:01 China's a…
-#> 3 Hacker News https://news.yco… Links for the i… 2023-09-07 20:21:01 Unpacking…
-#> 4 Hacker News https://news.yco… Links for the i… 2023-09-07 20:21:01 How Query…
-#> 5 Hacker News https://news.yco… Links for the i… 2023-09-07 20:21:01 The Servo…
-#> 6 Hacker News https://news.yco… Links for the i… 2023-09-07 20:21:01 My Node.j…
-#> 7 Hacker News https://news.yco… Links for the i… 2023-09-07 20:21:01 Show HN: …
-#> 8 Hacker News https://news.yco… Links for the i… 2023-09-07 20:21:01 I rode wi…
-#> 9 Hacker News https://news.yco… Links for the i… 2023-09-07 20:21:01 My speed …
-#> 10 Hacker News https://news.yco… Links for the i… 2023-09-07 20:21:01 The Silve…
+#> 1 Hacker News https://news.yco… Links for the i… 2023-09-19 00:30:02 Mythbuste…
+#> 2 Hacker News https://news.yco… Links for the i… 2023-09-19 00:30:02 Show HN: …
+#> 3 Hacker News https://news.yco… Links for the i… 2023-09-19 00:30:02 Mwmbl: Fr…
+#> 4 Hacker News https://news.yco… Links for the i… 2023-09-19 00:30:02 Fidonet R…
+#> 5 Hacker News https://news.yco… Links for the i… 2023-09-19 00:30:02 Van Gogh’…
+#> 6 Hacker News https://news.yco… Links for the i… 2023-09-19 00:30:02 Self-supe…
+#> 7 Hacker News https://news.yco… Links for the i… 2023-09-19 00:30:02 Making II…
+#> 8 Hacker News https://news.yco… Links for the i… 2023-09-19 00:30:02 Why and w…
+#> 9 Hacker News https://news.yco… Links for the i… 2023-09-19 00:30:02 Tackling …
+#> 10 Hacker News https://news.yco… Links for the i… 2023-09-19 00:30:02 Seeking h…
#> # ℹ 20 more rows
#> # ℹ 5 more variables: item_link <chr>, item_description <chr>,
#> # item_pub_date <dttm>, item_category <list>, item_comments <chr>
describe_url(website)
returns the topics of a given web site.
describe_url("bbc.com")
@@ -232,7 +233,7 @@ Dev status
-
+
R/newscatcheR-package.R
+ newscatcheR-package.Rd
Programmatically collect normalized news from (almost) any website. An 'R' clone of the https://github.com/kotartemiy/newscatcher 'Python' module.
+Useful links:
R/newscatcheR.R
+ Source: R/newscatcheR-package.R
newscatcheR.Rd