Skip to content

infra-workshop/iw_discord_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Bot for infra-workshop

How to use

git pull
cd iw_discord_bot
python -m venv .venv
source .venv/bin/activate
python3 -m pip install -r requirements.txt
cp config.ini.sample config.ini
# you need inject token and wordpress url for config.ini
python3 iw_discord_bot.py
# this program is run once.
# need run everyday ? let write cron !

or

git pull
cd iw_discord_bot
python -m venv .venv
source .venv/bin/activate
python3 -m pip install -r requirements.txt
cp config.ini.sample config.ini
# you need inject token and wordpress url for config.ini
zip -r iw_discord_bot.zip ./*
# Let's deploy zip file to AWS_Lambda !

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages