Ecosyste.ms: OpenCollective

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

Dragonfire

Dragonfire is an open-source virtual assistant for Ubuntu based Linux distributions.
Collective - Host: opensource - https://opencollective.com/dragonfire - Code: https://github.com/DragonComputer/Dragonfire

Make Debian packaging Python 3 only

github.com/DragonComputer/Dragonfire - 5dfc5914c6f383249e64da7c91f41025286addfd authored over 6 years ago by Mehmet Mert Yıldıran <[email protected]>
Update CONTRIBUTING.md

github.com/DragonComputer/Dragonfire - eb859844391efea38ffd6c94e7f0c69a896999ac authored over 6 years ago by Mehmet Mert Yıldıran <[email protected]>
Update the post-installation scripts

github.com/DragonComputer/Dragonfire - 1ecae9c0a959cd522221c1834b71f412835d4c38 authored over 6 years ago by Mehmet Mert Yıldıran <[email protected]>
Require requests==2.18.4

github.com/DragonComputer/Dragonfire - f9a62079a8b066c1a5019bdfb0fb22f039bd944f authored over 6 years ago by Mehmet Mert Yıldıran <[email protected]>
Fix ImportError: No module named 'dragonfire.conversational.corpus'

github.com/DragonComputer/Dragonfire - e6486cb2beffd405fdd55b93d210c42439c93baf authored over 6 years ago by Mehmet Mert Yıldıran <[email protected]>
Fix the missing separator issue in debian/rules

github.com/DragonComputer/Dragonfire - 0757519edd28fc4774db62cadae88903c29e988b authored over 6 years ago by Mehmet Mert Yıldıran <[email protected]>
Fix the executable not found issue

github.com/DragonComputer/Dragonfire - a324fff77a33a6dfb32d42a23cf6ade9be01567a authored over 6 years ago by Mehmet Mert Yıldıran <[email protected]>
Pass the learning ability if the user is talking about Dragonfire's itself

github.com/DragonComputer/Dragonfire - 2d9512d0001aa732ac03a913f82e048a48efb5e9 authored over 6 years ago by Mehmet Mert Yıldıran <[email protected]>
Update README.md

github.com/DragonComputer/Dragonfire - 7ab22e2f046d46519bd8b586f9cc0cc4bd1acac6 authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Bump the version

github.com/DragonComputer/Dragonfire - 31256950cab79fdc9e565164bb9efef192b35193 authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Modify the notification endpoint to get user data from users table

github.com/DragonComputer/Dragonfire - 9e462c14a7fdeaf42dd8b689f7dbf5eec71e6618 authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Add an endpoint for registering users

github.com/DragonComputer/Dragonfire - 375c05dd5ccb4671cc47598da2c00c684a45355e authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Rename the methods to comply with coding standards

github.com/DragonComputer/Dragonfire - 40a2573d3db1ae8285bb78461a27e78d67e751cf authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
In server mode use MySQL instead of TinyDB with a different methodology

github.com/DragonComputer/Dragonfire - 426622fbb50b8bb7c5eafbcb4f25530c9caeb098 authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Add the db_remover() method and fix linter errors in the API

github.com/DragonComputer/Dragonfire - 4085ea676138b562d6785842f7d2da9ee07407ee authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Make the pronouns inside the subject lowercase

github.com/DragonComputer/Dragonfire - fb99400b082a7167f9e839fcf740cd6211120a49 authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Add an endpoint for arithmetic operations

github.com/DragonComputer/Dragonfire - 1dadb3090936ac58e5bce957a79b58e91803f458 authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Add the option to use gspeech

github.com/DragonComputer/Dragonfire - 068d2b385df9a1c120860deb676d5f729a58eebf authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Fix the linter errors in arithmetic.py and learn.py

github.com/DragonComputer/Dragonfire - 01cba90542a4e339025c78a7881bb6f08b7eb3ce authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Remove the original_com variable and stick with a single version of the command

github.com/DragonComputer/Dragonfire - 0877efd7485b4bf5f65d51c58a673cca8d2c39fb authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Complete the migration to Helper class

github.com/DragonComputer/Dragonfire - 5b84e8548dfbbde09068052937dd5aa5e6dd8c35 authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Replace elifs with ifs in the main control flow

github.com/DragonComputer/Dragonfire - 8d592c340cc2ee5598507a7bb82a513b81e09713 authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Migrate stopper commands to Helper class

github.com/DragonComputer/Dragonfire - 1eb3d8a007cdb97ceaaa3d0952482f531a31174b authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Migrate keyboard related commands to Helper class

github.com/DragonComputer/Dragonfire - 1e1e1aa962d859f4df06bc9aae3ba4492e09465a authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Migrate gender choice related commands to Helper class

github.com/DragonComputer/Dragonfire - ca6e8478db12260be4f0e111c003e73b62935d31 authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Remove unnecessary tts_kill() method calls

github.com/DragonComputer/Dragonfire - 10c2c7e6d18f5115f55694f0e5bc24fbcb301f51 authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Move the commands related to opening software packages into a single block

github.com/DragonComputer/Dragonfire - 31ab619c134442a43ce8be4fc054868d358d7b72 authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Add command-line argument --verbose

github.com/DragonComputer/Dragonfire - 04d66c7145a482549774c09142cde63cc65ac25d authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Add command-line argument --version

github.com/DragonComputer/Dragonfire - a5522772b7685a55bf1ece4392112b5f929cdfc5 authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Migrate some of the control flow to Helper class

github.com/DragonComputer/Dragonfire - 858a17c5ad16d6b38cb13cdf5be82b1737272100 authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Merge define() and execute() methods into one

github.com/DragonComputer/Dragonfire - 95d8a6bce28c5aad7ba7b707c5ab2eb4b9551ccf authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Fix some linter errors and improve the coding style

github.com/DragonComputer/Dragonfire - 2b271c2e5a5a5baa4ed5dd040bfbd570d3f543ae authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Add check_text() and is_wh_question() methods

github.com/DragonComputer/Dragonfire - 0ac9f0a027cb6ce6e3bf05de6885799bb46e7f04 authored over 6 years ago by Mehmet Mert Yıldıran <[email protected]>
Add check_noun_lemma(), check_adj_lemma() and check_lemma() methods

github.com/DragonComputer/Dragonfire - 60e7a1f15a3900b9ed67893bdf7e1c03df1233ea authored over 6 years ago by Mehmet Mert Yıldıran <[email protected]>
Add check_wh_lemma(), check_deps_contains() and check_only_dep_is() methods

github.com/DragonComputer/Dragonfire - 4700b760bc42c030ba82c26d307709e7255054f2 authored over 6 years ago by Mehmet Mert Yıldıran <[email protected]>
Add check_nth_lemma() and check_verb_lemma() methods

github.com/DragonComputer/Dragonfire - 40c95fe786813b751dd10740a8563889a1338879 authored over 6 years ago by Mehmet Mert Yıldıran <[email protected]>
Add Helper class to nlplib

github.com/DragonComputer/Dragonfire - 92d953c00a1783fa5d08bc43b8892f0396a6d9e1 authored over 6 years ago by Mehmet Mert Yıldıran <[email protected]>
Change several class names and variable names

github.com/DragonComputer/Dragonfire - b7c1fd528a5e1e713ecaa01bd745b07f27041283 authored over 6 years ago by Mehmet Mert Yıldıran <[email protected]>
Remove Julius related files

github.com/DragonComputer/Dragonfire - 51ffe2863a0342de92726c9a677d7b9809f5dfc3 authored over 6 years ago by Mehmet Mert Yıldıran <[email protected]>
Remove the YodaQA script

github.com/DragonComputer/Dragonfire - a5bf5f987760e055169d4f62ffad7abaff445eec authored over 6 years ago by Mehmet Mert Yıldıran <[email protected]>
Update README.md

github.com/DragonComputer/Dragonfire - 03ab7ba2e0f2f72cf0c297168ca558f1be3d4d93 authored over 6 years ago by Mehmet Mert Yıldıran <[email protected]>
Reset the db connection on each request to get updated results

github.com/DragonComputer/Dragonfire - ae0bf1f6f47c406524326afc88badceafbf62be9 authored over 6 years ago by Mehmet Mert Yıldıran <[email protected]>
Fix the Open Collective buttons

github.com/DragonComputer/Dragonfire - c8fa6761508243a70d39c26952e5e2b79fc774e6 authored over 6 years ago by Mehmet Mert Yıldıran <[email protected]>
Add Open Collective buttons

github.com/DragonComputer/Dragonfire - a989fa2c9d4162a3ff1255338642cce65f161470 authored over 6 years ago by Mehmet Mert Yıldıran <[email protected]>
Add "Buy me a coffee" button

github.com/DragonComputer/Dragonfire - d2cc38afc5e9f92d3df726a7821cc27efadc3f51 authored over 6 years ago by Mehmet Mert Yıldıran <[email protected]>
Add an endpoint for notification requests

github.com/DragonComputer/Dragonfire - 3331ee9e3130350ae68bfb66b7c61c6ca9fe0623 authored over 6 years ago by Mehmet Mert Yıldıran <[email protected]>
Ignore nohup output files

github.com/DragonComputer/Dragonfire - 6bf555e73454f45e0876bbac2f8ab40e857d7444 authored over 6 years ago by Mehmet Mert Yıldıran <[email protected]>
Create a config file for storing Twitter and MySQL connection credentials

github.com/DragonComputer/Dragonfire - 983b8c360bd6e00499b5779c26c037156955d5db authored over 6 years ago by Mehmet Mert Yıldıran <[email protected]>
Add PyMySQL dependency

github.com/DragonComputer/Dragonfire - 12e3c3db07880defdf2f5372bd9df16efb5ab115 authored over 6 years ago by Mehmet Mert Yıldıran <[email protected]>
Rename the Wikipedia search endpoint

github.com/DragonComputer/Dragonfire - f2ef6e16a0e8b2b5e30c809818cbeeb0b43d1c42 authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Add an endpoint for YouTube search

github.com/DragonComputer/Dragonfire - 166e0f243360ae8d83e9056ad535db8225070259 authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Handle null responses in the Learner endpoint

github.com/DragonComputer/Dragonfire - fcf2e66743c822cb3ee1bdaedfc40f981ccf6921 authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Add an endpoint for the Learner

github.com/DragonComputer/Dragonfire - 67f2d985ad2b52b83b0de25186b4f01a0f13334d authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Add an endpoint for Wikipedia search

github.com/DragonComputer/Dragonfire - 4ee9ac8056a6b0d3eb1552cdebf664099a999d64 authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Return JSONArrays from the API endpoints instead of JSONObjects

github.com/DragonComputer/Dragonfire - 0fece2189a36d05be257cb5a270a3ca771dbaf1f authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Use the POST method in the API endpoints

github.com/DragonComputer/Dragonfire - 852a433ce60e0dcc78a00d2da65184124a758ff2 authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Require token based authentication to consume the API

github.com/DragonComputer/Dragonfire - 90707f843b53df3e9f0c1fff417addb2cdd26e9c authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Add an endpoint for Deep Conversation

github.com/DragonComputer/Dragonfire - bc807e1f6b37053a2428abad6d765d3e6d95dee8 authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Add an endpoint for Omniscient

github.com/DragonComputer/Dragonfire - 5eaaad62a216ce9ebb11ee1323414eee79567141 authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Refactoring omniscient.py script

github.com/DragonComputer/Dragonfire - 2b199f66c50c01d7fb74a1a8206758e443c1b5b8 authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Disable universal Python wheel and ignore flake8 E501

github.com/DragonComputer/Dragonfire - d0dbf33a17510eb5da160833106c336d6218d52e authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Make the package Python 3 only

github.com/DragonComputer/Dragonfire - 6d4ce4e6f77c1cba639965146a0ee9469a80f599 authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Make the API more atomic

github.com/DragonComputer/Dragonfire - 1e28d0f613bff948922b8dc7ed1ad17865d7503a authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Add the other endpoints

github.com/DragonComputer/Dragonfire - f9f3daf4a5dab4e99553031cc3c36ebb4a4a1e30 authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Add the tagger endpoint

github.com/DragonComputer/Dragonfire - 97764d5a1d7c4743eacfac2c86fe036039806e83 authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Implement the barebones of the API

github.com/DragonComputer/Dragonfire - 85cf59064fcf10f85500dda36fead43ee3999d1f authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Rename command-line argument --twitter to --server

github.com/DragonComputer/Dragonfire - 237456306461255d40b2375ee1c34d6be452679a authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Fix the TensorFlow and DeepSpeech version in the post-installation scripts

github.com/DragonComputer/Dragonfire - a493602678b06857c0b1d00f7d89ca2adbad92ba authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Update README.md

github.com/DragonComputer/Dragonfire - ea72b53036b1d3eda48ca7956590d59d39dd3c0e authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Keep question marks in Twitter inputs and fix the post-installation scripts

github.com/DragonComputer/Dragonfire - 65b4575865933ec12dedc78e34ca0f6194d469e3 authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Update the post-installation scripts

github.com/DragonComputer/Dragonfire - 32d3d13fa9c0f7275bb60bd9321b19d6a2f62d87 authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Bump the version

github.com/DragonComputer/Dragonfire - 7e69f60b2737bfbcb8da3d91d613729c45dd949f authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Change the DeepSpeech model path

github.com/DragonComputer/Dragonfire - 3a4888ca7a759ee33c38d01af6d8f116408996fe authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Remove the obsolete trainer.py script

github.com/DragonComputer/Dragonfire - 35a224eb55f9d5532aace6330f4936e71bb4b671 authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Avoid yes-no questions in Learn and Omniscient

github.com/DragonComputer/Dragonfire - 689d25973335473e6925f9ace5b50daaaede9d68 authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Add the Deep Conversation module

github.com/DragonComputer/Dragonfire - 1b000c167a7d08dafa0673308ded2f494c5a12fa authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Integrate the arithmetic module into the main procedure

github.com/DragonComputer/Dragonfire - 8bf4e383590ef0be0e64bafb4720fc5b42ec3bd4 authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Create the arithmetic module

github.com/DragonComputer/Dragonfire - e7c1a57b0c7f1e9daae03919b5f8426b1d6a9593 authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Update README.md

github.com/DragonComputer/Dragonfire - 880a2cca7e858e6d7504bbcc355debd1fe587f61 authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Lower the chance of following the Twitter user and fix an issue related to unicode strings

github.com/DragonComputer/Dragonfire - 896c0f7c14c601627ab730fe145303f4ac49a451 authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Get rid of the utf-8 encodings and fix the tests

github.com/DragonComputer/Dragonfire - 7ec884934337238acb0f43781e8dda939303e892 authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Rearrange the keywords in learn.py script

github.com/DragonComputer/Dragonfire - 1a3bed0b0e0fec5d300fcf09b75a8748b77682b2 authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Extend the subject detection by including direct objects to some degree

github.com/DragonComputer/Dragonfire - 16e07847e3601bd6798e60fafcbd56ef5124730f authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Refactoring learn.py script

github.com/DragonComputer/Dragonfire - 0ba42174bd3e3783331b380153c090f1c86faf6b authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Load the spaCy model project-wide only once

github.com/DragonComputer/Dragonfire - 4f80ce0d645ef58386f31c0dfcacb2c57d510f02 authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
The subject must not contain a wh- question word

github.com/DragonComputer/Dragonfire - 3383b65efa453fb8c3c9def57197d2165cc47a0d authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Change the mirror function to get rid of uppercasing

github.com/DragonComputer/Dragonfire - 4e53d7b0c174a3a738cb7dca1dc03c03a5dca9f6 authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Fix the issues related with Omniscient and Twitter integration

github.com/DragonComputer/Dragonfire - 8380ccce12d69da64e4a5830cb6bf2c725255ccb authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Fix the character reduction method for Twitter character limit

github.com/DragonComputer/Dragonfire - 4d06fb7cc7c475b50555dc2f455074721464cb7c authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Make Twitter stream async

github.com/DragonComputer/Dragonfire - b9ea14b33e68ea12c9d2a61e13545980f6fcbad2 authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Add metadata_parser Python package dependency

github.com/DragonComputer/Dragonfire - 13213602fd22de63747cd16b48429a3ea9377926 authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Include the metadata image of the page if the request is browser related while tweeting

github.com/DragonComputer/Dragonfire - 6f85d03280de67d62d41ccd88443c7ab27ebe3ec authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Follow the user with a certain chance and include the link if there are any while tweeting

github.com/DragonComputer/Dragonfire - 8980ba082cabba1340b4e7af8792aa480a8a40d4 authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Strip everything but spaces and alphanumeric characters from the mentioning Tweet text

github.com/DragonComputer/Dragonfire - 73885cf23c477bcbe582ca65496c429006bd60a0 authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Limit the text for Tweets with 280 characters

github.com/DragonComputer/Dragonfire - 024b65900aa4b312932f00c6e52de9ac67683523 authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Post a status update whenever Dragonfire is mentioned on Twitter

github.com/DragonComputer/Dragonfire - dd3cb613e58cad5b8f1654afade25c714b1e191f authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Implement Twitter integration

github.com/DragonComputer/Dragonfire - c7ac0369b685a0ee0ea9e9a02ca2af0eb02a8f6e authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Add a do not download the DeepSpeech model option to the installation scripts

github.com/DragonComputer/Dragonfire - 45fda40eb0e7583298a59509b8f8866bc1002d8d authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Update README.md

github.com/DragonComputer/Dragonfire - 4cd9a9d86a2b53a103c9441a0cc83bf8b8152eb7 authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>
Do an MD5 checksum before downloading the DeepSpeech English model

github.com/DragonComputer/Dragonfire - 545d15010423721abd4ebae1cfde45bace0c0adb authored over 6 years ago by Mehmet Mert Yildiran <[email protected]>