Metadata-Version: 2.1
Name: 0rss
Version: 1.0.2
Summary: Simple RSS data saver.
Home-page: https://github.com/mindey/0rss
Author: Mindey
Author-email: ~@mindey.com
License: MIT
Description: ハロー・ゼロ
        ============
        
        使い方
        ------
        
        `pip install 0rss`
        
        Then, simply use the command periodically:
        
        `0rss https://0oo.li/feed/en`
        
        This will save data periodically, to:
        
        `~/.metadrive/data/0rss-0oo.li:default/Post`
        
        多源用法
        --------
        
        If you want to seprate different sessions and sources, just use name param:
        
        `0rss https://0oo.li/feed/en --name mindey@example.com`
        
        This will save to:
        `~/.metadrive/data/0rss-0oo.li:mindey@example.com/Post`
        
        The `--name` value can be arbitray filesystem-compatible filename sub-string, so, you can use it to separate data by accounts, languages, or other features.
        
        **NOTE**: Corresponding auth and session data will be stored in `~/.metadrive/sessions` folder.
        
        指定したフォルダーへ保存
        ------------------------
        
        Saving to custom folder simply pass `--path` parameter, like:
        
        `0rss https://hub.baai.ac.cn/rss --name Mindey --path /home/mindey/Desktop/mydata`
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
Provides-Extra: test
