From 348236c6fe2b149aa3cf82a14e81216cb15a3ce1 Mon Sep 17 00:00:00 2001
From: novica 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/.
Citation
@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 @@ Overview
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