https://github.com/kevinzhang19870314/baidu_news
Get the latest baidu news
https://github.com/kevinzhang19870314/baidu_news
Last synced: 4 months ago
JSON representation
Get the latest baidu news
- Host: GitHub
- URL: https://github.com/kevinzhang19870314/baidu_news
- Owner: KevinZhang19870314
- Created: 2023-08-24T06:11:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-24T09:10:17.000Z (over 2 years ago)
- Last Synced: 2025-03-16T20:23:39.694Z (8 months ago)
- Language: Python
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Baidu News
Write here all the useful information about your plugin.
This repository is the template to automate the release of official Deep AI plugins.
## Usage
1. Create a new repository clicking on the `Use this template` button.
2. Clone your new repo directly in the Bot's `plugins` folder.
3. Run the `setup.py` script:
```bash
python setup.py
```
The script will prompt you to write the name of your plugin and make an initial setup setting the name in the files.
4. Start developing!
> **Important**
> A new release of your plugin is triggered every time you set a new `version` in the `plugin.json` file.
> Please, remember to set it correctly every time to want to release an update.