discord-feed-bot


Namediscord-feed-bot JSON
Version 0.0.4 PyPI version JSON
download
home_pagehttps://github.com/Py-Contributors/rssfeed
SummaryDiscord bot for automating RSS feed updates.
upload_time2022-12-02 17:27:20
maintainer
docs_urlNone
authorPyContributors
requires_python>=3.1
license
keywords rssfeed rssfeedcli rssfeed-cli
VCS
bugtrack_url
requirements requests discord-webhook colorama
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <h1 align="center">RSS Feed</h1>
<p align="center">Discord bot for automating RSS feed updates.</p>

## Installation

```bash
pip install discord-feed-bot
```

## Features

- [x] Get RSS Feed from URL/File
- [x] Get Metadata from RSS Feed
- [x] Get Items from RSS Feed
- [x] Auto Update RSS Feed on Discord 

## Usage

Check out the [documentation](https://discord-feed-bot.readthedocs.io/en/latest/) for more information on how to use RSS Feed.


```python
from discord_ext import DiscordBot
feed_url = ""
discord_webhook_url = ""
sleep_time = 60 * 20  # 20 minutes 
bot = DiscordBot(feed_url, discord_webhook_url, interval=sleep_time)
bot.send_message_to_discord()
```


## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License

- [GNU General Public License v3.0](https://github.com/Py-Contributors/discord-feed-bot/LICENSE)

## Authors

- [Deepak Raj](https://github.com/codePerfectPlus)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Py-Contributors/rssfeed",
    "name": "discord-feed-bot",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.1",
    "maintainer_email": "",
    "keywords": "rssfeed,rssfeedcli,rssfeed-cli",
    "author": "PyContributors",
    "author_email": "deepak008@live.com",
    "download_url": "https://files.pythonhosted.org/packages/1a/1e/53e0a95918d9e2bca361ac43540cb30a9eaac5fe011375ceaeba436d32d3/discord-feed-bot-0.0.4.tar.gz",
    "platform": null,
    "description": "<h1 align=\"center\">RSS Feed</h1>\n<p align=\"center\">Discord bot for automating RSS feed updates.</p>\n\n## Installation\n\n```bash\npip install discord-feed-bot\n```\n\n## Features\n\n- [x] Get RSS Feed from URL/File\n- [x] Get Metadata from RSS Feed\n- [x] Get Items from RSS Feed\n- [x] Auto Update RSS Feed on Discord \n\n## Usage\n\nCheck out the [documentation](https://discord-feed-bot.readthedocs.io/en/latest/) for more information on how to use RSS Feed.\n\n\n```python\nfrom discord_ext import DiscordBot\nfeed_url = \"\"\ndiscord_webhook_url = \"\"\nsleep_time = 60 * 20  # 20 minutes \nbot = DiscordBot(feed_url, discord_webhook_url, interval=sleep_time)\nbot.send_message_to_discord()\n```\n\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\n## License\n\n- [GNU General Public License v3.0](https://github.com/Py-Contributors/discord-feed-bot/LICENSE)\n\n## Authors\n\n- [Deepak Raj](https://github.com/codePerfectPlus)\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Discord bot for automating RSS feed updates.",
    "version": "0.0.4",
    "split_keywords": [
        "rssfeed",
        "rssfeedcli",
        "rssfeed-cli"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "e5793763c4fda570b2a25bc522b241b5",
                "sha256": "75f38c8e42e829b81cec137fcc063665fc756460116061788f2fd6f3ba565107"
            },
            "downloads": -1,
            "filename": "discord_feed_bot-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e5793763c4fda570b2a25bc522b241b5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.1",
            "size": 18442,
            "upload_time": "2022-12-02T17:27:17",
            "upload_time_iso_8601": "2022-12-02T17:27:17.032935Z",
            "url": "https://files.pythonhosted.org/packages/ad/a8/e140d598de620f4490a31e282e17fb12c7b5ee06e03f91f84d48753d8876/discord_feed_bot-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "676ae1b3ccb7aef9652cc43f4c1129ae",
                "sha256": "c68a3b4f4c601888198c86ba7d66213f127d9c211101a29ba2311d38792e9162"
            },
            "downloads": -1,
            "filename": "discord-feed-bot-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "676ae1b3ccb7aef9652cc43f4c1129ae",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.1",
            "size": 17205,
            "upload_time": "2022-12-02T17:27:20",
            "upload_time_iso_8601": "2022-12-02T17:27:20.407825Z",
            "url": "https://files.pythonhosted.org/packages/1a/1e/53e0a95918d9e2bca361ac43540cb30a9eaac5fe011375ceaeba436d32d3/discord-feed-bot-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-02 17:27:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "Py-Contributors",
    "github_project": "rssfeed",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "requests",
            "specs": [
                [
                    "==",
                    "2.28.1"
                ]
            ]
        },
        {
            "name": "discord-webhook",
            "specs": [
                [
                    "==",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "colorama",
            "specs": [
                [
                    "==",
                    "0.4.6"
                ]
            ]
        }
    ],
    "lcname": "discord-feed-bot"
}
        
Elapsed time: 0.01333s