/SocialGiftAutomaticBot

Simple python script that will do automatically different campaigns inside the SocialGift Bot.

Primary LanguagePythonMIT LicenseMIT

👋 Welcome to the future of automation

A simple bot that uses selenium to automate simple actions on Social Gift bot written in Python.

'- Use it at your own risk, the administrator of the bot may ban your account (and I would not be responsible for it) -'

Installation

  • Install requirements with the following command :
    pip install -r requirements.txt
  • Make sure you have Chrome installed
  • Install ChromeDriver :
    • Windows :
    • MacOS or Linux :
      • apt install chromium-chromedriver
      • or if you have brew :
        brew cask install chromedriver
  • Edit the loginCredentials.json.sample with your accounts credentials and rename it by removing .sample at the end.
        {
            "accountUsername": "Your username",
            "accountPassword": "Your Password"
        }
    
  • Login to telegram on your chrome browser (You need to do it only once if you're not logged in before)
  • Change inside the "Settings.json" file the arguments to the corresponding one of your computer
  • Run the script

Features

  • Creating chromedriver client with auto page loading of the telegram bot
  • Auto check if a file is missing and auto creation of it
  • Automatic login inside instragram account
  • Automatic skip of the ADS
  • Counter creation to see how many Likes/Follows/Stories the bot auto completed for you
  • Settings file to say what types of campaign the bot need to do and what to skip
  • Headless mode