https://github.com/seungwonpark/irc-bot
veydpz's IRC bot
https://github.com/seungwonpark/irc-bot
Last synced: 3 months ago
JSON representation
veydpz's IRC bot
- Host: GitHub
- URL: https://github.com/seungwonpark/irc-bot
- Owner: seungwonpark
- License: mit
- Created: 2018-06-15T07:46:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-16T02:45:39.000Z (over 6 years ago)
- Last Synced: 2025-03-15T20:57:05.890Z (3 months ago)
- Language: Python
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# veydpz_bot
## features
- 이 창을 띄움: `!h`
- BOJ 사찰 기능 (inspired by [minty99/BOJTracker_Bot](https://github.com/minty99/BOJTracker_Bot))
- 업비트/고팍스 코인 시세: `!c ada` (기본값: btc)
- [2018 가을학기 PL 게시판](https://ropas.snu.ac.kr/phpbb/viewforum.php?f=47) 사찰 기능
- 1분에 한 번 업데이트, `imyeoni` @ `#pl2018`
- 게시판에 새로운 글이 올라오거나, (첫 페이지 안에 있는) 글의 제목이 바뀌는 경우 메시지를 보냅니다.
- **봇을 맹신하지 말아주세요!** 알림 메시지가 제 때에 발송되지 않아 발생할 수 있는 피해에 대해 책임지지 않습니다.
- 스팸 필터링: 글 제목이 한글을 포함하지 않을 경우 스팸으로 간주## Usage
```
pip install -r requirements.txt
python bot.py
```## LICENSE
- MIT License.