steps commit

This commit is contained in:
akshay kalucha 2020-09-30 11:58:41 +05:30
parent c742bbc20c
commit b51835c128
2 changed files with 11 additions and 6 deletions

View File

@ -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()

View File

@ -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