devstrons / infotrons

information provider of @devstrons
The Unlicense
2 stars 1 forks source link

Integrate google API #2

Open prykdev opened 1 year ago

prykdev commented 1 year ago

Integrate google API to find the information

zainulabideen1122 commented 1 year ago

@prykdev what type of data you want to retrieve using google apis?

aminoxix commented 1 year ago

As it's basically a discord bot, we need to retrieve information with the top results at google search as "discord bot's messages".

Also, the "search" will take a few words from the user as such:

@aminoxix: How can I get started with Solidity?

["get", "started", "Solidity"] (it may be array or anything; let's not specific the type)

image

& so, infotrons comes into play!

chethanyadav456 commented 1 year ago

I can understand what u mean to say, I would like to work on this.