PostmanCollectionTransformerBot

command module
v0.0.0-...-6c232d5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 14, 2021 License: GPL-3.0 Imports: 10 Imported by: 0

README

PostmanCollectionTransformerBot

Telegram bot to transform postman collections from v1 to v2 written in Go

Build:

GOOS=linux go build .

Run:

./PostmanCollectionTransformerBot -token={telegram_token}

/lib/systemd/system/PostmanCollectionTransformerBot.service:

[Unit]
Description=PostmanCollectionTransformerBot
After=network-online.target

[Service]
Type=simple
EnvironmentFile=-/root/PostmanCollectionTransformerBot.env
ExecStart=/root/PostmanCollectionTransformerBot -token $POSTMAN_COLLECTION_TRANSFORMER_BOT_TOKEN
Restart=on-failure

[Install]
WantedBy=multi-user.target

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL