Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mickael-kerjean/irc-bot
https://github.com/mickael-kerjean/irc-bot
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mickael-kerjean/irc-bot
- Owner: mickael-kerjean
- License: other
- Created: 2022-01-17T05:30:30.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-17T06:44:10.000Z (almost 3 years ago)
- Last Synced: 2024-02-24T23:33:22.113Z (9 months ago)
- Language: Go
- Size: 1.26 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is an IRC bot that makes it possible to log your IRC chanel. This is what powers the support website of Filestash: https://support.filestash.app/
# Build
Build:
```
docker build --no-cache --pull . -t machines/irc_bot
docker push machines/irc_bot
```
Run:
```
docker run --name irc_bot -v /tmp/irclog:/app/logs -e BOT_CHANNELS="#freenode" -e BOT_NICK=nickname -e BOT_USER=username -e BOT_REALNAME=RealName -e BOT_PASSWORD=password machines/irc_bot
```# Credit
- @cadmus is the original author
- authors of library without whom I probably would have use discord, slack or whatever chat message of the day