-
-
Notifications
You must be signed in to change notification settings - Fork 60
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 to get Wikipedia content using Wikipedia's URL? #146
Comments
Came across your issue while searching for some answers to something else. Not sure if you've figured this out yet, but here's how I achieve this in my React app:
|
@kieckhafer Thanks for answering this. A couple things to add here:
|
Thanks @dijs. The reason I had to add the apiUrl was to get I created PR here to update to use |
Is it possible to create an input field where you can paste a Wikipedia page link and it will get all the text contents from that page?
I'm trying to integrate a feature on my web application where people can paste their Wikipedia page link/URL they want to analyze on the input field. And the application will use that URL to get all the text content from that page.
Suppose the user inputs this link: https://en.wikipedia.org/wiki/Taylor_Swift
The application will return the text content of that page, like this:
I've gone through Wikipedia API and found none (yet). Any suggestions on how I do this?
The text was updated successfully, but these errors were encountered: