affiliateroi
Registered Member
- Jun 1, 2015
- 97
- 43
I don't want to post the website/chat room here for multiple reasons. I believe the chat box code is javascript. I will give the URL after we have communicated.
I need a chat bot that will do the following.
1. Log on to website with chat application
2. Post in chat box.
3. Log on to website with chat application and post from a second account
4. Post in chat box
5. The same as above with up to 6 different bots at a time.
6. Once a specific bot is blocked from posting, it will log in from a different account to post in chat box.
7. All of the messages entered in chat will be based on data I have entered beforehand.
For example in chat there might be the following :
username1: I love this chat
username2: This chat is awesome
username3: How often do you come and chat here?
userrname4: Check out this URL www.yahoo.com
I need software that will both allow me to input data for each chat bot, and that will login to the website/chat room.
The software should have a location where I can enter username and password for each account. and these accounts would then be used to login to the chat room.
The software does not need to create new accounts, it just needs to login and post based on pre-specified posts, and with usernames and passwords that I will provide.
When contacting me , please give me estimated price
Below is part of the code showing on the website for the chat room:
<div class="messageBox">
<form id="messageForm">
<input type="text" maxlength="160" id="message" autocomplete="off" class="full" />
</form>
</div>
<script type='text/javascript'>
.
I need a chat bot that will do the following.
1. Log on to website with chat application
2. Post in chat box.
3. Log on to website with chat application and post from a second account
4. Post in chat box
5. The same as above with up to 6 different bots at a time.
6. Once a specific bot is blocked from posting, it will log in from a different account to post in chat box.
7. All of the messages entered in chat will be based on data I have entered beforehand.
For example in chat there might be the following :
username1: I love this chat
username2: This chat is awesome
username3: How often do you come and chat here?
userrname4: Check out this URL www.yahoo.com
I need software that will both allow me to input data for each chat bot, and that will login to the website/chat room.
The software should have a location where I can enter username and password for each account. and these accounts would then be used to login to the chat room.
The software does not need to create new accounts, it just needs to login and post based on pre-specified posts, and with usernames and passwords that I will provide.
When contacting me , please give me estimated price
Below is part of the code showing on the website for the chat room:
<div class="messageBox">
<form id="messageForm">
<input type="text" maxlength="160" id="message" autocomplete="off" class="full" />
</form>
</div>
<script type='text/javascript'>
.