Skip to content

Ansible deployment role for vk-to-telegram-bot by Igg

Notifications You must be signed in to change notification settings

evilgn0me/vktg-role

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VKTG

This role installs https://github.com/lgg/vk-to-telegram-bot reposting bot. This bot reposts feed from vk to telegram channel or chat.

It supports only Centos 7 for now. Also remi php repo will be installed.

How to use:

First you need to set in your ansible.cfg:

hash_behaviour = merge

You need to change vktg_config array for variables needed for bot to work. Variables are self explanatory. These are only ones which needed to bot to work, for other variables please check defaults/main.yml.

vktg_config:
  vk_id: 'user or group id goes here'
  vk_token: 'service access key here'
  tg_token: 'your bot access token here'
  tg_name: 'your bot name here'
  tg_chat: 'your telegram chat or channel'
  name: 'bot name for text messages'

TO DO

  • Add more config Variables.
  • Add ability use php already installed on server.
  • Add debian or ubuntu support.

License

BSD

Author Information

An optional section for the role authors to include contact information, or a website (HTML is not allowed).

About

Ansible deployment role for vk-to-telegram-bot by Igg

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages