Skip to content Skip to sidebar Skip to footer
Showing posts with the label Chat

Connecting A ' Local Network ' Python Chatroom To The ' Internet '

so i tried to make a simple chat room with python 3.8 , with a simple twist that instead of having … Read more Connecting A ' Local Network ' Python Chatroom To The ' Internet '

How To Get Message From Telegram Groups By Api - Python

I was looking for some way in order to listen and catch new message provide by telegram gropus. I h… Read more How To Get Message From Telegram Groups By Api - Python

How To Make A Chat Like Ui Using Python Urwid?

I alreay can implement chat daemons using gevent and zeromq, but I'd like to make a console UI … Read more How To Make A Chat Like Ui Using Python Urwid?

Chat Client/Server Problems On Python

Me and a friend of mine are doing a chat room with python, basically he's doing the server part… Read more Chat Client/Server Problems On Python

Python IRC ChatBot Hangs On Socket.recv After Seemingly Random Time Even Though Socket.settimeout Is 8

Hey so I decided to create an IRC ChatBot whose sole purpose it is to read incoming messages from T… Read more Python IRC ChatBot Hangs On Socket.recv After Seemingly Random Time Even Though Socket.settimeout Is 8