Skip to content

scrape the wiki for content and generate an invitation mail for hackfridays

License

Notifications You must be signed in to change notification settings

muccc/hackfridaymailbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hackfridaymailbot

scrape the wiki for content and generate an invitation email for hackfridays

Requirements

  • bash
  • working mail or sendmail command

Deployment

With cron

  • run the script as a weekly cron-job, e.g. 0 12 * * WED \path\to\hackfridaymailbot.sh

With systemd timer

  • run the following commands
sudo cp contrib/* /etc/systemd/system/
  • adjust user, group and Execpath in /etc/systemd/system/hackfridaymailbot.service
  • enable and start timer
sudo systemctl daemon-reload
sudo systemctl enable hackfridaymailbot.timer
sudo systemctl start hackfridaymailbot.timer

About

scrape the wiki for content and generate an invitation mail for hackfridays

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages