Skip to content

kotaoue/pomoslack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pomoslack

GitHub

Overview

ポモドーロ・テクニックお助け用スクリプト
コマンドラインからslackにリマインダを登録したり、
1日の総ポモドーロ数を集計したりする。

Dependency

Python

  • Python3
  • requests

Slack

トークン 習得方法

  1. https://api.slack.com/ -> click 'Start Building'
  2. Create App
  3. Basic Information -> Add features and functionality -> Premissions
  4. Scopes -> User Token Scopes -> Add an OAuth Scope

Setup

$ pip3 install -r requirements.txt

Usage

  • リマインダの登録
    $ python3 pomoslack.py 
    remind at 2020-04-16 00:25:00
    
  • 60分後にリマインダを登録
    $ python3 pomoslack.py -m 60
    remind at 2020-04-16 01:00:00
    
  • リマインダ文言と日付毎に集計する
    $ python3 pomoslack.py -a
    +-------------+-----------+--------+
    |  time       |  text     |  count |
    +-------------+-----------+--------+
    |  2020-04-14 |  test     |  1     |
    |  2020-04-14 |  :tomato: |  10    |
    |  2020-04-15 |  :tomato: |  13    |
    +-------------+-----------+--------+
    

License

MITっす。

References

kotaoue/clitable

About

script for set reminder for pomodoro in slack.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages