Giter Site home page Giter Site logo

pyteamtalk's People

Contributors

cartertemm avatar reza-jdp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

pyteamtalk's Issues

Feature Request : ban function if possible.

Hi Carter,
Hope you're doing well.

I'm working on a TT bot that needs to ban VPN users. I noticed that we don't have a ban function.
Could you please consider adding it? It would be really helpful for my bot and maybe for others too.

Thank you so much!

any chance encryption gets added to this wrapper?

Hi. As encrypted teamtalk server get more popular and i am creating a chat gpt bot using this wrapper, i am wondering if there is any chance that encryption feature gets added to the wrapper. I remember reading that it was planed. Will it happen or is this thing abandoned by now?

a question and a problem with multi treading

Hi. I have 1 question and a little issue with the py tt api. The question is, what are the events i can subscribe to? The only thing that the readme.md describes is messagedeliver, which is a nice thing but my multi function bot has to see some more events, like users leaving and coming online and, if that is at all possible, should be able to notice if he is geting a pm right now or if it is a channel msg. Now the actuall issue, i hope it was ok to ask this question here. My actuall issue is that my bot has to monitor multiple servers at once and also some times has to send a notification(it's a multi admin bot). But every time i call t.handle_messages() all code execution freeces. Even the ones i run in a seperated thread. My code looks like this.

t=threading.thread(mainloops,args=)
t.start()
def mainloops():
synctimer=timer.timer()
synctimer.restart()
while 1:
if synctimer.elapsed>=synctime: #synctime is a predefined variable so not in this function.
synctimer.restart()
sync_srv()
save_bantable()
kill_evade()

I wont go indept so much what these functions do, unless it's needed. But even if i launch this in a thread it just doesn't want to start and also throws no exception off any kind. Am i stupid or is that an error in the lib?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.