Skip to content

Releases: bhamodi/facebook-online-friend-tracker

v2.0.1

02 Jan 23:29
Compare
Choose a tag to compare
  • [UPDATED] Using Selenium v3.0.2 now.

v2.0.0

02 Jan 22:46
Compare
Choose a tag to compare
  • [UPDATED] Updated the main logic of the tool to allow users to securely enter their credentials instead of entering it in raw text.
  • [UPDATED] Updated the main iteration logic so that cron jobs and task schedulers are no longer needed. The tool takes care of that for you now by allowing you to choose how often to check your number of online friends.

v1.2.3

09 Dec 03:47
Compare
Choose a tag to compare
  • [FIXED] Fixed issue where the script would crash if zero friends were online when the script ran.

v1.2.2

20 Jul 06:03
Compare
Choose a tag to compare
  • [FIXED] Fixed issue where the script would insert empty newlines between each row in the CSV file on Windows.

v1.2.1

13 Jul 19:09
Compare
Choose a tag to compare
  • [FIXED] Fixed issue where the chat bar wouldn't show up in the desired format for larger screens. Window size is now explicitly set.

v1.2.0

12 Jul 18:38
Compare
Choose a tag to compare
  • [ADDED] Added chromedriver_installer dependency which ensures that chromedriver gets configured properly for the user on any OS.
  • [UPDATED] Replaced explicit wait for Facebook to finish updating friends list with a JavaScript listener to listen for the dynamic ajax call that Facebook makes when updating the friends list.
  • [UPDATED] Updated the implicit wait of selenium from 180 seconds -> 120 seconds.
  • [UPDATED] Updated the login flow to click on login button instead of depending on the Keys module to send an Enter key.
  • [UPDATED] Updated documentation and console output.

v1.1.0

09 Jul 11:15
Compare
Choose a tag to compare
  • [ADDED] Added CSV file data storage support.
  • [REMOVED] Removed Excel integration.
  • [REMOVED] Removed stale element try catch handler.
  • [UPDATED] Updated documentation and console output to be more helpful.

v1.0.8

08 Jul 21:34
Compare
Choose a tag to compare
  • [UPDATE] Updated documentation and included the LICENSE.txt file in the bundled package.

v1.0.7

08 Jul 06:11
Compare
Choose a tag to compare
  • [FIXED] Fixed an issue with reading the README.rst file.

v1.0.6

07 Jul 22:43
Compare
Choose a tag to compare
  • [NEW] Added more metadata such as keywords and classifiers.
  • [FIXED] Changed README.md to README.rst so that the reStructuredText renders properly on Pypi.