Snapie is a Python script that uses the Android Debug Bridge (ADB) to automatically add bulk friends on Snapchat. Snapie can even be used as a bulk account creator. Please note that using this script goes against Snapchat's terms of service and can result in account suspension or termination.
- Clone the repository:
- Install the required libraries:
- Connect an Android device with ADB and make sure that Snapchat is installed.
git clone https://github.com/krmdl/Snapie.git
cd Snapie
pip install -r requirements.txt
- Open
main.py
and configure the bot settings, such as the number of friends to add, the delay between adding each friend, and the ADB device ID. - Run the script:
python main.py
The script will automatically open Snapchat, log in to your account, and start adding friends.
Note: It's important to monitor the bot's activity and adjust the settings as necessary to avoid triggering Snapchat's anti-spam measures.
Contributions are welcome! If you would like to contribute to Snapie Follow Bot, please submit a pull request or open an issue.
Snapie is licensed under the MIT License. See LICENSE
for more information.