Skip to content

A Framework to develop a custom-made instabot able to Book Appointments and inform about a Pricelist of Services.

Notifications You must be signed in to change notification settings

voulkon/InstaSecretary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

InstaSecretary

InstaSecretary is a Python solution for automating a service provider's administrative tasks such as:

  1. Booking of Appointments
  2. Informing clients about Pricelist

Usage

Setup the following parameters on top of the script according to your preferences:

#Weekdays of work
working_days = "Monday:Tuesday"

#Hours of work throughout a day
working_hours = "09:11"

#Duration of each appointment in minutes
duration_of_appointment=30

#For how many ahead can secretary plan
days_ahead = 7

#Pricelist
pricelist = {"an hour of occupation":"50E", "an analysis report":"150E", "a dashboard":"200E" }

#Username & Password for login
my_username = "" 
my_password = ""

Run script and pay your attention to anything else other than Instagram.

At the end of the day, pause script and collect these global variables to get a summary of the day

customers_reached_out
appointments_booked
asked_for_pricelist
asked_for_reachout
not_found_an_appointment

Installation

Prior to running it, use the package manager pip to install:

  1. pyautogui
pip install pyautogui
  1. pyperclip
pip install pyperclip
  1. selenium
pip install selenium
  1. webdriver_manager
pip install webdriver_manager
  1. opencv opencv-python
pip install opencv-python

About

A Framework to develop a custom-made instabot able to Book Appointments and inform about a Pricelist of Services.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages