Skip to main content

Python print for stdout and slack

Project description

# python_slack_print

## About

python_slack_print is a simple printer for both stdout and slack channel

## Examples

```python
from slack_print import SlackPrint

sp = SlackPrint('<your-slack-access-token>', '#general')

# Print
sp.print('hello world')

# Upload a file
sp.upload('hello.txt')
```

## Installation

```
$ pip install python_slack_print
```

## Tip

### Replace your print() with sp.print()

You can replace your print() with sp.print() with UNIX command.
Below is one of the simplest ways. (There must be a better way.)

```
sed -i -e "s/print(/sp.print(/g" <file-to-be-replaced>
```

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python_slack_print-1.0.5.tar.gz (1.7 kB view hashes)

Uploaded Source

Built Distribution

python_slack_print-1.0.5-py3.6.egg (3.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page