Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP Scilpy bot v2 #1033

Open
wants to merge 72 commits into
base: master
Choose a base branch
from
Open

WIP Scilpy bot v2 #1033

wants to merge 72 commits into from

Commits on May 31, 2024

  1. generate help files for all the scripts in the scripts folder

    bouj1113 authored and bouj1113 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    bba0166 View commit details
    Browse the repository at this point in the history
  2. use help files only if search_parser argument is provided

    bouj1113 authored and bouj1113 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    6004993 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. modify scripts path

    bouj1113 authored and bouj1113 committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    0430fdb View commit details
    Browse the repository at this point in the history
  2. add stemming functions

    bouj1113 authored and bouj1113 committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    6311d10 View commit details
    Browse the repository at this point in the history
  3. modify _contains_stemmed_keywords function

    bouj1113 authored and bouj1113 committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    e520d2f View commit details
    Browse the repository at this point in the history
  4. regenerate hidden files if not already existing

    bouj1113 authored and bouj1113 committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    127bf0f View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Color keywords in the terminal output

    bouj1113 authored and bouj1113 committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    000f747 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. generate json_files

    bouj1113 authored and bouj1113 committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    237301c View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. search by synonyms

    bouj1113 authored and bouj1113 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    83b7088 View commit details
    Browse the repository at this point in the history
  2. caddsynonyms-,keywords and acronyms json files

    bouj1113 authored and bouj1113 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    872e5a4 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Add the search in keywords json file

    bouj1113 authored and bouj1113 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    0ea271a View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. clean code

    bouj1113 authored and bouj1113 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    7c8c7ee View commit details
    Browse the repository at this point in the history
  2. clean code

    bouj1113 authored and bouj1113 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    542e8c8 View commit details
    Browse the repository at this point in the history
  3. search in docstring then in helpfiles instead of letting the user cho…

    …se between the two
    bouj1113 authored and bouj1113 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    eb801e7 View commit details
    Browse the repository at this point in the history
  4. Add search by objects

    bouj1113 authored and bouj1113 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    22825e8 View commit details
    Browse the repository at this point in the history
  5. let user chose between objects instead o giving it as argument

    bouj1113 authored and bouj1113 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    d0c105c View commit details
    Browse the repository at this point in the history
  6. display scripts by score

    bouj1113 authored and bouj1113 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    21559c6 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. calculate frequency of keywords in each script

    bouj1113 authored and bouj1113 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    b765dad View commit details
    Browse the repository at this point in the history
  2. don't display 'Results ordered by score' if no matches were found

    bouj1113 authored and bouj1113 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    829f164 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. stem the search text in the scoring function

    bouj1113 authored and bouj1113 committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    8bfb5bf View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. add some new synonyms

    bouj1113 authored and bouj1113 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    a05a7a7 View commit details
    Browse the repository at this point in the history
  2. add stemming to words between double quotes

    bouj1113 authored and bouj1113 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    c7aec39 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. modify score and add search_category argument

    bouj1113 authored and bouj1113 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    1836ac8 View commit details
    Browse the repository at this point in the history
  2. add no_synonyms argument

    bouj1113 authored and bouj1113 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    f22398a View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. deal with quoted words and add docstring to functions

    bouj1113 authored and bouj1113 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    dd5bd73 View commit details
    Browse the repository at this point in the history
  2. change vocabulary path

    bouj1113 authored and bouj1113 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    52c0edb View commit details
    Browse the repository at this point in the history
  3. count synonyms occurence in the score

    bouj1113 authored and bouj1113 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    cc82882 View commit details
    Browse the repository at this point in the history
  4. change hidden file path

    bouj1113 authored and bouj1113 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    7843521 View commit details
    Browse the repository at this point in the history
  5. correct the score for synonyms search

    bouj1113 authored and bouj1113 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    b91d93c View commit details
    Browse the repository at this point in the history
  6. clean code

    bouj1113 authored and bouj1113 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    eb61787 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. add comment

    bouj1113 authored and bouj1113 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    a9b9a20 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. add hidden folder to gitignore

    bouj1113 authored and bouj1113 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    1a96362 View commit details
    Browse the repository at this point in the history
  2. add nltk to requirements

    bouj1113 authored and bouj1113 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    a63d0c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. remove .hidden older

    bouj1113 authored and bouj1113 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    4e85268 View commit details
    Browse the repository at this point in the history
  2. added a try-except block for importing nltk with a message if the pac…

    …kage is not installed
    bouj1113 authored and bouj1113 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    e6fc235 View commit details
    Browse the repository at this point in the history
  3. delete generate_help_files script and add it as a function to scilpy_…

    …bot.py
    bouj1113 authored and bouj1113 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    c95762a View commit details
    Browse the repository at this point in the history
  4. Reverse output of the result

    bouj1113 authored and bouj1113 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    1e02c5e View commit details
    Browse the repository at this point in the history
  5. merge synonyms acronyms and keywords in the same json file

    bouj1113 authored and bouj1113 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    6990cda View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. change vocabulary json file's path and adapt the scripts to that

    bouj1113 authored and bouj1113 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    0d42190 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. change the _calculate_score function to use regex to match the whole …

    …words only (words between 2 whitespaces)
    bouj1113 authored and bouj1113 committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    663c28a View commit details
    Browse the repository at this point in the history
  2. modify docstring

    bouj1113 authored and bouj1113 committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    ade5f42 View commit details
    Browse the repository at this point in the history
  3. change the _generate_help_files function to display progress of files…

    … generation
    bouj1113 authored and bouj1113 committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    6588d1a View commit details
    Browse the repository at this point in the history
  4. delete useless files os and subprocess

    bouj1113 authored and bouj1113 committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    2d0f12f View commit details
    Browse the repository at this point in the history
  5. run autopep8 on the changed and new scripts

    bouj1113 authored and bouj1113 committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    2dfa03e View commit details
    Browse the repository at this point in the history
  6. fix conflict in requirements

    bouj1113 authored and bouj1113 committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    6a4afaf View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    62ac325 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ef24dc View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    c97a583 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. pep8 on test_scilpy_bot.py

    jinan02 committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    a39552d View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    9f7705b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ce9b6c View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Configuration menu
    Copy the full SHA
    c055d69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4cbaf3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a166d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e8949f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fea23ec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c48d476 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Configuration menu
    Copy the full SHA
    a99f85f View commit details
    Browse the repository at this point in the history
  2. downcase all vocabulary

    jinan02 committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    944ddce View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. change acronyms format

    jinan02 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    b07e190 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fdb98d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48109d9 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    ef6966b View commit details
    Browse the repository at this point in the history
  2. fix the -v arg to display the 1st sentence of the docstring and -v DE…

    …BUG to display the whole docstring
    jinan02 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    297b8bc View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. modify docstring

    jinan02 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    7e991d8 View commit details
    Browse the repository at this point in the history
  2. run flake8 on the script

    jinan02 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    fff8bae View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Improved behavior on synonym

    frheault committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    56b87fd View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    2ca197b View commit details
    Browse the repository at this point in the history
  2. New and improved version

    frheault committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    238dd9a View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    482c2e1 View commit details
    Browse the repository at this point in the history
  2. Update fury requirements

    frheault committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    a9f43cf View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Fix import

    frheault committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    bf138ae View commit details
    Browse the repository at this point in the history