Adult tube uploader bot, .NET, C# or Python?

richjtf

Regular Member
Joined
Oct 20, 2015
Messages
201
Reaction score
87
Hey, i've got some free time in my hands and i'm planning to do useful things with it, right now i want to code an uploader bot, but i want to know what i should study in order to make it the most effective way possible? I want to make a bot that uploads videos to xvideos, and maybe later make it more complicated, download videos -> add watermark -> upload it. What would be the language of choice? .Net, C# or Python?
 
Why to build already existing and fully working tool ?
snip.li/xvideosbot
The same guy offering videowatermarker too - and it not cost much and its 100% working stuff in autopilot.
 
Why to build already existing and fully working tool ? snip.li/xvideosbotThe same guy offering videowatermarker too - and it not cost much and its 100% working stuff in autopilot.
Well for starters because i want to learn:)
 
I think Python is probably easier to learn. Don't make the same mistake I did. I learned C# first, and then tried to learn Python. I found out I couldn't learn it because Python is dynamically typed and C# is statically typed. If I could do it all over again, I would have started with Python and then learned C#.
 
I think Python is probably easier to learn. Don't make the same mistake I did. I learned C# first, and then tried to learn Python. I found out I couldn't learn it because Python is dynamically typed and C# is statically typed. If I could do it all over again, I would have started with Python and then learned C#.

I know Python already, well, at a low level i guess but that is months worth of experience, everyone keeps pointing me to APIs, can i develop something to upload to xvideos with Python? I keep reading " yes just build the bot with that sites api" but i doubt theres one for xvideos or some other especific porn site.
 
Yes you can definitely code something in Python which will do this. But you are going to have to learn a few libraries to do it. If you do a couple of searches I guarantee you will find a great library for uploading videos. You are going to need a browser library as well.

You should start off by learning Selenium: http://docs.seleniumhq.org/

Once you have a good grasp of that, you will know what to do next.
 
You have to reverse engineer how these sites upload videos.Use wireshark to monitor web requests between your browser and the website and through that you should be able to create an algorithm to automate this process.
 
Cnotey

moonshine7000

Thank you guys! i'll get to it right away.. If i manage to do something i'll come back and let you know. I don't care about working with an api, i just didn't find one before, thank you about that:)
 
Back
Top