https://github.com/zyeoman/anical
Create Japanese anime iCalendar
https://github.com/zyeoman/anical
anime ics
Last synced: 2 days ago
JSON representation
Create Japanese anime iCalendar
- Host: GitHub
- URL: https://github.com/zyeoman/anical
- Owner: zYeoman
- License: gpl-3.0
- Created: 2016-11-10T13:01:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-10T17:11:02.000Z (almost 2 years ago)
- Last Synced: 2024-07-10T20:48:41.161Z (almost 2 years ago)
- Topics: anime, ics
- Language: Python
- Size: 43.9 KB
- Stars: 22
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AniCal
Generate anime iCal format file for calendar app(for example:Google Calendar)
生成 iCal 格式的日历文件,可以直接用 Google calendar 导入。效果如下图

## HowTo/ 使用
Clone and Run 克隆并运行
```shell
git clone https://github.com/zYeoman/AniCal.git
make
# make install
python3 AniCal.py
```
Add test.ics to your favourite calendar app(Google calendar or Outlook etc.)
将生成的 test.ics 添加到日历应用中。
## Test/ 测试
```shell
# pylint
make lint
# unittest
make test
```
## TODO/ 展望未来
* Web 配置页面
* 放到 VPS 上做一个服务,自动添加新的 OVA/OAD 什么的
----
Copyright (C) 2016-2017 Yongwen Zhuang