Although getting from a Wikipedia API is fine, but not all information found on websites would provide you with an API. An API is a source of info scraped from a website or retrieved from a database such as SQL.
So if a website has no API, you can still get information from it!
Using BS4 or Beautiful Soup 4 A python module to web scrape information from a website where you can do requests. It's a really useful module to add to your skillset!
You can use Web Scraping!
Although getting from a Wikipedia API is fine, but not all information found on websites would provide you with an API. An API is a source of info scraped from a website or retrieved from a database such as SQL.
An example Databases include :
So if a website has no API, you can still get information from it!
Using BS4 or Beautiful Soup 4 A python module to web scrape information from a website where you can do requests. It's a really useful module to add to your skillset!
You can use Web Scraping!
Yeah thanks for sharing, I know that but this script is for using just the Wikipedia module.
ok then 😀