autolike


Nameautolike JSON
Version 1.0.4 PyPI version JSON
download
home_pagehttp://github.com/arsho/autolike
SummaryAutomatically like any given Facebook URL if the user is logged in.
upload_time2024-01-01 03:18:22
maintainer
docs_urlNone
authorAhmedur Rahman Shovon
requires_python
licenseBSD
keywords facebook fb like liker autolike autoliker automation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            AutoLike
========

|Version| |Python| |Size|

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 11, Windows 10, and Windows 8.

Requirement
~~~~~~~~~~~

Login to Facebook using your default browser and turn on the keyboard shortcuts in Facebook:

1. Click your profile picture in the top right of Facebook.
2. Click *Display and accessibility*, then *Keyboard*.
3. Click *On* below Use single-character keyboard shortcuts.

Installation
~~~~~~~~~~~~

``autolike`` only supports Python 3. Install it using pip.

.. code:: bash

    $ pip install autolike

Example
~~~~~~~

To use (with caution), simply do:

.. code:: python

    import autolike
    url = "https://www.facebook.com/" # any Facebook URL
    run_time = 30 # time in seconds
    like_result_dict = autolike.facebook_autolike(url, run_time)
    print(like_result_dict)

Demonstration video: https://youtu.be/OLQNz0mbJg4

Development
~~~~~~~~~~~

You can build the code by yourself in any Windows 8/8.1/10/11 machine that has Python 3 installed.
For development purpose we recommend to use a virtual environment.

.. code:: bash

    $ python -m venv venv --clear
    $ venv\Scripts\activate
    $ pip install -r requirements.txt
    $ python autolike\__init__.py
	
Contribute
~~~~~~~~~~

Create Github Pull Request https://github.com/arsho/autolike/pulls

If you have suggestion use GitHub issue system or send a message in Facebook https://www.facebook.com/ars.shovon.


.. |Version| image:: https://img.shields.io/pypi/v/autolike.svg?
   :target: http://badge.fury.io/py/autolike
   
.. |Python| image:: https://img.shields.io/pypi/pyversions/autolike.svg?
   :target: https://pypi.python.org/pypi/autolike/1.0.1
      
.. |Size| image:: https://img.shields.io/github/size/arsho/autolike/autolike/__init__.py.svg?
   :target: https://github.com/arsho/autolike/   
   

            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/arsho/autolike",
    "name": "autolike",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Facebook fb like liker autolike autoliker automation",
    "author": "Ahmedur Rahman Shovon",
    "author_email": "shovon.sylhet@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/96/1f/dc6793c284005f2cae952661465f2920f4bab507d8c3bb520ea09986be45/autolike-1.0.4.tar.gz",
    "platform": null,
    "description": "AutoLike\r\n========\r\n\r\n|Version| |Python| |Size|\r\n\r\nAutomatically like any given Facebook URL if the user is logged in.\r\nThe facebook(url, run_time) method takes a Facebook URL and run time in seconds.\r\nIt will return a dictionary with status, message, url, like and time attribute.\r\nIf the status has \"success\" value then the program is successfully completed.\r\n\r\nDO NOT MISUSE IT FOR DISTURBING INDIVIDUALS.\r\n\r\nThe current version is tested on Windows 11, Windows 10, and Windows 8.\r\n\r\nRequirement\r\n~~~~~~~~~~~\r\n\r\nLogin to Facebook using your default browser and turn on the keyboard shortcuts in Facebook:\r\n\r\n1. Click your profile picture in the top right of Facebook.\r\n2. Click *Display and accessibility*, then *Keyboard*.\r\n3. Click *On* below Use single-character keyboard shortcuts.\r\n\r\nInstallation\r\n~~~~~~~~~~~~\r\n\r\n``autolike`` only supports Python 3. Install it using pip.\r\n\r\n.. code:: bash\r\n\r\n    $ pip install autolike\r\n\r\nExample\r\n~~~~~~~\r\n\r\nTo use (with caution), simply do:\r\n\r\n.. code:: python\r\n\r\n    import autolike\r\n    url = \"https://www.facebook.com/\" # any Facebook URL\r\n    run_time = 30 # time in seconds\r\n    like_result_dict = autolike.facebook_autolike(url, run_time)\r\n    print(like_result_dict)\r\n\r\nDemonstration video: https://youtu.be/OLQNz0mbJg4\r\n\r\nDevelopment\r\n~~~~~~~~~~~\r\n\r\nYou can build the code by yourself in any Windows 8/8.1/10/11 machine that has Python 3 installed.\r\nFor development purpose we recommend to use a virtual environment.\r\n\r\n.. code:: bash\r\n\r\n    $ python -m venv venv --clear\r\n    $ venv\\Scripts\\activate\r\n    $ pip install -r requirements.txt\r\n    $ python autolike\\__init__.py\r\n\t\r\nContribute\r\n~~~~~~~~~~\r\n\r\nCreate Github Pull Request https://github.com/arsho/autolike/pulls\r\n\r\nIf you have suggestion use GitHub issue system or send a message in Facebook https://www.facebook.com/ars.shovon.\r\n\r\n\r\n.. |Version| image:: https://img.shields.io/pypi/v/autolike.svg?\r\n   :target: http://badge.fury.io/py/autolike\r\n   \r\n.. |Python| image:: https://img.shields.io/pypi/pyversions/autolike.svg?\r\n   :target: https://pypi.python.org/pypi/autolike/1.0.1\r\n      \r\n.. |Size| image:: https://img.shields.io/github/size/arsho/autolike/autolike/__init__.py.svg?\r\n   :target: https://github.com/arsho/autolike/   \r\n   \r\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Automatically like any given Facebook URL if the user is logged in.",
    "version": "1.0.4",
    "project_urls": {
        "Homepage": "http://github.com/arsho/autolike"
    },
    "split_keywords": [
        "facebook",
        "fb",
        "like",
        "liker",
        "autolike",
        "autoliker",
        "automation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "24b04ddea6dff62e3377945d8838cb06516cbce895a6699c13366bb244096636",
                "md5": "b5eb88dcffea5ae79ccb393d7c1fc918",
                "sha256": "de86b3332c534c8acd8c329e1d470a5d62c78c8cf20bda1d8ebff877944de3d3"
            },
            "downloads": -1,
            "filename": "autolike-1.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b5eb88dcffea5ae79ccb393d7c1fc918",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3188,
            "upload_time": "2024-01-01T03:18:21",
            "upload_time_iso_8601": "2024-01-01T03:18:21.237055Z",
            "url": "https://files.pythonhosted.org/packages/24/b0/4ddea6dff62e3377945d8838cb06516cbce895a6699c13366bb244096636/autolike-1.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "961fdc6793c284005f2cae952661465f2920f4bab507d8c3bb520ea09986be45",
                "md5": "571d7d44094133c31daf0054d41103f6",
                "sha256": "1f1b3df60605d6c79522fd711e0140fff8a98a2eca682eb49ef5d626c5755b9f"
            },
            "downloads": -1,
            "filename": "autolike-1.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "571d7d44094133c31daf0054d41103f6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3162,
            "upload_time": "2024-01-01T03:18:22",
            "upload_time_iso_8601": "2024-01-01T03:18:22.836753Z",
            "url": "https://files.pythonhosted.org/packages/96/1f/dc6793c284005f2cae952661465f2920f4bab507d8c3bb520ea09986be45/autolike-1.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-01 03:18:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "arsho",
    "github_project": "autolike",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "autolike"
}
        
Elapsed time: 0.16573s