Skip to content

igayevoy/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 ;

I spent many a lot of time searching how to find out this f**g chat_id. Very simple: enter /get name in conversation :simple_smile:

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

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.3%
  • Nginx 0.7%