From b51835c12893d314568c888a08a8ca2b38f35f4b Mon Sep 17 00:00:00 2001 From: akshay kalucha Date: Wed, 30 Sep 2020 11:58:41 +0530 Subject: [PATCH] steps commit --- Twitter_bomber.py | 13 +++++++++++-- debug.log | 4 ---- 2 files changed, 11 insertions(+), 6 deletions(-) delete mode 100644 debug.log diff --git a/Twitter_bomber.py b/Twitter_bomber.py index 4ebbd3d..f0cb5a8 100644 --- a/Twitter_bomber.py +++ b/Twitter_bomber.py @@ -26,8 +26,17 @@ def banner(): parser = argparse.ArgumentParser(description='Bomb twitter user with spam messages') -parser.add_argument('--username', type=str, required=True, help="twitter username @\ of user, can be his phone number or email") -parser.add_argument('--password', type=str, required=True, help="twitter password of the user") +""" 4 Step: + + 1) run command python Twitter_bomber.py -u *your_twitter_username* -p *your_twitter_password* + 2) enter correct username of person you want to spam, make sure his twitter messages are open + 3) press 1 if you want to manually type the message you eant to send; or 2 if you want to export a file and extract message from there + 4) enter message count + +""" + +parser.add_argument('-u', '--username', type=str, required=True, help="twitter username @\ of user, can be his phone number or email") +parser.add_argument('-p', '--password', type=str, required=True, help="twitter password of the user") args = parser.parse_args() chrome_options = webdriver.ChromeOptions() diff --git a/debug.log b/debug.log deleted file mode 100644 index 26901fa..0000000 --- a/debug.log +++ /dev/null @@ -1,4 +0,0 @@ -[0929/005058.248:ERROR:process_reader_win.cc(123)] NtOpenThread: {Access Denied} A process has requested access to an object, but has not been granted those access rights. (0xc0000022) -[0929/005058.253:ERROR:process_reader_win.cc(123)] NtOpenThread: {Access Denied} A process has requested access to an object, but has not been granted those access rights. (0xc0000022) -[0929/005058.595:ERROR:exception_snapshot_win.cc(99)] thread ID 17208 not found in process -[0929/005058.596:ERROR:exception_snapshot_win.cc(99)] thread ID 22040 not found in process