Skip to content

v2.5.1

Compare
Choose a tag to compare
@ArjunSharda ArjunSharda released this 28 Feb 15:24
· 57 commits to main since this release
3da1d37

v2.5.0

  • [ADDED] Added a new Enum class Information.
  • [ADDED] Added getinfo function in the Information Enum to gather information about a given topic, using Wikipedia.
  • [ADDED] Add web_scraper function in the Information Enum, to web scrape a URL that is given.
  • [ADDED] Added bs4 and requests as dependencies.
  • [MODIFIED] The Searchor Package is now officially becoming a library, and is therefore no longer considered a package.

v2.5.1

  • [FIXED} Fixed issue with web scraping, with attribute errors
  • [ADDED] Added CLI support for scrape and getinfo, of the information class