429429 "avatar_url" : " https://avatars.githubusercontent.com/u/11041007?v=4" ,
430430 "score" : -104.04
431431 }
432+ },
433+ "errbotio/err-backend-mattermost" : {
434+ "Mattermost" : {
435+ "path" : " src/err-backend-mattermost/err-backend-mattermost.plug" ,
436+ "repo" : " https://github.com/errbotio/err-backend-mattermost" ,
437+ "documentation" : " Mattermost backend for Errbot." ,
438+ "name" : " Mattermost" ,
439+ "python" : " 2" ,
440+ "avatar_url" : " https://avatars.githubusercontent.com/u/15802630?v=4" ,
441+ "score" : 139.28
442+ },
443+ "TestPlugin" : {
444+ "path" : " tests/plugins/test.plug" ,
445+ "repo" : " https://github.com/errbotio/err-backend-mattermost" ,
446+ "documentation" : " A Test plugin" ,
447+ "name" : " TestPlugin" ,
448+ "python" : " 3" ,
449+ "avatar_url" : " https://avatars.githubusercontent.com/u/15802630?v=4" ,
450+ "score" : 139.28
451+ }
452+ },
453+ "errbotio/err-backend-slackv3" : {
454+ "SlackV3" : {
455+ "path" : " src/slackv3/slackv3.plug" ,
456+ "repo" : " https://github.com/errbotio/err-backend-slackv3" ,
457+ "documentation" : " Backend for Slack's Real Time Messaging and Events APIs." ,
458+ "name" : " SlackV3" ,
459+ "python" : " 2" ,
460+ "avatar_url" : " https://avatars.githubusercontent.com/u/15802630?v=4" ,
461+ "score" : 111.68
462+ }
463+ },
464+ "marksull/err-backend-cisco-webex-teams" : {
465+ "CiscoWebexTeams" : {
466+ "path" : " CiscoWebexTeams.plug" ,
467+ "repo" : " https://github.com/marksull/err-backend-cisco-webex-teams" ,
468+ "documentation" : " This is a backend implementation for Cisco Webex Teams" ,
469+ "name" : " CiscoWebexTeams" ,
470+ "python" : " 3.6.0" ,
471+ "avatar_url" : " https://avatars.githubusercontent.com/u/1705633?v=4" ,
472+ "score" : 80.76
473+ },
474+ "ExampleFlow" : {
475+ "path" : " plugins/err-example-flow/exampleflow.plug" ,
476+ "repo" : " https://github.com/marksull/err-backend-cisco-webex-teams" ,
477+ "documentation" : " This is example of how to use Errbot flow control" ,
478+ "name" : " ExampleFlow" ,
479+ "python" : " 3" ,
480+ "avatar_url" : " https://avatars.githubusercontent.com/u/1705633?v=4" ,
481+ "score" : 80.76
482+ },
483+ "ExampleLarge" : {
484+ "path" : " plugins/err-example-large/examplelarge.plug" ,
485+ "repo" : " https://github.com/marksull/err-backend-cisco-webex-teams" ,
486+ "documentation" : " This is a simple plugin example that demonstrates how to work with large blocks of text" ,
487+ "name" : " ExampleLarge" ,
488+ "python" : " 3" ,
489+ "avatar_url" : " https://avatars.githubusercontent.com/u/1705633?v=4" ,
490+ "score" : 80.76
491+ },
492+ "ExampleWithCards" : {
493+ "path" : " plugins/err-example-cards/examplecards.plug" ,
494+ "repo" : " https://github.com/marksull/err-backend-cisco-webex-teams" ,
495+ "documentation" : " This is a simple plugin example with cards to get you started." ,
496+ "name" : " ExampleWithCards" ,
497+ "python" : " 3" ,
498+ "avatar_url" : " https://avatars.githubusercontent.com/u/1705633?v=4" ,
499+ "score" : 80.76
500+ },
501+ "ExampleUpload" : {
502+ "path" : " plugins/err-example-upload/exampleupload.plug" ,
503+ "repo" : " https://github.com/marksull/err-backend-cisco-webex-teams" ,
504+ "documentation" : " This is a simple plugin example with upload to get you started." ,
505+ "name" : " ExampleUpload" ,
506+ "python" : " 3" ,
507+ "avatar_url" : " https://avatars.githubusercontent.com/u/1705633?v=4" ,
508+ "score" : 80.76
509+ },
510+ "ExampleSimple" : {
511+ "path" : " plugins/err-example-simple/examplesimple.plug" ,
512+ "repo" : " https://github.com/marksull/err-backend-cisco-webex-teams" ,
513+ "documentation" : " This is a simple plugin example" ,
514+ "name" : " ExampleSimple" ,
515+ "python" : " 3" ,
516+ "avatar_url" : " https://avatars.githubusercontent.com/u/1705633?v=4" ,
517+ "score" : 80.76
518+ },
519+ "ExampleRemember" : {
520+ "path" : " plugins/err-example-remember/exampleremember.plug" ,
521+ "repo" : " https://github.com/marksull/err-backend-cisco-webex-teams" ,
522+ "documentation" : " This is a plugin example on how to remember data between calls." ,
523+ "name" : " ExampleRemember" ,
524+ "python" : " 3" ,
525+ "avatar_url" : " https://avatars.githubusercontent.com/u/1705633?v=4" ,
526+ "score" : 80.76
527+ },
528+ "ExampleNotFound" : {
529+ "path" : " plugins/err-example-not-found/examplenotfound.plug" ,
530+ "repo" : " https://github.com/marksull/err-backend-cisco-webex-teams" ,
531+ "documentation" : " This is a plugin that adds a custom not found error message to the bot." ,
532+ "name" : " ExampleNotFound" ,
533+ "python" : " 3" ,
534+ "avatar_url" : " https://avatars.githubusercontent.com/u/1705633?v=4" ,
535+ "score" : 80.76
536+ },
537+ "ExampleTemplate" : {
538+ "path" : " plugins/err-example-templates/exampletemplate.plug" ,
539+ "repo" : " https://github.com/marksull/err-backend-cisco-webex-teams" ,
540+ "documentation" : " This is a plugin that leverages Errbot templates" ,
541+ "name" : " ExampleTemplate" ,
542+ "python" : " 3" ,
543+ "avatar_url" : " https://avatars.githubusercontent.com/u/1705633?v=4" ,
544+ "score" : 80.76
545+ },
546+ "ExampleSendCallback" : {
547+ "path" : " plugins/err-example-send-callback/examplesendcallback.plug" ,
548+ "repo" : " https://github.com/marksull/err-backend-cisco-webex-teams" ,
549+ "documentation" : " This is a simple plugin example to show how to create a send callback handler" ,
550+ "name" : " ExampleSendCallback" ,
551+ "python" : " 3" ,
552+ "avatar_url" : " https://avatars.githubusercontent.com/u/1705633?v=4" ,
553+ "score" : 80.76
554+ }
555+ },
556+ "vasilcovsky/errbot-backend-botframework" : {
557+ "BotFramework" : {
558+ "path" : " botframework.plug" ,
559+ "repo" : " https://github.com/vasilcovsky/errbot-backend-botframework" ,
560+ "documentation" : " Backend implementation for Bot Framework (https://www.botframework.com)" ,
561+ "name" : " BotFramework" ,
562+ "python" : " 2" ,
563+ "avatar_url" : " https://avatars.githubusercontent.com/u/977901?v=4" ,
564+ "score" : 44.120000000000005
565+ }
566+ },
567+ "cloudflare/GHC-Errbot" : {
568+ "Google-Hangouts-Chat" : {
569+ "path" : " hangouts-chat.plug" ,
570+ "repo" : " https://github.com/cloudflare/GHC-Errbot" ,
571+ "documentation" : " A Google-Hangouts-Chat backend for Err" ,
572+ "name" : " Google-Hangouts-Chat" ,
573+ "python" : " 2" ,
574+ "avatar_url" : " https://avatars.githubusercontent.com/u/314135?v=4" ,
575+ "score" : 73.96
576+ }
577+ },
578+ "attakei/errcron" : {
579+ "Errcron" : {
580+ "path" : " samples/errcron_demo.plug" ,
581+ "repo" : " https://github.com/attakei/errcron" ,
582+ "documentation" : " Crontab implementation for Errbot(It is a demo plugin)" ,
583+ "name" : " Errcron" ,
584+ "python" : " 2+" ,
585+ "avatar_url" : " https://avatars.githubusercontent.com/u/668834?v=4" ,
586+ "score" : 56.68
587+ }
588+ },
589+ "ESSS/err-jenkins" : {
590+ "Jenkins" : {
591+ "path" : " esss_jenkins.plug" ,
592+ "repo" : " https://github.com/ESSS/err-jenkins" ,
593+ "documentation" : " ESSS Jenkins workflow helper" ,
594+ "name" : " Jenkins" ,
595+ "python" : " 3" ,
596+ "avatar_url" : " https://avatars.githubusercontent.com/u/1074769?v=4" ,
597+ "score" : 10.439999999999998
598+ }
599+ },
600+ "attakei/err-storage-yaml" : {
601+ "YAML" : {
602+ "path" : " yaml.plug" ,
603+ "repo" : " https://github.com/attakei/err-storage-yaml" ,
604+ "documentation" : " YAML save/load storage for Errbot" ,
605+ "name" : " YAML" ,
606+ "python" : " 2" ,
607+ "avatar_url" : " https://avatars.githubusercontent.com/u/668834?v=4" ,
608+ "score" : -26.880000000000003
609+ }
610+ },
611+ "Team488/meeting-bot" : {
612+ "XMeeting" : {
613+ "path" : " are_we_meeting.plug" ,
614+ "repo" : " https://github.com/Team488/meeting-bot" ,
615+ "documentation" : " A meeting helper bot" ,
616+ "name" : " XMeeting" ,
617+ "python" : " 2+" ,
618+ "avatar_url" : " https://avatars.githubusercontent.com/u/3441816?v=4" ,
619+ "score" : -117.76
620+ }
621+ },
622+ "TheArchives/Inter" : {
623+ "Chat" : {
624+ "path" : " plugins/chat.plug" ,
625+ "repo" : " https://github.com/TheArchives/Inter" ,
626+ "documentation" : " A plugin for relaying chat between servers" ,
627+ "name" : " Chat" ,
628+ "python" : " 2" ,
629+ "avatar_url" : " https://avatars.githubusercontent.com/u/1098410?v=4" ,
630+ "score" : -148.96
631+ },
632+ "Authentication" : {
633+ "path" : " plugins/auth.plug" ,
634+ "repo" : " https://github.com/TheArchives/Inter" ,
635+ "documentation" : " A plugin for simple API-key based authentication" ,
636+ "name" : " Authentication" ,
637+ "python" : " 2" ,
638+ "avatar_url" : " https://avatars.githubusercontent.com/u/1098410?v=4" ,
639+ "score" : -148.96
640+ },
641+ "Players" : {
642+ "path" : " plugins/players.plug" ,
643+ "repo" : " https://github.com/TheArchives/Inter" ,
644+ "documentation" : " A plugin that tracks online players on all connected servers." ,
645+ "name" : " Players" ,
646+ "python" : " 2" ,
647+ "avatar_url" : " https://avatars.githubusercontent.com/u/1098410?v=4" ,
648+ "score" : -148.96
649+ }
650+ },
651+ "theho/thehobot" : {
652+ "example" : {
653+ "path" : " example/example.plug" ,
654+ "repo" : " https://github.com/theho/thehobot" ,
655+ "documentation" : " Just an example" ,
656+ "name" : " example" ,
657+ "python" : " 3" ,
658+ "avatar_url" : " https://avatars.githubusercontent.com/u/1423278?v=4" ,
659+ "score" : -136.64
660+ }
661+ },
662+ "shuiiiiiimu/hatter" : {
663+ "Hello" : {
664+ "path" : " plugins/hello/hello.plug" ,
665+ "repo" : " https://github.com/shuiiiiiimu/hatter" ,
666+ "documentation" : " This is a simple plugin example to get you started." ,
667+ "name" : " Hello" ,
668+ "python" : " 2+" ,
669+ "avatar_url" : " https://avatars.githubusercontent.com/u/6757399?v=4" ,
670+ "score" : -130.92
671+ },
672+ "Example" : {
673+ "path" : " plugins/err-example/example.plug" ,
674+ "repo" : " https://github.com/shuiiiiiimu/hatter" ,
675+ "documentation" : " This is a simple plugin example to get you started." ,
676+ "name" : " Example" ,
677+ "python" : " 2+" ,
678+ "avatar_url" : " https://avatars.githubusercontent.com/u/6757399?v=4" ,
679+ "score" : -130.92
680+ }
432681 }
433- }
682+ }
0 commit comments