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

How can i integrate this with my PHP website? #1

Open
usmancs08 opened this issue Jun 1, 2023 · 5 comments
Open

How can i integrate this with my PHP website? #1

usmancs08 opened this issue Jun 1, 2023 · 5 comments

Comments

@usmancs08
Copy link

Hi I have a website i want to integrate Cyberwatch with it can you help me with that? Is there any API's for this?

@Casualtek
Copy link
Owner

What do you want to integrate?
PHP can process JSON files...

@usmancs08
Copy link
Author

Ok i think i got the point i can get the json data which updated regularly but how can i get this data in another language in my case it would be german?

@Casualtek
Copy link
Owner

Well, if I were you, I'd make a python script that grabs the raw JSON file, takes the summary of each new item and translates it into German using DeepL's API (or even the API of a generative AI). I'd have it run with GitHub actions daily to generate what you want for your PHP file to process.

@Casualtek
Copy link
Owner

I'm generating a HTML weekly digest in German for my colleagues. But APIs are not all free and I won't use any to either produce a German or English version of the JSON file.

@usmancs08
Copy link
Author

Got you thanks for you helps it meant alot thanks again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants