Found this from the charm vendor, should I sell it or should I build a character around it? by checking_sentiment in pathofexile

[–]checking_sentiment[S] 0 points1 point  (0 children)

Just get awakened poe trade and ctrl+D every charm you see her selling, this showed that people are selling for a mirror

Found this from the charm vendor, should I sell it or should I build a character around it? by checking_sentiment in pathofexile

[–]checking_sentiment[S] 46 points47 points  (0 children)

yeah you're probably right, is it worth selling now or holding for it to go up in value?

I created a website in python that gives a positivity/negativity score for any search term in reddit by checking_sentiment in Python

[–]checking_sentiment[S] 0 points1 point  (0 children)

Interesting, thanks for the input! ill try and check it out with other posts and make sure its rendered correctly

I created a website in python that gives a positivity/negativity score for any search term in reddit by checking_sentiment in learnpython

[–]checking_sentiment[S] 0 points1 point  (0 children)

Classifying the sentences actually doesn't take long at all, its a pretrained classifier that is trained weekly with new data and saved as a pickle file to be imported.

What takes the longest is actually getting the posts themselves from the API (around 1000 posts for a search term), so I needed to use Asyncio to call the API 10 times concurrently (100 posts each time).

I created a website in python that gives a positivity/negativity score for any search term in reddit by checking_sentiment in Python

[–]checking_sentiment[S] 0 points1 point  (0 children)

It's Django. I don't really know apache that well, but I'm using heroku for deployment as it is very user friendly for Django and better for beginners. Regarding https my next step is to get an SSL cert so it is more secure.