Can I gather online feedback through python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can I gather online feedback through python?

I wrote a game and in the end when the user tries to quit the game he is prompted if he wants to give feedback or not. Now I just created a thing where the feedback just gets printed into a local feedback.txt and the program ends. So, what I want to do is I want to gather what they wrote and how much they rated my program through the internet and store in somekind of database on my computer or anywhere. Please tell me if this is even possible.

30th Jan 2020, 4:03 PM
Zodiac ZNaim
Zodiac ZNaim - avatar
5 Answers
+ 10
Firebase provides application developers an API that allows application data to be synchronized across clients and stored on firebase's cloud.
30th Jan 2020, 5:16 PM
SHADOW 🌀
SHADOW 🌀 - avatar
+ 4
Maybe try firebase?
30th Jan 2020, 4:10 PM
‎‫omri
‎‫omri - avatar
+ 3
Firebase is a free online database by Google. You can create user accounts there, and, everything actually...
30th Jan 2020, 4:14 PM
Yuval Rosen
Yuval Rosen - avatar
+ 1
sure, create a web server, make sure its online. setup an function to recieve the feedback using POST (you can also use GET but i think POST makes more sense here). process the input, store them in database. in your game you can setup a form and http request. https://www.sololearn.com/discuss/1170262/?ref=app https://www.sololearn.com/discuss/282041/?ref=app https://www.sololearn.com/discuss/1498266/?ref=app second one is google form, just add a butten that will open the goggle form from browser.
30th Jan 2020, 4:11 PM
Taste
Taste - avatar
0
omri I dont know what firebase is. Could you please tell me what it does.
30th Jan 2020, 4:11 PM
Zodiac ZNaim
Zodiac ZNaim - avatar