Skip to content

ValMystletainn/infiv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

infiv

infiv is a python automation project to make a customized and all-in-one newspaper with source links.

infiv means the infinite information archives.

Highlight

  1. Customizable. You can choose the infomation sources you like. And you can replace any components of the project as you like, for example, replace the LLM embedder, add a brand new process function to deal with your private data sources.
  2. Help you escaping the information bubble, bias and addictive pull-to-refresh. You should actively choose the information source you want when using this pages, which means you can control it by yourself rather than the recommendation system of the apps.
  3. Merge the similar information from different sources into one page. This will help you to avoid the redundancy infomration acquisition and biased infomation.

Usage

We use modern python packaging style -- all information in the pyproject.toml.

To prepare the dependencies and optional dependencies for the project, you can install the project in editable mode:

pip install -e .
## or add some other optional dependencies if you want to use some special features, for example
## pip install -e .[rss, crawl4ai]
## will install the optional dependencies to parse rss site to markdown and use the package crawl4ai to convert the html to markdown.
## If you don't want this package be a visible in your current python environment, you can install it to get the all dependency and then uninstall it by
## pip uninstall infiv

Then modified the config files and template files in configs/

You can use make test command to check if the output markdown file is in your need. Then set the github action config file in .github/workflows/ to do the daily work automatically.

TODO

  • add a function to call the text to image model to make a banner.
  • init rsshub instance as git submodule in the action rather than using the public one.
  • add the support from crawl4ai.
  • As a python pypi upload or focus on a script and move most of get information parts to rsshub and rsshub patch
  • auto email, telegram, wechat, etc.
  • build a jinja2 based markdwon template and refactor the source config yaml into it
  • refactor in crawl4ai
  • trace the discussion visualization of embedding in mystmd site mystmd discussion #1567

About

A self-defined daily newspaper, feeding by rss, reranking by LLM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages