The best prank ever (2022)
View Demo
·
Report Bug
·
Request Feature
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.
So I decided to waste three hours writing this project.
If you have a colleague is also a monkey, welcome to the zoo !
- Clone the repo
git clone https://github.com/RUI-LONG/a_monkey_a_day_keeps_kevin_away.git
- Install packages
pip install -r requirements.txt
-
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"
-
Change OOOOO to your friend's Facebook message url
msg_url = "https://www.facebook.com/messages/t/OOOOOOOOOOO"
Simply RUN:
python send_message.py
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!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/iamamonkey
) - Commit your Changes (
git commit -m 'Add some iamamonkey'
) - Push to the Branch (
git push origin feature/iamamonkey
) - Open a Pull Request