Re: [egenix-info] ANN: eGenix Antispam Bot for Telegram 0.7.1

2025-05-14 Thread Marc-Andre Lemburg via Python-list
Hi Schimon, thanks for reaching out. Our bot is TG-only, since we built it for our user group chat group running on TG. But I suppose you can make use of the types of challenges we use for XMPP and IRC as well. The strategies are working quite well for us, even though they are not perfect

Re: [egenix-info] ANN: eGenix Antispam Bot for Telegram 0.7.1

2025-05-14 Thread Schimon Jehudah via Python-list
a framework for building XMPP bots. I sense, that collaboration be feasible. Kind regards, Schimon On Wed, 14 May 2025 19:19:01 +0200 Marc-Andre Lemburg wrote: > Hi Schimon, > > thanks for reaching out. Our bot is TG-only, since we built it for > our user group chat group r

Re: ANN: eGenix Antispam Bot for Telegram 0.7.1

2025-05-14 Thread Schimon Jehudah via Python-list
regards, Schimon On Wed, 14 May 2025 13:42:22 +0200 eGenix Team via Python-list wrote: > *ANNOUNCING* > > > eGenix Antispam Bot for Telegram > > Version 0.7.1 > > A simple, yet effective bot implementation > to address Telegram signup spam. > > This announce

ANN: eGenix Antispam Bot for Telegram 0.7.1

2025-05-14 Thread eGenix Team via Python-list
*ANNOUNCING* eGenix Antispam Bot for Telegram Version 0.7.1 A simple, yet effective bot implementation to address Telegram signup spam. This announcement is also available on our web-site for online reading: https://www.egenix.com/company/news/eGenix-Antispam-Bot-for-Telegram-0.7.1

ANN: eGenix Antispam Bot for Telegram 0.6.0

2024-01-24 Thread eGenix Team via Python-list
*ANNOUNCING* eGenix Antispam Bot for Telegram Version 0.6.0 A simple, yet effective bot implementation to address Telegram signup spam. This announcement is also available on our web-site for online reading: https://www.egenix.com/company/news/eGenix-Antispam-Bot-for-Telegram-0.6.0

ANN: eGenix Antispam Bot for Telegram 0.5.0

2023-08-21 Thread eGenix Team via Python-list
*ANNOUNCING* eGenix Antispam Bot for Telegram Version 0.5.0 A simple, yet effective bot implementation to address Telegram signup spam. This announcement is also available on our web-site for online reading: https://www.egenix.com/company/news/eGenix-Antispam-Bot-for-Telegram-0.5.0

ANN: eGenix Antispam Bot for Telegram 0.3.0

2022-04-25 Thread eGenix Team
ANNOUNCING eGenix Antispam Bot for Telegram Version 0.3.0 A simple, yet effective bot implementation to address Telegram signup spam. This

Re: ANN: eGenix Antispam Bot for Telegram 0.2.0

2022-04-04 Thread alister via Python-list
On Mon, 4 Apr 2022 14:40:57 +0200, eGenix Team wrote: > > > ANNOUNCING > > eGenix Antispam Bot for Telegram > > Version 0.2.0 > >

ANN: eGenix Antispam Bot for Telegram 0.2.0

2022-04-04 Thread eGenix Team
ANNOUNCING eGenix Antispam Bot for Telegram Version 0.2.0 A simple, yet effective bot implementation to address Telegram signup spam

Re: Bot

2020-12-05 Thread sjeik_appie
m new here, can anyone help me built a bot than can input data in a website? This is not for spam purposes, I just need to reserve a place in the library at the university but they are completed in a matter of minutes and I can't waste time "camping&quo

Re: Bot

2020-12-02 Thread Marco Sulla
On Wed, 2 Dec 2020 at 04:13, Álvaro d'Ors wrote: > > Hi guys, I'm new here, can anyone help me built a bot than can input data > in a website? I never used it, but you can try Chatterbot: https://chatterbot.readthedocs.io/en/stable/ -- https://mail.python.org/mailman/listinfo/python-list

Re: Bot

2020-12-01 Thread dn via Python-list
On 01/12/2020 21:53, Álvaro d'Ors wrote: Hi guys, I'm new here, can anyone help me built a bot than can input data in a website? This is not for spam purposes, I just need to reserve a place in the library at the university but they are completed in a matter of minutes and I can&#x

Bot

2020-12-01 Thread Álvaro d'Ors
Hi guys, I'm new here, can anyone help me built a bot than can input data in a website? This is not for spam purposes, I just need to reserve a place in the library at the university but they are completed in a matter of minutes and I can't waste time "camping" the website. T

Re: How to use a variable to act as @rule in a Sopel IRC bot module?

2015-12-22 Thread arresteddevlopment
Apologies for the terrible formatting, let me try that again: A: from sopel.module import commands, rule import random q_and_as = [('Why?', 'because'), ('Can I kick it?', 'nope')] @commands("quizme") def ask_q(bot, trigger): q = random.

How to use a variable to act as @rule in a Sopel IRC bot module?

2015-12-22 Thread arresteddevlopment
Hi everyone. I'm working with the Sopel (previously Willie and before that, Jenni/Phenny) python IRC bot as I'd like to set up a trivia quiz for our IRC channel. With Sopel, the @rule decorator lets you set a string that the bot will listen out for and which triggers a correspondin

Re: Jabber Bot

2013-07-18 Thread Fábio Santos
On 18 Jul 2013 18:52, "Matt" wrote: > > Anyone have any luck with creating Jabber Bots? > > Everyone I have found so far for python 3.3 has been outdated, or the required modules are outdated. You can find some modules here. http://stackoverflow.com/questions/1901828/best-python-xmpp-jabber-clie

Jabber Bot

2013-07-18 Thread Matt
Anyone have any luck with creating Jabber Bots? Everyone I have found so far for python 3.3 has been outdated, or the required modules are outdated. -- http://mail.python.org/mailman/listinfo/python-list

Re: write a bot

2012-05-13 Thread admin lewis
2012/5/14 Emile van Sebille : > On 5/13/2012 2:25 PM admin lewis said... > >> Hi, >> I want write a bot in python, it should explore a site, click links >> and extract some info. I know mechanize but I would like to know if >> there is something better for performan

Re: write a bot

2012-05-13 Thread Emile van Sebille
On 5/13/2012 2:25 PM admin lewis said... Hi, I want write a bot in python, it should explore a site, click links and extract some info. I know mechanize but I would like to know if there is something better for performance. Have you looked into Scrapy? http://scrapy.org Emile -- http

write a bot

2012-05-13 Thread admin lewis
Hi, I want write a bot in python, it should explore a site, click links and extract some info. I know mechanize but I would like to know if there is something better for performance. Thanks a lot lewis. -- Linux Server, Microsoft Windows 2003/2008 Server, Exchange 2007 http

Re: Feed subscription IM bot

2010-11-10 Thread Emile van Sebille
On 11/10/2010 6:49 AM alexander said... Hi, Can anyone help on this? / Probably most of us, but as it's obviously homework, and expected to take you 1-2 hours for the level class you're taking, and that it's now six hours later, why not post where you're at and we can help you wrap

Re: Feed subscription IM bot

2010-11-10 Thread Chris Rebert
ith > a brief readme for features. It should take about about 1-2 hours to > complete. >  Basic requirements: Build a Python driven IM bot with the following > features >  * A user can add the bot to his/her Google talk/jabber friends list. >  * The user types the words "sub [

Feed subscription IM bot

2010-11-10 Thread alexander
with a brief readme for features. It should take about about 1-2 hours to complete. Basic requirements: Build a Python driven IM bot with the following features * A user can add the bot to his/her Google talk/jabber friends list. * The user types the words "sub [feed_url]" to the bo

Re: Spam Bot, broken pipe

2009-11-08 Thread Michael Torrie
Someone Something wrote: > I have a irc spam bot (only testing on my channel :P ) whose main loop is > the following: Poor choice of words on your part. Anything spam-related is evil and will not get a response. That said, "IRC bots" are certainly okay and common, and are use

Re: Spam Bot, broken pipe

2009-11-07 Thread Someone Something
gt; wrote: > >> On Sun, Nov 8, 2009 at 2:00 AM, Someone Something >> wrote: >> > I have a irc spam bot (only testing on my channel :P ) whose main loop >> is >> > the following: >> > >> > privc="PRIVMSG "+self.channel >> >

Spam Bot, broken pipe

2009-11-07 Thread Someone Something
I'm just testing it on my channel! I promise! Besides, I'm doing it to learn about sockets! Please! On Sat, Nov 7, 2009 at 8:07 PM, Krister Svanlund wrote: > On Sun, Nov 8, 2009 at 2:00 AM, Someone Something > wrote: > > I have a irc spam bot (only testing on my channe

Spam Bot, broken pipe

2009-11-07 Thread Someone Something
I have a irc spam bot (only testing on my channel :P ) whose main loop is the following: privc="PRIVMSG "+self.channel while True: self.sock.send(privc=" :SPAM SPAM SPAM!"); time.sleep(2); And it gives an error "Broken Pipe". How can I fix this? --

Re: IRC bot

2009-09-13 Thread Someone Something
Thanks a lot! On Sun, Sep 13, 2009 at 4:29 PM, MRAB wrote: > Someone Something wrote: > >> I"m trying to write an IRC bot just for fun (in python of course). Here's >> my current code: >> >> 1 #!/usr/local/bin/python >> 2 import time >> 3

Re: IRC bot

2009-09-13 Thread MRAB
Someone Something wrote: I"m trying to write an IRC bot just for fun (in python of course). Here's my current code: 1 #!/usr/local/bin/python 2 import time 3 import socket 4 5 def message (x, channel,s): 6 y="PRIVMSG"+" "+ channel+&quo

Re: IRC bot

2009-09-13 Thread Someone Something
Anyone? On Sun, Sep 13, 2009 at 3:58 PM, Someone Something wrote: > I"m trying to write an IRC bot just for fun (in python of course). Here's > my current code: > > 1 #!/usr/local/bin/python > 2 import time > 3 import socket > 4 > 5 def message (x

IRC bot

2009-09-13 Thread Someone Something
I"m trying to write an IRC bot just for fun (in python of course). Here's my current code: 1 #!/usr/local/bin/python 2 import time 3 import socket 4 5 def message (x, channel,s): 6 y="PRIVMSG"+" "+ channel+" :"+x 7 s.send(y); 8 hos

IRC bot threading dilemma

2008-01-18 Thread bakermi
Hello, I have coded an IRC bot in Python. Each inbound packet is parsed, and once the bot decides whether it is a command directed at the bot or not, it will either discard the packet or make a function call to an access control checker function. If the invoking user is found to have sufficient

MSN Bot Class

2007-10-11 Thread makobu
## # MsnClient Class -- A basic class that enables one to create an MSN client this way: # x = MsnClient(to_msnid, bot_msnid, bot_msnid_password, messege); x.tell() # (C) Timothy Makobu, 2007 ##

Re: Python IRC bot using Twisted

2007-07-11 Thread Jean-Paul Calderone
On Wed, 11 Jul 2007 03:51:27 -0700, ddtm <[EMAIL PROTECTED]> wrote: >I have another problem with my IRC bot. There is privmsg(self, user, >channel, msg) function (this function handles the incoming IRC data) >in the code that was mentioned above. I have a special condition in >

Re: Python IRC bot using Twisted

2007-07-11 Thread ddtm
I have another problem with my IRC bot. There is privmsg(self, user, channel, msg) function (this function handles the incoming IRC data) in the code that was mentioned above. I have a special condition in this function that if a user sends to bot a private message (in other words: if channel

Re: Python IRC bot using Twisted

2007-07-04 Thread ddtm
ROTECTED]> wrote: > >> >On 3, 16:01, Jean-Paul Calderone <[EMAIL PROTECTED]> wrote: > >> > [snip] > > >> >Thank you very much! It's a very useful information. One more > >> >question: can I cancel the DelayedCall using its ID (it is

Re: Python IRC bot using Twisted

2007-07-03 Thread Jean-Paul Calderone
ECTED]> wrote: >> > [snip] >> >> >Thank you very much! It's a very useful information. One more >> >question: can I cancel the DelayedCall using its ID (it is returned >> >from callLater(...)) from another function? In example bot there are >> &g

Re: Python IRC bot using Twisted

2007-07-03 Thread ddtm
useful information. One more > >question: can I cancel the DelayedCall using its ID (it is returned > >from callLater(...)) from another function? In example bot there are > >two functions: > >def joined(self, channel): > > ... > >def privmsg(self, user, channel,

Re: Python IRC bot using Twisted

2007-07-03 Thread Jean-Paul Calderone
(it is returned >from callLater(...)) from another function? In example bot there are >two functions: >def joined(self, channel): > ... >def privmsg(self, user, channel, msg): > ... >For example, I add callLater(...) to joined(...) function and I'd like >to cancel this in

Re: Python IRC bot using Twisted

2007-07-03 Thread ddtm
On 3, 16:01, Jean-Paul Calderone <[EMAIL PROTECTED]> wrote: > On Tue, 03 Jul 2007 09:46:59 -, ddtm <[EMAIL PROTECTED]> wrote: > >I'm using an example of IRC bot (_ttp://twistedmatrix.com/projects/ > >words/documentation/examples/ircLogBot.py) to create my

Re: Python IRC bot using Twisted

2007-07-03 Thread Jean-Paul Calderone
On Tue, 03 Jul 2007 09:46:59 -, ddtm <[EMAIL PROTECTED]> wrote: >I'm using an example of IRC bot (_ttp://twistedmatrix.com/projects/ >words/documentation/examples/ircLogBot.py) to create my own bot. But I >have a problem. I'm trying to make my bot send messages period

Python IRC bot using Twisted

2007-07-03 Thread ddtm
I'm using an example of IRC bot (_ttp://twistedmatrix.com/projects/ words/documentation/examples/ircLogBot.py) to create my own bot. But I have a problem. I'm trying to make my bot send messages periodically. But I can't find a way of adding Timer or something similar to my code s

ANN: gozerbot IRC and JABBER bot

2007-01-30 Thread bthate
gozerbot a python irc and jabber bot see http://code.google.com/p/gozerbot you need: * a shell * python 2.4 or higher * if you want mysql support: the py-MySQLdb module * if you want jabber support: the xmpppy module why gozerbot? * user management by userhost * fleet

IRC Bot trouble..

2006-02-23 Thread yawgmoth7
I'm currently writing a IRC bot for fun...here is the code that I have writen so far: import sys import socket import string import time HOST="irc.freenode.net" PORT=6667 NICK="PapaJorgio_" IDENT="Papa" REALNAME="Jorgio" CHANNEL = &