Skip to main content

Automatically like any given Facebook URL if the user is logged in.

Project description

Automatically like any given Facebook URL if the user is logged in. The facebook(url, run_time) method takes a Facebook URL and run time in seconds. It will return a dictionary with status, message, url, like and time attribute. If the status has “success” value then the program is successfully completed.

DO NOT MISUSE IT FOR DISTURBING INDIVIDUALS.

The current version is tested on Windows(10).

To install (in Ubuntu having both Python2 and Python3 by default):

>>> sudo pip3 install autolike

To install (in Windows with which has only Python 3 installed):

>>> pip install autolike

To use (with caution), simply do:

import autolike
url = "https://www.facebook.com/" #any Facebook URL
run_time = 100
like_result_dict = autolike.facebook(url, run_time)
print(like_result_dict)

BEFORE RUNNING THE PROGRAM, YOU NEED TO BE LOGGED IN TO FACEBOOK USING YOUR DEFAULT BROWSER.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

autolike-0.0.3.tar.gz (3.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page