Skip to content

90K2/bigboo_labs

Repository files navigation

Messrs Moony, Wormtail, Padfoot, and Prongs Purveyors of Aids to Magical Mischief-Makers are proud to present THE MARAUDER'S GITHUB

yandex_money_http_handler

  • http_handler : simple webhook based on bottle microframework. ;
  • transfer_validation: check integrity of received payments data ;
  • nginx.conf: one nginx location for redirect Yandex data from front -> python webhook ;

skype_bot

Usage: insert your Id/Secret into skype_sender and call skype_sender:main passing message and skype_id as argument. Important to know:

  • if you want to send message to the private chat skype_id = skype_login ;
  • if you want to send message to the conversation skype_id = chat_id ;

How to add skype bot into chat group: you can send message to chat with bot, so that chat will show up in recent chats. Next go to target group and use "Add" button in the top right corner (NOT over group properties) and pick bot from displayed list

How to get skype chat id : just use web version, open target group and filter browser console requests by '@thread' , thread id will be in requests list

telegram_bot

Usage: pass your message and chat_if to tg_sender:main

Note: this module is a part of Nagios notification system. So argument msg_type allow to insert emodji status into message. Also demonstrated how to use emodji in telegram bot

jira_cloud_backup How to Automate Backups for JIRA Cloud applications

Usage:

  • replace JIRA_HOST to your "company.atlassian.net" address;
  • insert correct user credentials auth = HTTPBasicAuth("_user", "_pass"). Important: user must have access to Administration-Backup

aws_api