Skip to content

Scripts to identify new users and get notes in a geographical area using IRC osm-bot channel

Notifications You must be signed in to change notification settings

cliffordsnow/newUsers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

New Users

This script searches for new users and notres from the IRC channel #osm_bot on irc.oftc.net. The script checks the channel once an hour, mailing notifications when either are found.

Requirements

  • linux
  • pidgin
  • mailx

Usage

  • Configure pidgin to be started automatically when you log in. In pidgin preference, set logging to plain text and to automatically start the #osm-bot channel. See image below.
  • Configure mailx to send emails. If you don't know how to configure mailx, you'll need to search for help. With all of the different email systems, it's beyond the scope of this simple how-to.
  • Modify search_purple.sh for your email, path and search string.
  • Add search_purple.sh to crontab.
crontab-e
01 * * * * /home/user/bin/search_purple.sh > /dev/null 2>&1
  • Customize the Welcome Message for your geographical area.

Auto Start Channel

About

Scripts to identify new users and get notes in a geographical area using IRC osm-bot channel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published