Skip to content

proxeter/canary.icu-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

canary.icu-bot

Canarian news bot

Requirements

  • redis
# docker run example

docker run --name redis \
    -v /tmp/data:/data \
    --network canary.icu-net \
    --rm  -d redis

Running

docker run --rm --name canary.icu-bot \
    --network canary.icu-net \
    -e REDIS_HOST=redis \
    -e REDIS_PORT=6379 \
    -e API_KEY=[BOT-API-KEY] \
    -e CHANNEL_ID=[CHANNEL-ID] \
    -e DEBOUNCE=3000 \
    iknpx/canary.icu-bot

Used Feeds

About

canary.icu news feed bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages