diff --git a/cazette.md b/cazette.md deleted file mode 100644 index e69de29..0000000 diff --git a/generate-newsletter.sh b/generate-newsletter.sh index 53c556d..bf0107a 100755 --- a/generate-newsletter.sh +++ b/generate-newsletter.sh @@ -153,8 +153,8 @@ function include_news_api_latest_week { } function main() { - include_news_api_latest_week "Actualités" '%22open%20source%22%20OR%20%22logiciel%20libre%22' 5 - include_subreddit_top_of_the_week "Programmation" "programmation" 5 + # include_news_api_latest_week "Actualités" '%22open%20source%22%20OR%20%22logiciel%20libre%22' 5 + # include_subreddit_top_of_the_week "Programmation" "programmation" 5 include_subreddit_top_of_the_week "Go" "golang" 5 include_subreddit_top_of_the_week "Kubernetes" "kubernetes" 5 include_subreddit_top_of_the_week "Python" "python" 5