- Python 3.6+
You must set credential for Twitter:
- By command line options:
--api-key
,--api-secret
,--access-token
, and--access-token-secret
- Or, by environment variables:
CSN_API_KEY
,CSN_API_SECRET
,CSN_ACCESS_TOKEN
, andCSN_ACCESS_TOKEN_SECRET
docker run -it --rm camphor/schedule-notifier
pip install -U .
- Run
schedule-notifier
For more information, run schedule-notifier --help
- Install:
pip install -U -e '.[test]'
- Run tests:
tox
MIT License. See LICENSE.