feedpush


Namefeedpush JSON
Version 0.2.0 PyPI version JSON
download
home_pageNone
SummaryA simple rss/atom feed parser
upload_time2024-10-02 01:59:16
maintainerNone
docs_urlNone
authorp7e4
requires_python>=3.12
licenseGPLv3
keywords feedpsuh rss feed notify
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # feedpush

rss更新推送到飞书/企业微信/钉钉webhook群机器人


## 安装

`pip install feedpush`


## 使用

``` bash
mkdir feedpush
cd feedpush
curl -O https://github.com/p7e4/feedpush/blob/main/conf.toml
feedpush
```


## 配置修改

详见[conf.toml](https://github.com/p7e4/feedpush/blob/main/conf.toml)


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "feedpush",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "feedpsuh, rss, feed, notify",
    "author": "p7e4",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/b9/d2/0c9e774d6d8b9290b426250a712b18e7d296e51b6a096907d0a8665a8412/feedpush-0.2.0.tar.gz",
    "platform": null,
    "description": "# feedpush\n\nrss\u66f4\u65b0\u63a8\u9001\u5230\u98de\u4e66/\u4f01\u4e1a\u5fae\u4fe1/\u9489\u9489webhook\u7fa4\u673a\u5668\u4eba\n\n\n## \u5b89\u88c5\n\n`pip install feedpush`\n\n\n## \u4f7f\u7528\n\n``` bash\nmkdir feedpush\ncd feedpush\ncurl -O https://github.com/p7e4/feedpush/blob/main/conf.toml\nfeedpush\n```\n\n\n## \u914d\u7f6e\u4fee\u6539\n\n\u8be6\u89c1[conf.toml](https://github.com/p7e4/feedpush/blob/main/conf.toml)\n\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "A simple rss/atom feed parser",
    "version": "0.2.0",
    "project_urls": {
        "Issues": "https://github.com/p7e4/feedpush/issues",
        "Repository": "https://github.com/p7e4/feedpush"
    },
    "split_keywords": [
        "feedpsuh",
        " rss",
        " feed",
        " notify"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a0c3f2cd1627f0bfdcc834aa923665277e4ca1f3c3bc054c0ef99636aa029882",
                "md5": "b2e41230f28ea69567c2dbe6b38222b4",
                "sha256": "0e7396752fb538970e4cedf104c556bf9299abfcb113f2dd38043b5d714437d8"
            },
            "downloads": -1,
            "filename": "feedpush-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b2e41230f28ea69567c2dbe6b38222b4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 16526,
            "upload_time": "2024-10-02T01:59:15",
            "upload_time_iso_8601": "2024-10-02T01:59:15.164741Z",
            "url": "https://files.pythonhosted.org/packages/a0/c3/f2cd1627f0bfdcc834aa923665277e4ca1f3c3bc054c0ef99636aa029882/feedpush-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b9d20c9e774d6d8b9290b426250a712b18e7d296e51b6a096907d0a8665a8412",
                "md5": "d49c44e35c21ba782ff2131932160dde",
                "sha256": "5df818c8cea5e544e20a85cb51b15a444701ab686cd7060cfe3848bfbef95bbb"
            },
            "downloads": -1,
            "filename": "feedpush-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d49c44e35c21ba782ff2131932160dde",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 15843,
            "upload_time": "2024-10-02T01:59:16",
            "upload_time_iso_8601": "2024-10-02T01:59:16.637327Z",
            "url": "https://files.pythonhosted.org/packages/b9/d2/0c9e774d6d8b9290b426250a712b18e7d296e51b6a096907d0a8665a8412/feedpush-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-02 01:59:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "p7e4",
    "github_project": "feedpush",
    "github_not_found": true,
    "lcname": "feedpush"
}
        
Elapsed time: 1.73509s