Skip to content

Latest commit

 

History

History
119 lines (111 loc) · 3.2 KB

changelog.MD

File metadata and controls

119 lines (111 loc) · 3.2 KB

Changelog

4.0.0

Added:

  • Feature to set browser profile so data can be scraped in authenticated way.
  • Improved consistent, clear logs for better understanding.
  • Changed the video field from string to list.
  • Added Table Of Content in README.
  • Updated:

  • Outdated selectors.
  • Updated README with the new parameter.


  • 3.0.1

    Fixed:

  • Update the outdated selector to the latest Facebook layout.
  • Resolve the previous data use to get erased while scraping with the scrap_to_csv method #28


  • 3.0.1

    Added:

    Fixed:

  • Update the outdated selector to the latest Facebook layout.


  • 3.0.0

    Added:

  • Feature to control, whether to run the browser in headless or headful mode.
  • Fixed:

  • Update the outdated selector to the latest Facebook layout.


  • 2.0.2

    Fixed:

  • Fix the README.md file not found error when installing PyPI


  • 2.0.0

    Added:

  • Timeout argument to set the maximum amount of time the bot should run in case if no post were found.
  • Changes:

  • Updated selenium from version 3.141.0 to 4.1.0
  • Fixed:

  • Fixed issue of browser keep on scrolling above despite calling scroll down method, happening due to different multiple functions call


  • 0.1.10

    Added:

  • Support for new Facebook Layout

  • 0.1.9

    Added:

  • Added feature for using proxy while scraping


  • 0.1.8

    Fixed:

  • Fixed error "name element not found" occuring to some specific users.
  • Fixed CSV file missing posted_on column


  • 0.1.7

    Fixed:

  • Only scrolling once while scraping, which created problem that only top few posts were scrapped. If user wants want more than 27 posts, it use to get strucked.


  • 0.1.6

    Added

  • Added feature to read long paragraph that lies inside "Continue reading" button. For e.g posts like this
  • Fixed

  • Scrolling down directly to the bottom of the page during on start leads to login page, now it scroll down to half of the page and closes the login popup


  • 0.1.5

    Fixed:

  • Fixed feature to scrap id from different URL pattern


  • 0.1.4:

    Added

  • Support for emoji and other different languages(other than english) in output. It is no longer shown as a Unicode string.

  • Fixed:

  • Total reactions_count getting 0 as a output.