Programming Help

Mostly dank memes.

Moderators: mogers, scorch-, Cory Cory! Price, laura

AlopeX
Posts: 349
Joined: Sun May 15, 2011 6:23 pm
Clans: 4thR
Location: Atlanta, GA
Contact:

Programming Help

Post by AlopeX »

Hey guys I have only a very basic understanding of programming and get by with google search terms whenever I need to do something but I have no idea what to even search for for this idea in my head.

The rough idea is a text play by play bot that people log into and give updates and then those updates are broadcasted out on forum posts/twitter/etc.

If you are decent at programming and want to try to help guide me that would be wonderful.
scorch-
Posts: 1461
Joined: Mon Jan 31, 2011 10:05 am
Clans: #[e]xceptional.dod ~ #check-six ~ #jetty ~ dodod
Location: ventura,ca
Contact:

Re: Programming Help

Post by scorch- »

That sounds like a lot of work if you're going to have actual secure accounts to log in to. If by login you just mean open up a utility and it connects to the server, that would probably not be too bad.

There are probably APIs to do most of what you're talking about doing, so I would search for things like Twitter API and write a module that posts some input to twitter. Then put together a module that handles the input from a user. Then put together the interface that the user's going to use to update the bot. Then add on other features.

Then realize everything sucks and re-design it all from scratch.

Basically, just pick a small part of the project that you can design and test (like posting "Hello World" to your twitter account) and figure it out and expand from there. Until you really get a feel for programming, it's hard to sit down and design the whole thing before you start coding, even though that's what good programmers do.
Post Reply