Releases: bhamodi/facebook-online-friend-tracker
Releases · bhamodi/facebook-online-friend-tracker
v2.0.1
v2.0.0
- [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
v1.2.2
v1.2.1
v1.2.0
- [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 anEnter
key. - [UPDATED] Updated documentation and console output.