I discovered the fbchat library recently and was using it to create a bot that prevents nicknames from being changed in one of my messenger groups. However, I am using this bot with the login credentials of my personal account (the one I've used for Facebook for 10+ years now). The account is very active and I'm always liking, commenting, following pages, and messaging using it. It also has a verified mobile phone number associated with it.
Despite it not being a pure bot account, I am still worried that my account might get disabled and I might be required to send facebook government ID to recover it. I already got a notice after 4-5 logins saying that there was unusual activity on my account and had to reset my password.
The bot doesn't spam messages and acts as human as it can be. The only sort of spammy thing it does is change back the nicknames of all the people in the group (6-7 people) to their original nickname, without delays in between, when it first logs in. It then listens for nickname changes and if a change is detected it changes the nickname back to the original nickname. When I decide to exit the program it logs out.
I am starting to use session cookies to login and trying to minimize the logging in and out using fbchat. I think that has stopped the unusual activity problem but I'll see in a few days.
Are there any things I can do on top of this to make sure that my personal account doesn't get blocked and is it safe for me to use my personal facebook account with this library?
I discovered the fbchat library recently and was using it to create a bot that prevents nicknames from being changed in one of my messenger groups. However, I am using this bot with the login credentials of my personal account (the one I've used for Facebook for 10+ years now). The account is very active and I'm always liking, commenting, following pages, and messaging using it. It also has a verified mobile phone number associated with it.
Despite it not being a pure bot account, I am still worried that my account might get disabled and I might be required to send facebook government ID to recover it. I already got a notice after 4-5 logins saying that there was unusual activity on my account and had to reset my password.
The bot doesn't spam messages and acts as human as it can be. The only sort of spammy thing it does is change back the nicknames of all the people in the group (6-7 people) to their original nickname, without delays in between, when it first logs in. It then listens for nickname changes and if a change is detected it changes the nickname back to the original nickname. When I decide to exit the program it logs out.
I am starting to use session cookies to login and trying to minimize the logging in and out using fbchat. I think that has stopped the unusual activity problem but I'll see in a few days.
Are there any things I can do on top of this to make sure that my personal account doesn't get blocked and is it safe for me to use my personal facebook account with this library?