Kwizchm
Posts: 6
Joined: Fri Jan 31, 2020 3:00 pm

Raspberry PI 3B as a server for chat bot

Fri Jan 31, 2020 3:07 pm

Sorry for bad english :/
I plan on buying rpi 3b. First of i need to know will it be enough to host my current chat bot. As for know i run my bot on i5-8250u and everything works good and smooth. How much worse is 3b’s processing speed compared to i5-8250u?

User avatar
Botspot
Posts: 1263
Joined: Thu Jan 17, 2019 9:47 pm
Location: Texas
Contact: Website

Re: Raspberry PI 3B as a server for chat bot

Sat Feb 01, 2020 2:16 pm

That is hard to answer without more details. How is your chat bot being run on your i5? Some kind of Windows program?

Also, why not buy a Pi 4? (Raspberry Pi 3B is a slower, older version)
I've developed the most intuitive RaspiOS img editor on the planet.
With a GUI similar to Gparted, managing imgs and sd cards is a breeze!
Boot it in a VM, Flash from the Internet at top speed, Mount (to drop in files), Shrink/Expand, Repair, and more.
https://github.com/Botspot/Pi-Power-Tools
> 400 users! 8-)

Kwizchm
Posts: 6
Joined: Fri Jan 31, 2020 3:00 pm

Re: Raspberry PI 3B as a server for chat bot

Sat Feb 01, 2020 3:33 pm

Well the bot usually sits on 15-20mb of ram. And the bot itself is very simple, usual work session for 1 user is about 5 mins. Also i cannot afford pi 4 at this moment :D

User avatar
Botspot
Posts: 1263
Joined: Thu Jan 17, 2019 9:47 pm
Location: Texas
Contact: Website

Re: Raspberry PI 3B as a server for chat bot

Sat Feb 01, 2020 3:44 pm

Kwizchm wrote:
Sat Feb 01, 2020 3:33 pm
Also i cannot afford pi 4 at this moment
A 1GB pi 4 is $35. And a Pi 3 is also $35. How can you afford one and not the other?
I've developed the most intuitive RaspiOS img editor on the planet.
With a GUI similar to Gparted, managing imgs and sd cards is a breeze!
Boot it in a VM, Flash from the Internet at top speed, Mount (to drop in files), Shrink/Expand, Repair, and more.
https://github.com/Botspot/Pi-Power-Tools
> 400 users! 8-)

User avatar
rpdom
Posts: 17173
Joined: Sun May 06, 2012 5:17 am
Location: Chelmsford, Essex, UK

Re: Raspberry PI 3B as a server for chat bot

Sat Feb 01, 2020 3:47 pm

Kwizchm wrote:
Sat Feb 01, 2020 3:33 pm
Well the bot usually sits on 15-20mb of ram. And the bot itself is very simple, usual work session for 1 user is about 5 mins. Also i cannot afford pi 4 at this moment :D
The base model Pi 4B 1GB has the same recommended price as a Pi 3B 1GB - $35. The same goes for the Pi 3B+.
Some places may be selling the 3B cheaper.

As to the Bot, the software will be the issue. What software does it use? Will it run on an ARM based Pi, or is it just for x86 Windows or Mac?
Last edited by rpdom on Sat Feb 01, 2020 5:52 pm, edited 1 time in total.
Unreadable squiggle

User avatar
Botspot
Posts: 1263
Joined: Thu Jan 17, 2019 9:47 pm
Location: Texas
Contact: Website

Re: Raspberry PI 3B as a server for chat bot

Sat Feb 01, 2020 4:09 pm

rpdom wrote: Pi 4B 1MB
:o Is a 1 megabyte Pi a collectors item? :lol:
I've developed the most intuitive RaspiOS img editor on the planet.
With a GUI similar to Gparted, managing imgs and sd cards is a breeze!
Boot it in a VM, Flash from the Internet at top speed, Mount (to drop in files), Shrink/Expand, Repair, and more.
https://github.com/Botspot/Pi-Power-Tools
> 400 users! 8-)

User avatar
rpdom
Posts: 17173
Joined: Sun May 06, 2012 5:17 am
Location: Chelmsford, Essex, UK

Re: Raspberry PI 3B as a server for chat bot

Sat Feb 01, 2020 5:53 pm

Botspot wrote:
Sat Feb 01, 2020 4:09 pm
rpdom wrote: Pi 4B 1MB
:o Is a 1 megabyte Pi a collectors item? :lol:
Oops, corrected!

My first full ARM computer did have 1MB though :)
Unreadable squiggle

Kwizchm
Posts: 6
Joined: Fri Jan 31, 2020 3:00 pm

Re: Raspberry PI 3B as a server for chat bot

Sun Feb 02, 2020 11:48 am

rpdom wrote:
Sat Feb 01, 2020 3:47 pm
Kwizchm wrote:
Sat Feb 01, 2020 3:33 pm
Well the bot usually sits on 15-20mb of ram. And the bot itself is very simple, usual work session for 1 user is about 5 mins. Also i cannot afford pi 4 at this moment :D
The base model Pi 4B 1GB has the same recommended price as a Pi 3B 1GB - $35. The same goes for the Pi 3B+.
Some places may be selling the 3B cheaper.

As to the Bot, the software will be the issue. What software does it use? Will it run on an ARM based Pi, or is it just for x86 Windows or Mac?
It's just python script, it should run ok on any linux based os

Kwizchm
Posts: 6
Joined: Fri Jan 31, 2020 3:00 pm

Re: Raspberry PI 3B as a server for chat bot

Sun Feb 02, 2020 11:51 am

Botspot wrote:
Sat Feb 01, 2020 3:44 pm
Kwizchm wrote:
Sat Feb 01, 2020 3:33 pm
Also i cannot afford pi 4 at this moment
A 1GB pi 4 is $35. And a Pi 3 is also $35. How can you afford one and not the other?
I live in Belarus, the prices are so much different. PI4 here is 50-80$ where PI3B can be found with 30$ pricetag

User avatar
Botspot
Posts: 1263
Joined: Thu Jan 17, 2019 9:47 pm
Location: Texas
Contact: Website

Re: Raspberry PI 3B as a server for chat bot

Sun Feb 02, 2020 1:27 pm

Kwizchm wrote:
Sun Feb 02, 2020 11:48 am
It's just python script, it should run ok on any linux based os
Some python scripts require OS-specific modules, or CPU-specific commands.
Could you post your python script?
I've developed the most intuitive RaspiOS img editor on the planet.
With a GUI similar to Gparted, managing imgs and sd cards is a breeze!
Boot it in a VM, Flash from the Internet at top speed, Mount (to drop in files), Shrink/Expand, Repair, and more.
https://github.com/Botspot/Pi-Power-Tools
> 400 users! 8-)

Kwizchm
Posts: 6
Joined: Fri Jan 31, 2020 3:00 pm

Re: Raspberry PI 3B as a server for chat bot

Sun Feb 02, 2020 2:04 pm

Botspot wrote:
Sun Feb 02, 2020 1:27 pm
Kwizchm wrote:
Sun Feb 02, 2020 11:48 am
It's just python script, it should run ok on any linux based os
Some python scripts require OS-specific modules, or CPU-specific commands.
Could you post your python script?
I'm sorry but i can't this is my moneymaker :/ It works on lunix tho, should be enough?

User avatar
Botspot
Posts: 1263
Joined: Thu Jan 17, 2019 9:47 pm
Location: Texas
Contact: Website

Re: Raspberry PI 3B as a server for chat bot

Mon Feb 03, 2020 4:17 pm

Kwizchm wrote:
Sun Feb 02, 2020 2:04 pm
Botspot wrote:
Sun Feb 02, 2020 1:27 pm
Could you post your python script?
I'm sorry but i can't this is my moneymaker :/ It works on lunix tho, should be enough?
If you can't show us the code, how are we to verify, with 100% certainty, that your specific program will work on a Pi? Without information, we can't help you.
And now you have me wondering if what you're doing is illegal since you're so secretive about it.
I've developed the most intuitive RaspiOS img editor on the planet.
With a GUI similar to Gparted, managing imgs and sd cards is a breeze!
Boot it in a VM, Flash from the Internet at top speed, Mount (to drop in files), Shrink/Expand, Repair, and more.
https://github.com/Botspot/Pi-Power-Tools
> 400 users! 8-)

Kwizchm
Posts: 6
Joined: Fri Jan 31, 2020 3:00 pm

Re: Raspberry PI 3B as a server for chat bot

Tue Feb 04, 2020 11:52 am

I think thats a bit weird to say something’s illegal when u just can’t see the code. I mean if people pay for the bot why should i post it online for everyone to use?)

But thats not the point anyway. I get it I’ll just try it when rpi arrives

Thanks

peter_shaw
Posts: 13
Joined: Tue Feb 04, 2020 2:46 pm

Re: Raspberry PI 3B as a server for chat bot

Tue Feb 04, 2020 2:48 pm

i am pretty sure even a pi zero could handle a python chat bot resource wise

User avatar
Botspot
Posts: 1263
Joined: Thu Jan 17, 2019 9:47 pm
Location: Texas
Contact: Website

Re: Raspberry PI 3B as a server for chat bot

Tue Feb 04, 2020 7:28 pm

peter_shaw wrote:
Tue Feb 04, 2020 2:48 pm
i am pretty sure even a pi zero could handle a python chat bot resource wise
It's not a question about power, but compatibility.
RPi's cannot run Windows, neither can they run any normal apps, not even standard linux apps due to having a totally different CPU type.
I've developed the most intuitive RaspiOS img editor on the planet.
With a GUI similar to Gparted, managing imgs and sd cards is a breeze!
Boot it in a VM, Flash from the Internet at top speed, Mount (to drop in files), Shrink/Expand, Repair, and more.
https://github.com/Botspot/Pi-Power-Tools
> 400 users! 8-)

peter_shaw
Posts: 13
Joined: Tue Feb 04, 2020 2:46 pm

Re: Raspberry PI 3B as a server for chat bot

Thu Feb 06, 2020 1:59 pm

the topic is about a self made python chat bot..

Return to “Networking and servers”