this post was submitted on 02 Aug 2023
14 points (100.0% liked)

Lemmy Bots and Tools

3 readers
1 users here now

Welcome to the programming.dev lemmy development community! This is a place to discuss and show off bots, tools, front ends, etc. you're making that relate to lemmy

Theres another version of this community over at lemm.ee if you want to subscribe to that one as well

Icon base by DarkZaitzev under CC BY 3.0 with modifications to add a gradient

founded 1 year ago
MODERATORS
 

You can find it here. Source code in the link.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] Lmaydev@programming.dev 3 points 1 year ago* (last edited 1 year ago) (1 children)

Delightfully simple python code.

Why did you choose to use PHP?

Also where do you get the stop words from?

[โ€“] rikudou@lemmings.world 4 points 1 year ago

I'm just not productive with Python, Symfony is my go-to framework for anything because it's the one I know best. The python side took me more than the rest of the project simply because I couldn't find anything on how the hell do you deploy a production Python app.

I get them from the sumy package but it can't read them when built using pyinstaller, so I pretty much decided I won't spend another who-knows-how-many hours trying to solve the problem of loading data packages with pyinstaller and copied it directly to the python script. I'm planning on fixing it when I have time.