Skip to content

Commit

Permalink
other services found
Browse files Browse the repository at this point in the history
  • Loading branch information
AxeemHaider committed Nov 17, 2024
1 parent 8123ef5 commit 393e554
Show file tree
Hide file tree
Showing 52 changed files with 53 additions and 3 deletions.
6 changes: 3 additions & 3 deletions extractor/fetch_others.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
from bs4 import BeautifulSoup
from urllib.parse import urljoin, urlparse

SERVICE_NAME = "others"
SERVICE_NAME = "others" # Change this name when need check if new services exist
OUTPUT_DIR = "./services"
SERVICE_DIR = "./services"
OUTPUT_DIR = "./others"
IMAGES_DIR = "../static/images"
CATEGORY_ID = "others"
CATEGORY_NAME = "Others"
Expand Down Expand Up @@ -98,4 +98,4 @@
with open(output_path, "w") as outfile:
json.dump(list(new_services.values()), outfile, indent=4)

print(f"Data saved to {output_path}")
print(f"Services Data saved to {output_path}")
50 changes: 50 additions & 0 deletions extractor/others/others.json → extractor/services/others.json

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/applications/others/dashy/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/applications/others/indico/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/applications/others/iomad/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/applications/others/kimai/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/applications/others/mapzy/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/applications/others/maybe/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/applications/others/moodle/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/applications/others/neko/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/applications/others/ojs/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/applications/others/penpot/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/applications/others/saleor/logo.png
Binary file added static/images/applications/others/shlink/logo.png
Binary file added static/images/applications/others/tolgee/logo.png
Binary file added static/images/applications/others/traggo/logo.png
Binary file added static/images/applications/others/wazuh/logo.png
Binary file added static/images/applications/others/wger/logo.png
Binary file added static/images/applications/others/xwiki/logo.png
Binary file added static/images/development/others/daptin/logo.png
Binary file added static/images/development/others/krakend/logo.png
Binary file added static/images/development/others/llana/logo.png
Binary file added static/images/development/others/qdrant/logo.png
Binary file added static/images/development/others/teable/logo.png
Binary file added static/images/development/others/zep/logo.png

0 comments on commit 393e554

Please sign in to comment.