Skip to content

Automatic login Facebook and send random monkey image to a friend

Notifications You must be signed in to change notification settings

RUI-LONG/a_monkey_a_day_keeps_kevin_away

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

A Monkey A Day Keeps Kevin Away !

The best prank ever (2022)

View Demo · Report Bug · Request Feature

Logo

About The Project

This is an awesome project, which can automatic login Facebook and send random monkey image to a friend / colleague.

Here's the reason why I made this:

  • I have a colleague named Kevin, he is a monkey.

Logo

So I decided to waste three hours writing this project.

If you have a colleague is also a monkey, welcome to the zoo !


Getting Started

Installation

  1. Clone the repo
    git clone https://github.com/RUI-LONG/a_monkey_a_day_keeps_kevin_away.git
  2. Install packages
    pip install -r requirements.txt
    

Setup

  1. Open send_message.py, change OOOOO to your account email and password.

    Attention: Don't share your account email and password !

    email = "OOOOOOOOOOO@gmail.com"
    pwd = "OOOOOOOOOOO"
    
  2. Change OOOOO to your friend's Facebook message url

    msg_url = "https://www.facebook.com/messages/t/OOOOOOOOOOO"
    

(back to top)

Usage

Simply RUN:

python send_message.py

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/iamamonkey)
  3. Commit your Changes (git commit -m 'Add some iamamonkey')
  4. Push to the Branch (git push origin feature/iamamonkey)
  5. Open a Pull Request

(back to top)

Acknowledgments

(back to top)

About

Automatic login Facebook and send random monkey image to a friend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages