All Projects → mlegy → Slack-logger-bot

mlegy / Slack-logger-bot

Licence: other
Simple slack bot that can save all of your team messages on your server so that you can still read them even if you exceeds the 10,000 messages in the archive.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Slack-logger-bot

Slack Block Builder
Lightweight, no-dependency JavaScript library for creating Slack Block Kit UIs, with a builder syntax, inspired by SwiftUI.
Stars: ✭ 129 (+174.47%)
Mutual labels:  bots, slack-bot
iam
💚 Introduction Bot for slack teams:
Stars: ✭ 12 (-74.47%)
Mutual labels:  bots, slack-bot
Norrisbot
a Slack bot that kicks asses (roundhouse-kicks to be accurate...)
Stars: ✭ 134 (+185.11%)
Mutual labels:  bots, slack-bot
Intelligo
🤖 Chatbot Framework for Node.js.
Stars: ✭ 347 (+638.3%)
Mutual labels:  bots, slack-bot
Awesome Bots
The most awesome list about bots ⭐️🤖
Stars: ✭ 2,864 (+5993.62%)
Mutual labels:  bots, slack-bot
telegram bitcoin bot
Telegram Auto Mining Bitcoins In Termux
Stars: ✭ 115 (+144.68%)
Mutual labels:  bots
YukkiMusicBot
Telegram Group Calls Streaming bot with some useful features, written in Python with Pyrogram and Py-Tgcalls. Supporting platforms like Youtube, Spotify, Resso, AppleMusic, Soundcloud and M3u8 Links.
Stars: ✭ 860 (+1729.79%)
Mutual labels:  bots
vcodes
It is a Discord-based, open-source website. Titles it contains; code sharing, server list, Bot list, uptime system.
Stars: ✭ 151 (+221.28%)
Mutual labels:  bots
watson-discovery-news
A Node.js web app that uses the Watson Discovery News service to query and view the latest trending news items.
Stars: ✭ 39 (-17.02%)
Mutual labels:  slack-bot
zulipbot
GitHub workflow-optimizing bot by @zulip
Stars: ✭ 70 (+48.94%)
Mutual labels:  bots
replbot
Slack/Discord bot for running interactive REPLs and shells from a chat.
Stars: ✭ 169 (+259.57%)
Mutual labels:  slack-bot
exocortex-halo
Various and sundry additional pieces of software I've written to incorporate into my exocortex.
Stars: ✭ 65 (+38.3%)
Mutual labels:  bots
Flogs
An Advanced Logging Framework develop in flutter that provides quick & simple logging solution.
Stars: ✭ 158 (+236.17%)
Mutual labels:  logger
missionlog
🚀 lightweight logging • supports level based filtering and tagging • weighs in at around 500 bytes
Stars: ✭ 19 (-59.57%)
Mutual labels:  logger
handlers
Go's HTTP handlers I use in my projects
Stars: ✭ 53 (+12.77%)
Mutual labels:  logger
react-native-logger
Async aware logger for react-native with grouping and filter feature
Stars: ✭ 20 (-57.45%)
Mutual labels:  logger
Hutoma-Conversational-AI-Platform
Hu:toma AI is an open source stack designed to help you create compelling conversational interfaces with little effort and above industry accuracy
Stars: ✭ 35 (-25.53%)
Mutual labels:  bots
comedian
Comedian bot-a team management system that helps track performance and assists team members in daily remote stand-ups meetings.
Stars: ✭ 53 (+12.77%)
Mutual labels:  slack-bot
PoShLog
🔩 PoShLog is PowerShell cross-platform logging module. It allows you to log structured event data into console, file and much more places easily. It's built upon great C# logging library Serilog - https://serilog.net/
Stars: ✭ 108 (+129.79%)
Mutual labels:  logger
puts debuggerer
Ruby library for improved puts debugging, automatically displaying bonus useful information such as source line number and source code.
Stars: ✭ 82 (+74.47%)
Mutual labels:  logger

Slack logger bot

Simple slack bot that can save all of your team messages on your server so that you can still read them even if you exceeds the 10,000 messages in the archive.

The application is built with Express 4 on Node.js

Version

1.0.0

How to deply the bot

  1. Install Node.js. Check this link
  2. clone the repo:
    [email protected]:mlegy/slack-logger-bot.git
  1. install the application
    npm install & mkdir logs
  1. Install forever to make the application run permanently.
   sudo npm install -g forever
  1. Run the application as a service with forever
   forever start app.js
  1. Add an Outgoing WebHooks Integration in your Slack one for each channel form here
  2. In the URL filed of every Outgoing WebHooks write your server IP or your domain name followed by port number 3000 and logbot route. for example: http://myteam.com:3000/logbot
  3. The logs will be saved at eg http://myteam.com/slackbot/logs/channel_name.html

Credits

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].