Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

154
Views
Using Whatsapp-web.js and MyanimeList api to send news on group

As the title describe my question, I just started recently developing a WhatsApp Bot using whatsapp-web.js but the problem is that i'm bad at reading documentation, so my question is :

Does anyone knows how to send anime and manga latest news to whatsapp using an api, like MyAnimeList Api or MYANIMENEWS api, or any other api

My code below which i tried :

client.on('message', async message => {
const content = message.body

if (content === "anime-news") {
    const animeDb = await axios("https://cdn.animenewsnetwork.com/encyclopedia/api.xml?anime=id")
        .then(res => res.data)

    client.sendMessage(message.from, await MessageMedia.fromUrl('animeDb.url'))
});
about 4 years ago · Santiago Gelvez
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!