I have a for开发者_Python百科m that allows users to paste input, like on StackOverflow. But if users know the format I send to the server, they can keep sending requests to me. How can I ensure it is
I created a download script which makes users wait five seconds before the downlaod starts automatically and also counts downloa开发者_如何学Cds. It\'s very simple. Now I need to find a way to block b
so I\'ve been trying to make this bot in python that uses sockets to get some information to and from a chat on a website. This requires a login, which gets keys, then using the keys from the first co
I\'ve written an IRC bot in java, but I am having the following problem : I have a help function that returns all the functions of bots (usage, example,...) to a user in private message.
I\'m making a bot in c#, using the SmartIRC4Net library (http://www.meebey.net/projects/smartirc4net/). If you aren\'t familiar with that library, feel free to tell me an alternative.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I have a page that count how many times is visited by a user (registered, guest, every kind of users...).
What is the best technique or framework to implement one robot in one website, something like IKEA Site:
Okay, first off. I\'m very new to python, and I\'ve just started to teach myself python 3 As a fun project to help me learn I decieded to do an IRC Bot, I figured I\'ll follow a basic tutorial on cr
I want to create a bot which makes API request per minute开发者_Python百科 to some API url. This then needs to ping a particular user if data entry has changed against his name in the API feed. I want