Skip to content

Using python selenium to enter form data and make two friends call each other automatically on a scheduled time table.

Notifications You must be signed in to change notification settings

mpaxson/prankowl

Repository files navigation

                                                  ░░░░▄▄▄▄▀▀▀▀▀▀▀▀▄▄▄▄▄▄
                                                  ░░░░█░░░░▒▒▒▒▒▒▒▒▒▒▒▒░░▀▀▄
                                                  ░░░█░░░▒▒▒▒▒▒░░░░░░░░▒▒▒░░█
                                                  ░░█░░░░░░▄██▀▄▄░░░░░▄▄▄░░░█
                                                  ░▀▒▄▄▄▒░█▀▀▀▀▄▄█░░░██▄▄█░░░█
                                                  █▒█▒▄░▀▄▄▄▀░░░░░░░░█░░░▒▒▒▒▒█
                                                  █▒█░█▀▄▄░░░░░█▀░░░░▀▄░░▄▀▀▀▄▒█
                                                  ░█▀▄░█▄░█▀▄▄░▀░▀▀░▄▄▀░░░░█░░█
                                                  ░░█░░▀▄▀█▄▄░█▀▀▀▄▄▄▄▀▀█▀██░█
                                                  ░░░█░░██░░▀█▄▄▄█▄▄█▄████░█
                                                  ░░░░█░░░▀▀▄░█░░░█░███████░█
                                                  ░░░░░▀▄░░░▀▀▄▄▄█▄█▄█▄█▄▀░░█
                                                  ░░░░░░░▀▄▄░▒▒▒▒░░░░░░░░░░█
                                                  ░░░░░░░░░░▀▀▄▄░▒▒▒▒▒▒▒▒▒▒░█
                                                  ░░░░░░░░░░░░░░▀▄▄▄▄▄░░░░░█

Trolling Services

This will have a variety of different applications to assist users in trolling people. Current working version is a call bot that will make two people call eachother

Install ubuntu 14.04

-----------------PACKAGES--------------------

sudo apt-get update
sudo apt-get install build essentials
sudo apt-get install python-pip

------------------PYTHON LIBS-----------------

sudo pip install configparser
sudo pip install argparse
sudo pip install pyvirtualdisplay
sudo pip install selenium
sudo apt-get install xserver-xephyr
sudo pip install console
ss

Chrome Driver

need to install chrome driver and add to path

sudo apt-get install unzip

wget -N http:https://chromedriver.storage.googleapis.com/2.20/chromedriver_linux64.zip
unzip chromedriver_linux64.zip
chmod +x chromedriver

sudo mv -f chromedriver /usr/local/share/chromedriver
sudo ln -s /usr/local/share/chromedriver /usr/local/bin/chromedriver
sudo ln -s /usr/local/share/chromedriver /usr/bin/chromedriver

Structure

The master.py will start up and control individual subprocesses of the callbot and redditBot.

callbot control.py will itself

Make a config.txt

About

Using python selenium to enter form data and make two friends call each other automatically on a scheduled time table.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published