Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

discord-pomodoro

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

discord-pomodoro

  • 0.2.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Discord::Pomodoro

  • Discord::Pomodoro is a simple pomodoro bot for discord.
  • It sounds a chime on the specified voice channel
    • at **:00 (meaning "Pomodoro Start")
    • at **:50 (meaning "Breaktime Start")

Requirements

Usage

  • Docker-compose way or Docker way is recommended because
    • it's the easiest to boot
    • it does not pollute your local environment

Docker-compose way

git clone https://github.com/megane42/discord-pomodoro.git
cd discord-pomodoro
echo DISCORD_POMODORO_DISCORD_BOT_TOKEN=****** >> .env
echo DISCORD_POMODORO_DISCORD_VOICE_CHANNEL_ID=****** >> .env
docker-compose run --rm app

Docker way

export DISCORD_POMODORO_DISCORD_BOT_TOKEN=******
export DISCORD_POMODORO_DISCORD_VOICE_CHANNEL_ID=******
docker run --rm -it megane42/discord-pomodoro

Rubygems way

sudo apt-get install libsodium-dev libopus-dev ffmpeg
gem install discord-pomodoro
export DISCORD_POMODORO_DISCORD_BOT_TOKEN=******
export DISCORD_POMODORO_DISCORD_VOICE_CHANNEL_ID=******
discord-pomodoro

Development

  • Run console
    • docker-compose run --rm dev
  • Run current gem
    • docker-compose run --rm dev discord-pomodoro
  • Release

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/megane42/discord-pomodoro.

License

The gem is available as open source under the terms of the MIT License.

Sounds

OtoLogic (CC BY 4.0) https://otologic.jp (Shortbridge17-1.mp3)

FAQs

Package last updated on 10 Jul 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc