React Native - Is there any way to import Google reviews (or any sort of reviews) into my book app - react-native

hope everyone is doing well. I just got done with a udemy course on react native and am in the process of making my first practice app. It is a book app. I wanted to add a section where users can read reviews about the book from other people. I want to have a rating system and the whole lot. I just wanted to know if there's any way to import those Google book reviews (rating and comments) into my react native app? It could be reviews from any genuine website but I just wanted to know if I can import anything at all. Searching this on Google just points me to the google in app review api which is not at all what I'm looking for at the moment.
Update 27/12/21: As advised in the comments, I've tried searching for Book APIs. Google Books API doesn't seem to return any public ratings or reviews. Goodreads API doesn't work anymore. I dont think there are any other APIs that return public ratings. I think the New York Times API just returns their own review. That's all. What do you suggesst I do?

You need to find a good website that rates books for example amazon and then fetch from there API what ever you need from what ever they offer .

Related

How would I make my own feed/marketplace? [React Native]

I am so curious about how companies make their own marketplace within an application? I am trying to achieve a marketplace where individuals can sell products on a mobile application. So when a user logs into the app they are met with a live feed of various products. Something similar to the GOAT app, eBay, or Etsy. Usually, I know where to start, however, I have never dealt with an idea so complex. I know it can be done because it has been done multiple times over. However, I am asking if someone could provide me with some guidance. I did some Googling but came out empty-handed. Is there a video tutorial or a step-by-step guide on something like this? I also do not mind buying a course if I can achieve this effect!
Currently, what I have now are three pages! A working signup and login screen with a firebase backend that authenticates a user's email and password. It leads to my home page which is very basic. Just a header with tab navigation! I know it is very barebones... however I came here to see if I can be provided with some steps from here. Maybe even a proper technology stack.
Thank you in advance for any help!
Here are some examples of apps with live marketplaces:
https://appsftw.com/app/looklive-shopping-app-discover-celebrity-fashion
https://itunes.apple.com/us/app/shop-sell-save-with-ebay/id282614216?mt=8
https://itunes.apple.com/us/app/goat-shop-sneakers/id966758561?mt=8
Hey research marketplaces with ready app react-native template like this template e-commerce . But you need some knowledge about react-native or you can ask a freelancers.

Wechat : does an SDK / API exists?

I'm online on wechat (an instant messenger, not to be confused with weechat, that is an IRC client) and following a lot of groups for work. I'm searching for an SDK, an API set, to be able to automitize info collecting from groups and or individuals.
But i'm not aware of any way to do it.
Please, this is NOT an 'opinion' question, I'm litterally asking you if you know a way to receive data from weechat, because I cannot find it.
I see the area on weechat website where a company can ask for accces to API, but, really I cannot find other tools.
Edit 1: Chinese DOC, I think: https://open.weixin.qq.com/cgi-bin/showdocument?action=dir_list&t=resource/res_list&verify=1&id=open1419318183&token=&lang=zh_CN
Edit 2: Chinese DOC more similar to a JS api :http://work.weixin.qq.com/api/doc#10029/%E5%A4%96%E9%83%A8%E8%81%94%E7%B3%BB%E4%BA%BA%E9%80%89%E4%BA%BA%E6%8E%A5%E5%8F%A3
Obviously, use google translator !
As from my OP, there are some docs, official docs, but the real problem is that to create even a simply Mini Program, we need to subscribe (paid) and also paying at one point a chinese-only page asks by country and the list simply does not include Italy, so I simply cannot subscribe.

I'm trying to use Instagram API

I'm using default Instagram API, but when I try to fetch comments on posts, I'm getting a response with data empty, even when I know that there are comments on the post.
https://www.instagram.com/developer/endpoints/comments/
So when I tried to report it, it told me to migrate to Instagram Graph API. I searched, its look it's for personal use for business, I was building a raffle website helper, randomly pick a winner from a comment, and this broke my project.
Edit 1
So I'm confused because when I access Instagram Developer website says to gonna to new Instagram Graph API, but here, I got a message that it's just for business accounts, but I already have registered my app with "facebook login" like the links you have sent to me
See demo what I'm building: https://youtu.be/DmVN5t0dRaY
The problem: https://imgur.com/a/YHC5lZE
This is deprecated by Instagram. It's not really telling you to use the Graph API, it's saying that this is the way they are going and the Graph API is intended for business that want to maintain their own page and interact more successfully with Instagram users.
Instagram still offers an endpoint
GET /users/self/media/recent
That should suit your needs.

Is there a good API for google play and/or Apple store to retrieve comments and ratings of Apps in their markets?

I have found no official one, and the ones I have found are either of payment or not very good. Anyone knows of a good API for google play / apple store?
Many Thanks!
Laura.

API for getting episode air date of series

Do you guys know any API that provides access to episode air time? I want to make a little app that will remind me of episodes coming out from my favorite shows. (Something like a rss feed of what episodes came out since my last check.
(Feel free to link me to an existing app if existing).
http://thetvdb.com/ does that. Alot of larger projects, such as XBMC use it as their main API for such things.
FYI the API can be found here