Need Feedback, I am writing my first BH tool for YouTube

admhat

Newbie
Joined
Jun 13, 2010
Messages
48
Reaction score
12
Hey BHW people,

I've decided that writing tools for automation was much more fun than doing SEO, link building, etc. Primarily a Mac user i've always hated using my PC to use all the wonderful tools out and about. I am creating my first application/tool (the first of many), to help automate your and my work. My applications will be cross-platform, supporting Windows, OSX, and Linux. They hopefully will be featured filled as i'm open to any suggestions.

The first application i'm creating is called admupper. It is a bulk YouTube video uploader. I've tried a few bulk uploader tools but none have work 100% how I need it; hopefully you will agree. What do you want to see in an application like this? Throw me some suggestions. The most popular and sensible ideas will be included in my initial release. I would like the envolve the community as much as possible in the creations of my tools.


-adm

PS: I'm sorry if this thread is in the wrong place. I swear I tried to read and interpret all the rules that I could find before posting this!
 
I can't really give you suggestions because I don't use YouTube very much.


I was just replying to wish you luck! Sounds like a great idea and should help many people out.
 
Thanks. Make sure to subscribe and check back from time to time.


Update for today
cQBYb

Don't forget this is cross platform. It already runs just fine on Window, OSX, and Linux.

  • Got everything compiled and running.
  • Organized project.
  • Created a library for linking QT ui files to pyQT seamlessly.
  • Created the initial UI.

For those interested the component stack is
  • Qt
  • Python
  • PyQt (compiles python to C)
  • Twisted (for async uploading / faux threading)
  • SQLite
  • gdata-python-client (used to interact with YouTube)

I will update tomorrow with some of the planned features and more screenshots.
 
Last edited:
Back
Top