Skip to content

alxsad/PostmanCollectionTransformerBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages