Add (news bites)

This commit is contained in:
2023-11-21 19:18:11 +08:00
parent 2e38a4120c
commit 3210563e42
37 changed files with 1581 additions and 153 deletions

71
config/feed-reader.php Normal file
View File

@@ -0,0 +1,71 @@
<?php
return [
/**
* An array of the configuration profiles that the developer may want.
*
* @var array
*/
'profiles' => [
/**
* The default configuration information
*
* @var array
*/
'default' => [
/**
* All the cache settings
*
* @var array
*/
'cache' => [
/**
* How long the cache is maintained in seconds
*
* @var int
*/
'duration' => 3600,
/**
* Whether caching is enabled.
*
* @var bool
*/
'enabled' => true,
/**
* The laravel cache driver used for caching
*
* @var string
*/
'driver' => env('CACHE_DRIVER', 'file'),
],
/**
* Whether to force the data feed to be treated as an
* RSS feed.
*
* @var bool
*/
'force-feed' => false,
/**
* Whether the RSS feed should have its output ordered by date.
*
* @var bool
*/
'order-by-date' => false,
/**
* Whether it should verify SSL, set false to make it work with self-signed certificates
*
* @var bool
*/
'ssl-verify' => true,
],
],
];

View File

@@ -10,7 +10,96 @@
'https://u.today',
],
'rss' => [
'http://news.ycombinator.com/rss',
// 'http://blog.samaltman.com/posts.atom',
// 'http://andrewchen.co/feed/',
'http://feeds.slashgear.com/slashgear',
'http://venturebeat.com/feed/',
'http://www.theverge.com/rss/full.xml',
'http://www.engadget.com/rss-full.xml',
'https://feeds2.feedburner.com/PennOlson',
'https://techcrunch.com/feed/',
'http://www.fastcodesign.com/rss.xml',
'https://techcrunch.com/startups/feed/',
'http://www.forbes.com/entrepreneurs/index.xml',
'http://www.producthunt.com/feed',
'http://hnrss.org/show',
'https://hnrss.org/launches',
'https://hnrss.org/newest?q=ai',
'https://hnrss.org/newest?q=startup',
'https://hnrss.org/newest?q=launch',
'https://hnrss.org/newest?q=model',
'https://hnrss.org/newest?q=stable%20diffusion',
'https://hnrss.org/newest?q=midjourney',
'http://feeds.feedburner.com/sachinrekhiblog',
'https://deepmind.com/blog/feed/basic/',
'https://news.mit.edu/rss/topic/artificial-intelligence2',
'http://bair.berkeley.edu/blog/feed.xml',
'https://blog.openai.com/rss/',
'http://googleresearch.blogspot.com/atom.xml',
'https://www.artificial-intelligence.blog/ai-news?format=rss',
'https://www.marktechpost.com/feed/',
'https://wgmimedia.com/feed/',
'https://dailyai.com/feed/',
'https://www.sciencedaily.com/rss/computers_math/artificial_intelligence.xml',
],
'whitelist_keywords_rss' => [
'ai',
'gpt',
'artificial intelligence',
'openai',
'cure',
'llm',
'llms',
'mistral',
'llama',
'huggingface',
'sam altman',
'microsoft',
'vulkan',
'facial recognition',
'deep learning',
'machine learning',
'dall-e',
'stable diffusion',
'sdxl',
'sd',
'midjourney',
'ai-driven',
'neural network',
'training machine',
'computing',
'mimic',
'mimics',
'breakthrough',
'groundbreaking',
'recognition',
'implants',
'robot',
'robots',
'chatgpt',
'model',
'chatbot',
'innovation',
'gpt-4',
'gpt-3',
'gpt-2',
'3d',
'vector database',
'embedding',
'embeddings',
'vr',
'tech',
],
'blacklist_keywords_rss' => [
],
'blacklist_keywords_serp' => [
'defense',
'war',
'government',
'usa',
'china',
@@ -24,12 +113,8 @@
'politic',
'contract',
'negotiat',
'complete',
'gun',
'safety',
'wrest',
'control',
'opinion',
'cop',
'race',
'porn',
@@ -62,8 +147,6 @@
'agenc',
'presiden',
'avoid',
'study',
'expert',
'agreement',
'protection',
'survey',
@@ -89,7 +172,6 @@
'concern',
'ethic',
'underage',
'guide',
],