-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
47 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,3 +19,4 @@ costflow.json | |
beancount_bot.yml | ||
bot.session | ||
*.egg-info/ | ||
.pypirc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,40 @@ | ||
# beancount_bot | ||
A telegram bot designed for Beancount | ||
|
||
适用于 Beancount 记账的 Telegram 机器人 | ||
|
||
![GitHub](https://img.shields.io/github/license/kaaass/beancount_bot) | ||
![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/kaaass/beancount_bot?color=green&label=version) | ||
![PyPI](https://img.shields.io/pypi/v/beancount_bot) | ||
|
||
## Features | ||
|
||
- 支持简易鉴权 | ||
- 内建自由且强大的模板语法,适用于各种记账需求 | ||
- 允许通过插件扩展记账语法 | ||
|
||
## 安装 | ||
|
||
```shell | ||
pip install beancount_bot | ||
``` | ||
|
||
## 使用 | ||
|
||
1. 下载示例配置文件 `beancount_bot.example.yml`、`template.example.yml` | ||
2. 修改后保存为 `beancount_bot.yml`、`template.yml` | ||
3. 执行 `beancount_bot` | ||
|
||
## 推荐插件 | ||
|
||
1. [kaaass/beancount_bot_costflow](https://github.com/kaaass/beancount_bot_costflow) | ||
|
||
欢迎在 Issue 推荐优秀插件。 | ||
|
||
## 插件开发 | ||
|
||
请查阅项目 Wiki。 | ||
|
||
## Roadmap | ||
|
||
1. [ ] 支持定时备份 | ||
2. [ ] 支持账单导入 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters