Feral Hosting

Facebook Auto Like Termux

If you want to test liking your own test post, add a time.sleep(3600) between attempts.

class FBAutoLike: def (self, access_token, user_agent="Mozilla/5.0 (Linux; Android 10)"): self.token = access_token self.session = requests.Session() self.session.headers.update( "User-Agent": user_agent, "Authorization": f"Bearer access_token", "Accept": "application/json, text/plain, / " ) self.like_endpoint = "https://graph.facebook.com/v17.0/object_id/likes" facebook auto like termux

Which would you like?