Skip to content

Calendly invitations spammer (DON'T USE IT WITHOUT PERMISSION).

Notifications You must be signed in to change notification settings

GBU31/Calendly_spammer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DON'T USE IT WITHOUT PERMISSION!!!!

Environment Setup

To use this tool, you must have requests installed.

pip install requests

or

python3 -m pip install requests

Data.py file configuration

Extract event_type_uuid

Go to the targets Calendly, type whatever in the required fields and click on Schedule Event:

Screenshot 2023-11-12 043226

Navigate to Developer tools > Network and click on invitees:

Screenshot 2023-11-12 043249

Click on Payload, and copy the value of event_type_uuid:

Screenshot 2023-11-12 042845

Then past it into where it says event_type_uuid:

Screenshot 2023-11-12 042944

Run

Options

-t Available times (e.g., -t 13:00 01:00).

-sd Start day (e.g., -sd 01) optional.

-d Number of days (e.g.,-d 20) optional.

-m Month (e.g., -m 12) optional.

-y Year (e.g., -y 2023) optional.

-N Full name list path (e.g., -N ./namelist.txt) optional.

-E Email list path (e.g., -E ./emaillist.txt) optional.

Example 1:

python3 main.py -t 01:00 13:00

Example 2:

python3 main.py -t 01:00 13:00 -sd 14 -d 31

Example 3:

proxychains python3 main.py -t 01:00 13:00 -sd 14 -m 02

Screenshot 2023-12-03 214618

Proxychains (Linux)

https://techdhee.in/how-to-use-proxychains-in-kali-linux/

Proxychains Setup

sudo apt install proxychains
sudo vim /etc/proxychains.conf

Comment on the socks4 127.0.0.1 9050 line and below that type your proxies list: How-To-Use-Proxychains-in-Kali-Linux-Using-Proxies

Run

proxychains python3 main.py -t 01:00 13:00

Releases

No releases published

Packages

No packages published

Languages