Jump to content

Looking for help on CSharp programming for a project

AcidzDesigns

Ok im woking on twitch bot, i can get it to connect its getting the bot to read commands from the chat, storing different commands for different channels and allowing it to connect to different channels at the same time with a command such as !join.

 

 

 

Any help is great

 

Thanks

-Acidz

Link to comment
Share on other sites

Link to post
Share on other sites

I suggest looking for tutorials online.

 

I saw this posted on a twitch help discussion for someone who was having bot issues. The API/source code might help https://github.com/meebey/SmartIrc4net

SmartIrc4net is a C# class for communication with IRC networks, which conforms to the RFC 2812 (IRC Protocol).

 

This guy on youtube has like 9 hours of him coding/refactoring a C# bot. Also could be useful.

Link to comment
Share on other sites

Link to post
Share on other sites

The progress i have got so far is just getting it to connect, i have not really got much experience in C# coding but i really want to learn, i have also started the project in Python 2.7. if anyone know python coding and could help me with that it would be great.

 

Thank you

-Acidz

 

I will post a link to a pastebin with the source code so far for both langagues

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×