Automatically poke back people who poked you on Facebook.
This Python script enables automatic poking back on Facebook. It requires obtaining your user ID and cookie value, which are then integrated into the provided code.
- Python 3.x
- Facebook account
- User ID
- Cookie value
- Clone or download the repository to your local machine.
- Open the facebook_poke.py file.
- Find
my_user_id
variable declaration at line 4 and replaceYOUR USER ID
with your actual user ID. - Find
"cookie": "ADD YOUR COOKIE HERE"
at line 44 and replaceADD YOUR COOKIE HERE
with your actual cookie value. - Save the file.
- Make sure you have Python installed on your system.
- Navigate to the directory where facebook_poke.py is saved.
- Run the script by executing python facebook_poke.py.
- The script will automatically poke back users who poked you on Facebook.
Feel free to customize it further according to your preferences or any additional details you want to include!