Free Python coding..My tribute to BHW

Status
Not open for further replies.
This may be too much to ask but,

You think you can create a reddit bot, which will automatically post a comment to specific Keyword on specific subreddit?

Exaple:

Bot search for Keyword "Dog" in /r/pics - when bot see new post with keyword "Dog" in title, the bot will automatically comment specific thing... Don't worry, i will use different subreddit, and it will not go againts Reddit ToS neither it will be spammy.
 
Movie scraping link download and Upload to upenloan, if that possible...everyone will need these thought
 
Can be done...but 10 sites requires some time ..

Okay, I'll wait.. I can give you the sites list that I want to work with.. Please let me know.. Thanks.

Ok will try this first

When you make any specific bot/code, please post it in this thread so that others can also get profited from your hard work and you don't have to answer/reply for the same request again and again..

please make an auto account creator with porn sites like : xvideos,pornhub,redporn,gotporn....

+1 for this request too.. Good bot request @thetoothfairy ..
 
Are you going to post these in the members download section?
 
Dont really know if you can do it. Would be crazy :)

Automated Phone Number/E-Mail Verification for IG with normal/rotating IP Support (for multiple accounts obviously)

Is that possible?
 
Last edited:
This thread is interesting , i am looking for an automation tool for Linkedin
 
Web crawler that crawls a list of domains, provided in a text file. Gives a CSV output with all outgoing links corresponding to each domain. Possible?
 
Hi,
I will code any automation or account creation for BHW members..please post your requirement and also wil provide my code public in BHW...So any account creation or auto posting script pleas post your requirement .Also its first come first serve basis.I will try my best ok..But no fancy front end..


OP this is what I need. A script I can use to download Skillshare, Udemy and Linda videos in bulk.

Also, a script I can use to share video to any facebook groups -be it closed or open, and even when I'm not a member of such groups.
 
Hi,
I will code any automation or account creation for BHW members..please post your requirement and also wil provide my code public in BHW...So any account creation or auto posting script pleas post your requirement .Also its first come first serve basis.I will try my best ok..But no fancy front end..
can you make a reddit bot that can create unlimited reddit accounts each and everyday for me and also that bot can do upvoting on my reddit single or multiple posts. please answer me, i need that type of bot very soon
 
can you build a script which can change proxies and ports asap
 
an email account creator from yahoo or hotmail would be good.

Edit. Any progress on the project you created?
 
Okay, I'll wait.. I can give you the sites list that I want to work with.. Please let me know.. Thanks.



When you make any specific bot/code, please post it in this thread so that others can also get profited from your hard work and you don't have to answer/reply for the same request again and again..



+1 for this request too.. Good bot request @thetoothfairy ..
OK First will provide an account creation tool for PornHub...Because Xvideos uses Recaptcha and to crack that you need to spend money on captcha solving and trust me Recaptcha is not easy...So will Post the Pornhub Bot ASAP
 
import requests
import string
import random
import time
from bs4 import BeautifulSoup
from Email_Verify import verify

name="123dqada"
password="zerocool91"
email="[email protected]"
agent="Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36"
header1={"useragent":'agent','Host':'www.pornhub.com','Origin':'https://...ub.com/signup','Upgrade-Insecure-Requests':'1'}
f=open("user.txt",'r')
for line in f:
with requests.Session() as s:
name,password,mail=line.split(":")
email=mail.split()[0]
print(name,password,email)

r=s.get("https://www.pornhub.com/signup",headers=header1)
soup = BeautifulSoup(r.text, "html.parser")
x=soup.find_all(attrs={'name':'token'})
token=x[0]['value']
print(token)
url= "https://www.pornhub.com/signup"
data={'token':token,'redirect':'','check_what':'password','taste_profile':'','email':email,'username':name,'password':password}
r=s.post(url,headers=header1,data=data)
print(r.status_code)
time.sleep(20)
url=verify(email)
r=s.get(url,headers=header1)
s.close()
print("Ok")
f3=open("verified.txt",'a')
f3.write("%s:%s:%s"%(name,password,email))
f3.write('\n')
f3.close()
time.sleep(20)
print("Prceeding")

f.close()
 
Status
Not open for further replies.
Back
Top