Skip to content

Ollebo/slackclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slack Client

Small python script for sending messages to telegram both message and to include a image. Simple to add file and then use in yor own python apps to integrate with telegram

Buld and run

In the fins folder (ORe what you called it)

Build

docker-compose build

Run

docker-compose up

When you devlope you can set so the docker only trace fstab and you can exec into the contaner and start the service from inside the docker. This is good when you develope.

  1. Set docker-comopse to use fstab
command: tail -f /etc/fstab
  1. Start up with docker compose
docker-compose up
  1. Exec into the continer

find the container

docker ps

Exec into

docker exec -it "ID OF CONTANER" sh 
  1. Start the service
python3 run.py

About

A slack client to use

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published