Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

opsdroid

An open source python chat-ops bot framework for creating your own chatbots.
Collective - Host: opensource - https://opencollective.com/opsdroid - Website: https://opsdroid.github.io/ - Code: https://github.com/opsdroid

Add welcome message config option to the docs (#435) (#438)

github.com/opsdroid/opsdroid - 2bc6881970f6e07709775142acece4b5912e2fa1 authored about 7 years ago
Add CodeTriage badge to opsdroid/opsdroid (#436)

Adds a badge showing the number of people helping this repo on CodeTriage.

[![Open Source Hel...

github.com/opsdroid/opsdroid - 83f5c719d3d6e339648444a9d813a8fd23047660 authored about 7 years ago
Add maintainer logo

github.com/opsdroid/style-guidelines - d8aef5d072c89fabe04e3154687bf7a1aca6accb authored about 7 years ago
create by default sqlite.db in DEFAULT_ROOT_PATH (fixes #5)

github.com/opsdroid/database-sqlite - ebb2fa6d704df68de7a3c98a3374fa341423b9bf authored about 7 years ago
use aiosqlite instead of sqlite3 (fixes #2)

github.com/opsdroid/database-sqlite - 1a8909897c80cb027c577c3b893a0a73e48747b3 authored about 7 years ago
stop using reserved names (#3, #4)

github.com/opsdroid/database-sqlite - 24be25d36e65c9727cd965a5135a8aecfa8c0ee6 authored about 7 years ago
Update aiohttp from 2.3.9 to 2.3.10 (#432)

github.com/opsdroid/opsdroid - 386f2a7e0789c56de5e68b9cf1a930534f277219 authored about 7 years ago
Update pytest from 3.3.2 to 3.4.0 (#431)

github.com/opsdroid/opsdroid - 5ba5b595ba00eb973ea3edbfa9f5eb27f065372f authored about 7 years ago
Embedded API endspoints and version variable (#430)

* API Endpoint and version embedded

* API endpoint and version embedded as variable

DIALOG...

github.com/opsdroid/opsdroid - f9834f3024e8eebe8b731c55828dfe424dd412ce authored about 7 years ago
implement the sqlite interface

github.com/opsdroid/database-sqlite - a0fe50a4472b08d7aded0f203e22ab8f21999612 authored about 7 years ago
Added pypi version image to README (#428)

* Added pypi version image to README

* Update README.md

* Update README.md

github.com/opsdroid/opsdroid - 34e64bae9862d94a89d965e2f98d90f6a69e16c2 authored about 7 years ago
Increment version to v0.11.2 (#426)

github.com/opsdroid/opsdroid - a29f1c80323302510143d6c03a9cbb15d23c0526 authored about 7 years ago
Update documentation/parsers to allow different languages (#423)

* Update documentation/parsers to mention/support different languages in the matchers

* Updat...

github.com/opsdroid/opsdroid - 15ff45141c129c47bb825fe7e2c17b6f3fe11544 authored about 7 years ago
Updated README.md (#425)

The contributing link in the contributors section now points to docs/contributing.md.

github.com/opsdroid/opsdroid - 815c2c9f350a46acbd067b86ca677fbdfe29d7e0 authored about 7 years ago
Activating Open Collective (#421)

* Added CONTRIBUTING.md (optional)

* Added .github/ISSUE_TEMPLATE.md (optional)

* Added ba...

github.com/opsdroid/opsdroid - 3a6a08dbd3ef7c61579a6e5dd4ca7d04d75860a6 authored about 7 years ago
#23 Fix link to documentation (#25)

github.com/opsdroid/opsdroid.github.io - 8b3c052972de7305078091cda067d2aa468f072b authored about 7 years ago
Add tweet badge (#420)

github.com/opsdroid/opsdroid - 6bad49eff84a4c29c41d3edc10598f185b4898e2 authored about 7 years ago
Add github buttons (#24)

github.com/opsdroid/opsdroid.github.io - a5748b8b62224c19098cdf2caa5d0fb66769024e authored about 7 years ago
Update astroid from 1.6.0 to 1.6.1 (#419)

github.com/opsdroid/opsdroid - 6226208833708ac4e86094b8d442658047f87805 authored about 7 years ago
Update pylint from 1.8.1 to 1.8.2 (#418)

github.com/opsdroid/opsdroid - f7559d2cda9283fa8602767c5aebf18d7169cab2 authored about 7 years ago
Added `-it` param to `docker run` installation with Docker (#417)

Document use of interactive shell in docker

github.com/opsdroid/opsdroid - 3ac9c51e887b983bf92e57ffe0c0d33d07b64ed9 authored about 7 years ago
Update setup.py (#415)

Change license to Apache License 2.0 (#396)

github.com/opsdroid/opsdroid - 8ea9a431c8a835192da6838cc4b33e3894bc2585 authored about 7 years ago
Add skill info in Adding Skills tutorial #377 (#414)

github.com/opsdroid/opsdroid - d8e09a1553198a51aeb746525671901b7d600676 authored about 7 years ago
Add importlib.util import to loader.py file (opsdroid#410) (#411)

Fix 'importlib' has no 'util' attribute issue.

github.com/opsdroid/opsdroid - 0e6c0e414540f9995f469f5b9bea91eb14412d87 authored about 7 years ago
Update arrow from 0.12.0 to 0.12.1 (#407)

github.com/opsdroid/opsdroid - a09731279af0a531e606dfe6c04b1fe5419329a7 authored about 7 years ago
Update git modules on startup (#409)

* add git pull capability to loader

* refactor _install_module to simplify level of abstracti...

github.com/opsdroid/opsdroid - 5dc72924f3163696f63c7b7de8c8da4d1fcdabb3 authored about 7 years ago
Increment to v0.11.1 (#408)

github.com/opsdroid/opsdroid - f3bebfaa8a5d9b817eca60157c0f677a02a46dda authored about 7 years ago
remove useless pylint disable comment (#406)

github.com/opsdroid/opsdroid - 4cd166c68ec3db88c2e16d89fb7a130eb95d2a44 authored about 7 years ago
Update deps from mkdocs (#405)

github.com/opsdroid/opsdroid - e7fd8db7f265c64bad1e8041335a9432e993dc7c authored about 7 years ago
Update google-api-python-client from 1.6.4 to 1.6.5

github.com/opsdroid/opsdroid-audio - 6c06e7e2c4062d48ec943a5526f736fb86c38aa4 authored about 7 years ago
Fix the current mkdocs.yml and add tests for future use (#399)

* Add tests for documentation build to Travis CI

* Fix broken docs

* Move mkdocs deps to r...

github.com/opsdroid/opsdroid - a6b5408a81f86e628ad404f4fa771b389249d963 authored about 7 years ago
Fix more mkdocs links (#398)

github.com/opsdroid/opsdroid - b1ada496e6e461e700fe186717b8802eb2e61f85 authored about 7 years ago
Fix yaml formatting (#397)

github.com/opsdroid/opsdroid - 5d7908ad483eb46ea2af505751d06b2a6cc6537a authored about 7 years ago
Increase version to 0.11.0 (#394)

github.com/opsdroid/opsdroid - 2b20e803733db09ad4643be00b2af11ecea1eeb8 authored about 7 years ago
Add Rasa training note (#393)

github.com/opsdroid/opsdroid - 35060cdbe4a186ffa19ab24e4124b1957188f907 authored about 7 years ago
Try pip3 if pip is not found (#387)

* Try pip3 if pip is not found

* Refactor duplicated code

* Divide try statements for both...

github.com/opsdroid/opsdroid - 5eb11f71087fe84b6b95b6e3323c419cfb5499b1 authored about 7 years ago
Add high res gitter badge (#392)

github.com/opsdroid/opsdroid - 111bb53f370a0d42d5d8ce404308cf03667124b2 authored about 7 years ago
Update aiohttp from 2.3.8 to 2.3.9 (#391)

github.com/opsdroid/opsdroid - dfec61450ef4be0e6db6541dc8e233231a6bbb54 authored about 7 years ago
Add windows support (#382)

* Start on windows support

* More windows fixes

* Remove linting on appveyor

* Get it l...

github.com/opsdroid/opsdroid - eaac31ea39eb845aa68dbefe74c575b8c114cf66 authored about 7 years ago
Update the README for multiple room config

github.com/opsdroid/connector-matrix - 393efce80e18a3c83f2f53898234595f255df08f authored about 7 years ago
Add basic recognition of multiple rooms

github.com/opsdroid/connector-matrix - 0f164867ade669f24c22bf25fbe73f4b669569ff authored about 7 years ago
Account for multiple room IDs

github.com/opsdroid/connector-matrix - ba8a792dfd489a5290e39b08db4c37b1ef908534 authored about 7 years ago
Adjust listen() to listen for all rooms the connector knows about

Also use the room ID when creating the message object so it knows what's what

github.com/opsdroid/connector-matrix - 3e61a8450f2b6e8a065fe5c78ce3f4a8606df9c7 authored about 7 years ago
Reinstate fallback of single room

If only one is specified in the config

github.com/opsdroid/connector-matrix - 2c6ab015d4b63dd24cda7934bc38ae61fa009e68 authored about 7 years ago
Have respond() send to the room it received from

Rather than to the dafault room

github.com/opsdroid/connector-matrix - 05a86299a8e1606b696d0aa57608d5997b8a3e98 authored about 7 years ago
Remove extra memory warnings and expand on startup warning (#390)

github.com/opsdroid/opsdroid - ea1108662e6231a5dd0db19bf98a86f4cfdb2f46 authored about 7 years ago
Set parsers to [] if None (#389)

github.com/opsdroid/opsdroid - 867154aa0000f5c5a12c6a8b169de80f840545af authored about 7 years ago
Update aiohttp from 2.3.7 to 2.3.8 (#388)

github.com/opsdroid/opsdroid - d199708db7f0dcf718dd432f94a7932dc03e3ca5 authored about 7 years ago
added section explaining how to add your skill to the help output

github.com/opsdroid/skill-help - bb15418b7aa601244810c0513ccec7aeba39ff71 authored about 7 years ago
initial commit

github.com/opsdroid/skill-help - 8d652864f61232b279361f0074f057b427ba325b authored about 7 years ago
Add memory warning (#386)

github.com/opsdroid/opsdroid - c0447e4c0463bde8e7c74040b2e7f600dc652470 authored about 7 years ago
Remove unused import pwd

github.com/opsdroid/connector-websocket - 42c94a2159853f0b87a1fff0eaba7ae047955d7d authored about 7 years ago
Add typing/thinking delay and user is typing event (#376)

* Add typing and thinking delay

* Add tests for delay functions, add documentation

* Fix f...

github.com/opsdroid/opsdroid - 1b6b7b6788bdab8afb0c7ad7332ce2abd1a7602f authored about 7 years ago
Translate can now translate a word from different languages into another

github.com/opsdroid/skill-words - 2bfe3059205cc7a66b5c5243ad36570c4a80d229 authored about 7 years ago
Fix dictionary - returns more words

github.com/opsdroid/skill-words - 28bc0b71d28658911aa99374ad910e750577af57 authored about 7 years ago
Add release notes script (#373)

* Remove makefile

* Add script to generate release notes

github.com/opsdroid/opsdroid - 3106d896ca2c390dbb46a3fe1ea7319288fdc4a8 authored about 7 years ago
Add Rasa NLU parser/matcher (#336)

* Add Rasa NLU

* Add test for training rasa

* Add docs

github.com/opsdroid/opsdroid - 8064b9ff89c745034ed978fcc421eaae1ec94459 authored about 7 years ago
Fix for parsers being None (#379)

github.com/opsdroid/opsdroid - 4de77b80e16e2fc0ae567cec467adadff20e1af7 authored about 7 years ago
Update pytest from 3.3.1 to 3.3.2 (#374)

github.com/opsdroid/opsdroid - a24905eb0b46faf1f23d6fd26c06776c9f4a9f4a authored about 7 years ago
Merge pull request #91 from opsdroid/pyup-update-pytest-3.3.0-to-3.3.2

Update pytest to 3.3.2

github.com/opsdroid/opsdroid-audio - 64041a07e11bcbf6445a29ecd7a3e1857bc94704 authored about 7 years ago
Update pytest from 3.3.0 to 3.3.2

github.com/opsdroid/opsdroid-audio - b7d457ea561f9e34b61cbc7b8af609204fb5af5f authored about 7 years ago
Remove coveralls badge from README. (#372)

github.com/opsdroid/opsdroid - 11f130a3d7054729cbb7ec68853f7a6151c6e300 authored about 7 years ago
Add more tests to bring coverage to 100%. (#371)

* Add tests for version check and make check more readable

* Move __name__==__main__ into a f...

github.com/opsdroid/opsdroid - 0120800d079fd08c963ad6aeab5198caf7da81e1 authored about 7 years ago
Add skill update script (#370)

* Add script for updating skill section in example configuration

* Remove creds from script
...

github.com/opsdroid/opsdroid - 5ed9536a419919838d3240a97d580c1c49a6ab84 authored about 7 years ago
Update pycron from 0.40 to 0.80.0 (#368)

github.com/opsdroid/opsdroid - 65b0292b777d9c595d0c902d3079188da4a4889f authored about 7 years ago
Merge pull request #90 from opsdroid/pyup-update-websocket-client-0.43.0-to-0.46.0

Update websocket-client to 0.46.0

github.com/opsdroid/opsdroid-audio - cca323237ac53c5b34c65e98679f0da4e24ba455 authored about 7 years ago
Update websocket-client from 0.43.0 to 0.46.0

github.com/opsdroid/opsdroid-audio - c889cac9f3460a29f07d42e912fa51bd62ab492a authored about 7 years ago
Update pylint and astroid and tweak formatting to pass lint. (#367)

github.com/opsdroid/opsdroid - 101ec928ebd35890972cdb1795dc66f4f91ee645 authored about 7 years ago
Update aiohttp from 2.3.6 to 2.3.7 (#366)

github.com/opsdroid/opsdroid - 203afc15b84a797501e1e59334cc4ef73b0875f3 authored about 7 years ago
Remove coveralls (#365)

github.com/opsdroid/opsdroid - 13df61dce6c635ec5475de8ea11109fe5ef481be authored about 7 years ago
Better log message for git clone (#363)

github.com/opsdroid/opsdroid - 06640b5766f26fa86648dacce80295f1326e6053 authored about 7 years ago
Ignore .docker directory in git (#364)

github.com/opsdroid/opsdroid - f3811bffba18701a2301f6537e2fceb1a0033447 authored about 7 years ago
Update pytest from 3.3.0 to 3.3.1 (#357)

github.com/opsdroid/opsdroid - fdd16fd462acb945973bf98b3801c2e2d9145bb9 authored about 7 years ago
Remove print from critical function (#359)

github.com/opsdroid/opsdroid - 22e5a9ac5c6597c96dea6d7a309cb54d78956039 authored about 7 years ago
Merge pull request #86 from opsdroid/pyup-update-pylint-1.7.4-to-1.7.5

Update pylint to 1.7.5

github.com/opsdroid/opsdroid-audio - dff01e30041abbb4e7ad1cb72a02b3f9c7aaaae6 authored about 7 years ago
Update pylint from 1.7.4 to 1.7.5 (#360)

github.com/opsdroid/opsdroid - 2ea4f9b03b85db4a57f940326c907215073e5268 authored about 7 years ago
Update pylint from 1.7.4 to 1.7.5

github.com/opsdroid/opsdroid-audio - 2fa1fb8b3ba204d604bceae81124808b641f1f20 authored about 7 years ago
Update requests_mock from 1.3.0 to 1.4.0 (#358)

github.com/opsdroid/opsdroid - b0dc4abed5e0dd66c7c0d50c80f43b9e975495a9 authored about 7 years ago
Update requests_mock from 1.3.0 to 1.4.0

github.com/opsdroid/opsdroid-audio - 5fdd06e3e2a0eef67f2c994ea35762080f5144b2 authored about 7 years ago
Update aiohttp from 2.3.5 to 2.3.6 (#356)

github.com/opsdroid/opsdroid - 912c6e77927a4b5bfe711ec27874a4dddcf518fd authored about 7 years ago
Merge pull request #83 from opsdroid/pyup-update-speechrecognition-3.6.5-to-3.8.1

Update speechrecognition to 3.8.1

github.com/opsdroid/opsdroid-audio - cc69348f2214eb77d24d3b64b88e5eb2d7c4d969 authored about 7 years ago
Update speechrecognition from 3.6.5 to 3.8.1

github.com/opsdroid/opsdroid-audio - ea076117fd9aeead91119af5605c2db0134914bf authored about 7 years ago
Add community anchor link to nav and footer - closes #19 (#22)

github.com/opsdroid/opsdroid.github.io - c6656488f212ae7bce2d14e26a75c66a5e6a51ce authored about 7 years ago
Update aiohttp from 2.3.3 to 2.3.5 (#355)

github.com/opsdroid/opsdroid - ac89e0de3a1fa88dd9a4564206f17f03a76f1547 authored about 7 years ago
Merge branch 'master' of github.com:opsdroid/connector-matrix

github.com/opsdroid/connector-matrix - 247bbc371d6ce98ea4079c0754af6ba88d6a0622 authored about 7 years ago
Update pytest-timeout from 1.2.0 to 1.2.1 (#350)

github.com/opsdroid/opsdroid - d6dc1019b1bed39db08b0b4eb396b9737c33e617 authored about 7 years ago
Merge pull request #82 from opsdroid/pyup-update-pytest-timeout-1.2.0-to-1.2.1

Update pytest-timeout to 1.2.1

github.com/opsdroid/opsdroid-audio - 53c781e28d3617ae963c7b0f9c090372f3e6f5f4 authored about 7 years ago
Update pytest-timeout from 1.2.0 to 1.2.1

github.com/opsdroid/opsdroid-audio - af4905fe42f0874d31420f4b532adac48b55c13a authored about 7 years ago
Merge pull request #81 from opsdroid/pyup-update-pytest-3.2.5-to-3.3.0

Update pytest to 3.3.0

github.com/opsdroid/opsdroid-audio - 03d93a212180c03c82b624c674621e8da7bb0c85 authored about 7 years ago
Update pytest from 3.2.5 to 3.3.0 (#349)

github.com/opsdroid/opsdroid - 890bb3259d07efd87a5cc8327990bef1d061b41c authored about 7 years ago
Merge pull request #15 from Cadair/patch-1

Update README.md

github.com/opsdroid/connector-matrix - 11a5f78c7fce460a77b4bf40401404338caadae9 authored about 7 years ago
Merge pull request #16 from Cadair/nick

Implement a per-room nickname lookup

github.com/opsdroid/connector-matrix - 7954a64cae3332d710e29065d37a4ff0a0256623 authored about 7 years ago
Update pytest from 3.2.5 to 3.3.0

github.com/opsdroid/opsdroid-audio - b9de15f264330c6fbb0645dbc387eb6f558cebbc authored about 7 years ago
don't subscript coroutines

github.com/opsdroid/connector-matrix - 40b69a19dfd837413ac85b3825ba1ccb5caa1c3d authored about 7 years ago