mirror of
https://github.com/bhattsameer/Bombers.git
synced 2023-08-10 21:12:53 +03:00
steps commit
This commit is contained in:
parent
c742bbc20c
commit
b51835c128
@ -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()
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user