salismazaya / whatsapp-bot

Bot Whatsapp Support Termux
34 stars 38 forks source link

WhatsApp Bot #8

Closed AkpanuwaUdeme closed 2 years ago

AkpanuwaUdeme commented 2 years ago

Your brainly command doesn't work. When we do !brainly what is Javascript It doesn't work why?

salismazaya commented 2 years ago

it looks like your ip is blacklisted

AkpanuwaUdeme commented 2 years ago

Why would it be blacklisted? The Wikipedia command is working Also how do i get the search on wiki to come in English. Which of your code do I translate?

On Fri, 22 Oct 2021, 3:12 am Mazayaa, @.***> wrote:

it looks like your ip is blacklisted

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/salismazaya/whatsapp-bot/issues/8#issuecomment-949221230, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVMQQ35AWMA7APXLS6P2NF3UIDB7JANCNFSM5GENDMUQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

xirf commented 2 years ago

Why would it be blacklisted? The Wikipedia command is working Also how do i get the search on wiki to come in English. Which of your code do I translate? On Fri, 22 Oct 2021, 3:12 am Mazayaa, @.***> wrote: it looks like your ip is blacklisted — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <#8 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVMQQ35AWMA7APXLS6P2NF3UIDB7JANCNFSM5GENDMUQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

Try to update Brainly repo and code

npm install brainly-scrapper-v2

then change some code to something like this

const Brain = require('brainly-scrapper-v2');
const brainly = new Brain('us');

brain.searchWithMT("us", parameter).then(res, (){
// Your code here
}).catch(console.error);

Or simply look at this repos https://github.com/hansputera/brainly-scraper-languages

AkpanuwaUdeme commented 2 years ago

Thanks alot

On Fri, 4 Feb 2022, 11:18 am EVA, @.***> wrote:

Why would it be blacklisted? The Wikipedia command is working Also how do i get the search on wiki to come in English. Which of your code do I translate? … <#m47944597697158050> On Fri, 22 Oct 2021, 3:12 am Mazayaa, @.***> wrote: it looks like your ip is blacklisted — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <#8 (comment) https://github.com/salismazaya/whatsapp-bot/issues/8#issuecomment-949221230>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVMQQ35AWMA7APXLS6P2NF3UIDB7JANCNFSM5GENDMUQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub .

Try to update Brainly repo and code

npm install brainly-scrapper-v2

then change some code to something like this

` const Brain = require('brainly-scrapper-v2'); const brainly = new Brain('us');

brain.searchWithMT("us", parameter).then(res, (){ // Your code here }).catch(console.error);`

Or simply look at this repos https://github.com/hansputera/brainly-scraper-languages

— Reply to this email directly, view it on GitHub https://github.com/salismazaya/whatsapp-bot/issues/8#issuecomment-1029835666, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVMQQ3Y3BPTYC3H2UJ74TYDUZORY7ANCNFSM5GENDMUQ . You are receiving this because you authored the thread.Message ID: @.***>