Skip to content

SZRabinowitz/groupme-minyan-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python GroupMe Minyanim Bot

  • real minyan data not implemented yet - Coming later

To start:

  • Clone this repo: git clone https://github.com/SZRabinowitz/groupme-minyan-bot
  • cd to the bot dir cd groupme-minyan-bot
  • Make a groupme bot. For now, leave the callback url empty.
  • Install wasmer: curl https://get.wasmer.io -sSfL | sh
  • Install uv curl -LsSf https://astral.sh/uv/install.sh | sh
  • login using wasmer login
  • open wasmer.toml and replace abc123 with the actual groupme bot id.
uv venv .env
source .env/bin/activate
uv pip install -r requirements.txt
wasmer deploy

Wasmer deploy will give you a deployement URL, use it for groupme bot callback url, with /minyanim at the end.

Now, send /minyan in your group to get the minyan list.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages