Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leonardodalinky/im-remind
https://github.com/leonardodalinky/im-remind
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/leonardodalinky/im-remind
- Owner: leonardodalinky
- License: mit
- Created: 2022-05-22T15:43:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-22T17:47:00.000Z (over 2 years ago)
- Last Synced: 2024-10-28T04:47:17.146Z (3 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# im-remind
## Install
```
pip install im-remind
```## Usage
See the help page.
TL;DR:
```
im-remind -h
```Or:
```
python -m im-remind
```## Config file
Config file can simplify the usage of im-remind.
A template config file is provided in the `example_config.yaml`.
```yaml
qq:
token:
api-path:
# session is used for simplify the command-line
session:
qq:
group:
tg:
token:
api-path:
```Replace the appropriate fields with your own values.
**Then, move the config file to `~/.im_remind.yaml` or `~/.config/im_remind.yaml`**
## Examples
```
im-remind qq "JOJO,我不想再做人了!!"
```