<center></center> **UPDATE:** ***I have updated the App so that you don't need your own credentials to use it. Please ignore any reference to getting or using your own HiveSQL credentials in the post. Thank You.*** **UPDATE-2:** ***I made the github repo to the code private because it was leaking the private credentials. I am just learning how these things work. If you need the code I will be happy to share. To make the github repo public I need to learn how to secure sensitive data first.*** **UPDATE-3:** https://leofinance.io/@geekgirl/update-on-my-experimental-app-hive-librarian If you followed my previous posts, you probably already know I have been experimenting with HiveSQL and Streamlit in python. Today I decided to attempt to build something more useful and ended up deploying my very first simple App. Let's call it Hive Comments. Because that's all it does, it retrieves the historical comments made by one user to another. Have you ever had a situation when you tried to remember an information that was shared in the comments sometime in the past? Or perhaps you were/are interested in seeing all the comments or conversations you had with a specific user? Or maybe even a conversations other users had with each other. If so, you may find it interesting to browse through the history of Hive comments among users. Before I bore you with all the details how to build an App using Streamlit and HiveSQL, feel free to go the following link and try it yourself. I would appreciate any and all feedbacks. https://hive-user-responses.herokuapp.com To connect to the HiveSQL database login credentials are required. Since I wasn't sure about the terms of service and because HiveSQL is free for all users I chose to let Hive users use their of login credentials for HiveSQL. If you do not have one, it is easy to get. Simple transfer 0.01 HBD to @hivesql, and it will automatically send a transfer to your account with login and password information. If you don't have 0.01 HBD, I will be happy to send you. Just let me know in the comments. Once you have the login/password for HiveSQL, just enter your username and password to the top two fields. Next two input fields ask for user-1 and user-1. After you click the ***Get Responses*** button, the results will output all the comments made by user-1 to user-2. For context, you can click the ***(source)*** and it will take to that comment on hive.blog. <center>**Writing the Code and Deploying to Heroku**</center> The App itself is not complicated. It only has one simple task as described above. I use Streamlit because it makes making web apps easy and fast. It also makes deploying apps easy as well. I chose to deploy it on Heroku. Initially I had issues deploying it, because I used `pyodbc` module which requires specific Microsoft sql driver. Even with `pyodbc` the App worked fine on the local machine. But problem happened when I tried to deploy it on Heroku. Then I switched to a different module - `pymssql` and everything worked fine locally and was able to deploy without any issues. It works almost the same way as `pyodbc`. The code itself contains lines to connect to HiveSQL using `pymssql` which takes an SQL command and returns the results. I store the SQL query in a SQLCommand variable. Other lines of code use Streamlit functions to output labels, inputs, divs, p, and text on a webpage. Most of them are self-explanatory. To get started with Streamlit, feel free to read my previous post on the topic. Then, there is also long lines of code that has to do with styling and CSS. With basic CSS knowledge and using Chrome's inspector we can identify and style all the elements displayed on the webpage. Before deploying the App to Heroku we will need to place all files used and needed to github. First, we need the python files used. In this case, I only had one python file for the App. I also use an image, so I need to include that as well. After that we need to create three more files with specific information in them. The file names will be: * `Procfile` * `requirements.text` * `setup.sh` The `Procfile` will have one line as following: `web: sh setup.sh && streamlit run hive_responses-app.py` Replace the .py filename with a filename of your App. Inside the `requirement.txt` we need to place all the modules/dependencies we used in our python script with their version numbers. Like this: `streamlit==0.74.1` `pymssql==2.1.5` `Pillow==8.1.0` We can get that information with typing the following in the command prompt or terminal `pip freeze` or in my case `pip3.8 freeze` Last file `setup.sh` will contain the following. ``` mkdir -p ~/.streamlit/ echo "\ [server]\n\ port = $PORT\n\ enableCORS = false\n\ headless = true\n\ \n\ " > ~/.streamlit/config.toml ``` We don't need to make any changes in this file. Here is the link to my github repository for this App: https://github.com/librarian-hive/hive-comments Now that everything is ready in github, we go to Heroku. In Heroku, we need to click **New** --> **Create new app**. First we need to give our new app a name. After that, under **Deploy** tab and **Deployment method** we need to choose **Github**. It will ask for repository name, searches for it and connects to the repository. Lastly, we click the **Deploy Branch** at the bottom of the page. It will take few minutes to configure and install everything properly. If everything goes well, at the end it will show a **View** link to the App. That's it. Feel free to visit my super boring first app. https://hive-user-responses.herokuapp.com Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@geekgirl/hive-comments-i-built-a-web-app-using-hivesql-and-streamlit-all-in-python)
author | geekgirl |
---|---|
permlink | hive-comments-i-built-a-web-app-using-hivesql-and-streamlit-all-in-python |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["hive-167922","hive","hivesql","python","coding","dev","tutorial","stem","neoxian","ctptalk","palnet","leofinance"],"canonical_url":"https://leofinance.io/@geekgirl/hive-comments-i-built-a-web-app-using-hivesql-and-streamlit-all-in-python","links":["https://leofinance.io/@geekgirl/update-on-my-experimental-app-hive-librarian","https://hive-user-responses.herokuapp.com","https://github.com/librarian-hive/hive-comments","https://leofinance.io/@geekgirl/hive-comments-i-built-a-web-app-using-hivesql-and-streamlit-all-in-python"],"image":["https://images.hive.blog/DQmSuZsnR2abnJBz41JwAnfczJCmHqAGDiWmTzkeiBFrjH1/hivesqlapp.jpeg"]} |
created | 2021-01-29 05:46:24 |
last_update | 2021-01-30 07:00:15 |
depth | 0 |
children | 63 |
last_payout | 2021-02-05 05:46:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 33.116 HBD |
curator_payout_value | 29.710 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 5,854 |
author_reputation | 1,586,488,611,824,452 |
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,607,248 |
net_rshares | 238,017,871,999,087 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
enki | 0 | 11,726,442,425,812 | 53.9% | ||
tombstone | 0 | 16,237,393,551 | 0.75% | ||
acidyo | 0 | 10,644,702,402,180 | 100% | ||
oaldamster | 0 | 34,929,258,813 | 100% | ||
rxhector | 0 | 7,114,309,341 | 50% | ||
yury-vas | 0 | 267,213,429,451 | 100% | ||
ausbitbank | 0 | 2,040,542,008,724 | 100% | ||
fulltimegeek | 0 | 1,157,388,553,161 | 100% | ||
meesterboom | 0 | 2,016,901,391,520 | 100% | ||
inertia | 0 | 1,802,861,123,482 | 100% | ||
arcange | 0 | 208,988,856,714 | 3% | ||
raphaelle | 0 | 3,388,491,306 | 3% | ||
ace108 | 0 | 279,563,181,282 | 10% | ||
sazbird | 0 | 5,611,605,409 | 50% | ||
originate | 0 | 69,724,342,097 | 9.35% | ||
jphamer1 | 0 | 3,898,175,937,881 | 100% | ||
bidnat | 0 | 76,369,788 | 6% | ||
hanshotfirst | 0 | 543,379,873,656 | 10% | ||
bert0 | 0 | 829,087,164 | 0.4% | ||
wisbeech | 0 | 7,518,319,990 | 100% | ||
netaterra | 0 | 429,606,832,694 | 17% | ||
aaronsuncamacho | 0 | 19,759,172,610 | 100% | ||
ats-david | 0 | 371,027,302,144 | 50% | ||
jlufer | 0 | 65,341,368,242 | 100% | ||
daveks | 0 | 329,279,168,793 | 7.5% | ||
amr008 | 0 | 12,313,427,789 | 100% | ||
aggroed | 0 | 10,225,039,084,630 | 100% | ||
titusfrost | 0 | 47,777,078,270 | 100% | ||
clayboyn | 0 | 25,668,664,756 | 25% | ||
ssekulji | 0 | 37,555,638,606 | 100% | ||
r0nd0n | 0 | 37,198,574,777 | 50% | ||
anasz | 0 | 155,836,010,687 | 100% | ||
techslut | 0 | 28,647,001,859 | 5% | ||
supergoodliving | 0 | 118,612,680,050 | 50% | ||
mangos | 0 | 1,557,373,198,395 | 36% | ||
zorg67 | 0 | 660,453,674 | 100% | ||
funnel | 0 | 25,386,421,295 | 100% | ||
ixindamix | 0 | 101,508,979,651 | 50% | ||
walterjay | 0 | 2,329,060,736 | 0.45% | ||
v4vapid | 0 | 11,518,622,656,411 | 77% | ||
fibra59 | 0 | 288,928,776,814 | 100% | ||
voter | 0 | 81,535,321 | 100% | ||
rahul.stan | 0 | 45,851,028,968 | 50% | ||
distantsignal | 0 | 750,527,851,389 | 100% | ||
steemitboard | 0 | 10,535,209,599 | 3% | ||
cosmictriage | 0 | 82,995,790,130 | 100% | ||
ganjafarmer | 0 | 3,794,515,202 | 5% | ||
itinerantph | 0 | 7,585,608,874 | 100% | ||
dickturpin | 0 | 5,897,698,209 | 17.5% | ||
bloggingforbeans | 0 | 18,743,823,083 | 50% | ||
thatsweeneyguy | 0 | 1,080,005,332 | 5% | ||
tamaralovelace | 0 | 96,834,609,177 | 100% | ||
mominsdt | 0 | 1,275,235,716 | 100% | ||
roomservice | 0 | 10,072,788,764 | 1.87% | ||
drag33 | 0 | 256,946,970,517 | 100% | ||
swelker101 | 0 | 245,694,871,890 | 50% | ||
kaylee.nicole | 0 | 15,907,701,644 | 50% | ||
isaria | 0 | 1,176,044,591,661 | 50% | ||
rycharde | 0 | 1,202,331,039 | 10% | ||
jonsnow1983 | 0 | 9,700,565,286 | 100% | ||
giuatt07 | 0 | 294,581,741,074 | 25% | ||
alphacore | 0 | 16,485,795,420 | 1.25% | ||
reddragonfly | 0 | 40,854,011,892 | 100% | ||
cryptographic | 0 | 4,470,073,733,252 | 100% | ||
sam99 | 0 | 214,020,216,554 | 15.4% | ||
spectrumecons | 0 | 1,248,570,033,480 | 25% | ||
kris10 | 0 | 90,264,938,425 | 50% | ||
d-pend | 0 | 3,849,626,383,390 | 100% | ||
dksart | 0 | 208,485,265,987 | 100% | ||
goldkey | 0 | 70,785,902,343 | 10% | ||
felt.buzz | 0 | 3,632,604,481 | 0.45% | ||
appreciator | 0 | 34,658,795,403,605 | 11% | ||
themarkymark | 0 | 2,383,238,701,268 | 10% | ||
nathanmars | 0 | 6,053,765,697,041 | 100% | ||
leaky20 | 0 | 90,533,891,427 | 100% | ||
vikisecrets | 0 | 434,525,431,955 | 30% | ||
resiliencia | 0 | 810,431,363,821 | 100% | ||
vimukthi | 0 | 166,696,688,554 | 100% | ||
thatindianlady | 0 | 9,425,600,585 | 5% | ||
chops316 | 0 | 82,013,282,953 | 100% | ||
rehan12 | 0 | 55,083,501,038 | 30% | ||
santigs | 0 | 20,964,509,917 | 37% | ||
karja | 0 | 113,306,224,246 | 5% | ||
nadhora | 0 | 24,616,435,555 | 100% | ||
tipu | 0 | 1,499,620,585,426 | 5% | ||
niallon11 | 0 | 1,070,547,863,188 | 100% | ||
jedigeiss | 0 | 1,904,231,189,047 | 100% | ||
accelerator | 0 | 49,843,576,275 | 5% | ||
buildawhale | 0 | 6,838,101,126,544 | 10% | ||
artonmysleeve | 0 | 3,303,121,563 | 3.75% | ||
voxmonkey | 0 | 991,887,648 | 100% | ||
chinchilla | 0 | 276,759,766,048 | 100% | ||
therealwolf | 0 | 911,783,278,675 | 2.5% | ||
fatman | 0 | 4,921,714,251 | 2% | ||
maryed | 0 | 100,398,064,662 | 100% | ||
makerhacks | 0 | 28,830,859,663 | 10% | ||
investegg | 0 | 269,829,108,363 | 6.39% | ||
vegoutt-travel | 0 | 17,670,255,417 | 25% | ||
josediccus | 0 | 347,022,758,849 | 50% | ||
zoidsoft | 0 | 70,914,102,148 | 100% | ||
arabisouri | 0 | 92,905,885,857 | 100% | ||
mrsyria | 0 | 1,351,258,919 | 100% | ||
fknmayhem | 0 | 58,353,305,887 | 75% | ||
branlee87 | 0 | 35,216,699,008 | 100% | ||
kedi | 0 | 30,137,365 | 100% | ||
emrebeyler | 0 | 3,391,538,326,464 | 100% | ||
communitycoin | 0 | 981,670,019,323 | 50% | ||
smartsteem | 0 | 163,176,519,146 | 2.5% | ||
chireerocks | 0 | 7,891,990,128 | 50% | ||
citizensmith | 0 | 175,548,776,123 | 100% | ||
mytechtrail | 0 | 50,801,127,028 | 15% | ||
b00m | 0 | 42,948,149,689 | 100% | ||
aquinotyron3 | 0 | 480,451,401 | 30% | ||
elderson | 0 | 1,244,090,244 | 2.5% | ||
nathen007 | 0 | 6,772,572,136 | 100% | ||
road2nowhere | 0 | 30,193,060,578 | 100% | ||
afril | 0 | 16,583,298,492 | 50% | ||
ats-witness | 0 | 48,281,646,479 | 50% | ||
fourfourfun | 0 | 1,155,022,274 | 3.85% | ||
leynedayana | 0 | 503,971,172 | 100% | ||
upmyvote | 0 | 6,540,878,015 | 10% | ||
bartheek | 0 | 679,297,316 | 2.5% | ||
tdre | 0 | 925,675,698,012 | 100% | ||
gillianpearce | 0 | 264,624,227 | 10% | ||
bengy | 0 | 66,948,236,148 | 50% | ||
fun2learn | 0 | 3,018,214,882 | 3% | ||
bala41288 | 0 | 312,735,840,347 | 50% | ||
heidimarie | 0 | 40,307,319,451 | 10% | ||
ahmedsy | 0 | 2,305,181,446 | 100% | ||
steemboat-steve | 0 | 4,379,412,286 | 50% | ||
chorock | 0 | 423,987,208,803 | 45% | ||
tobias-g | 0 | 556,013,854 | 7.5% | ||
corndog54 | 0 | 16,103,554,540 | 100% | ||
icuz | 0 | 4,688,428,447 | 50% | ||
investprosper | 0 | 1,013,396,602 | 50% | ||
unconditionalove | 0 | 17,047,146,491 | 100% | ||
danielpendrgraft | 0 | 988,369,976 | 100% | ||
orlandumike | 0 | 8,516,143,924 | 20% | ||
upfundme | 0 | 1,123,731,902 | 6% | ||
anderssinho | 0 | 7,205,747,002 | 100% | ||
mgzayyar | 0 | 51,690,801,431 | 100% | ||
penderis | 0 | 83,254,027,216 | 100% | ||
thebluewin | 0 | 4,455,163,350 | 100% | ||
auminda | 0 | 3,395,568,945 | 100% | ||
asgarth | 0 | 1,504,333,365,272 | 50% | ||
movement19 | 0 | 803,001,290 | 2.5% | ||
mutiahanum | 0 | 2,251,833,051 | 99% | ||
futurecurrency | 0 | 38,885,628,869 | 60% | ||
jasonwaterfalls | 0 | 680,172,454 | 90% | ||
homesteadlt | 0 | 2,428,296,836 | 100% | ||
yusrizakaria | 0 | 6,463,636,868 | 90% | ||
lionsuit | 0 | 9,316,048,589 | 100% | ||
outlinez | 0 | 4,984,603,917 | 3.3% | ||
bil.prag | 0 | 202,298,443,313 | 40% | ||
tiababi | 0 | 468,465,894 | 100% | ||
goldvault | 0 | 3,490,586,413 | 10% | ||
stmdev | 0 | 388,489,001 | 10% | ||
jan23com | 0 | 6,959,249,360 | 90% | ||
beat-the-bookies | 0 | 428,448,249 | 100% | ||
orkin420 | 0 | 8,085,236,637 | 100% | ||
abdulmath | 0 | 8,560,839,720 | 100% | ||
midlet | 0 | 2,197,816,569,143 | 100% | ||
tonimontana | 0 | 7,230,671,414 | 100% | ||
z3ll | 0 | 2,853,236,917 | 100% | ||
choco11oreo11 | 0 | 3,624,038,643 | 90% | ||
gogreenbuddy | 0 | 444,225,817,734 | 100% | ||
sv-krasnova | 0 | 777,732,200 | 100% | ||
kgakakillerg | 0 | 3,825,737,422 | 1.1% | ||
adeyemidrey | 0 | 347,129,858,839 | 100% | ||
mraggaj | 0 | 155,718,320,409 | 100% | ||
irwandarasyid | 0 | 3,244,150,406 | 99% | ||
promobot | 0 | 14,179,493,443 | 15.4% | ||
beco132 | 0 | 5,089,050,708 | 100% | ||
primersion | 0 | 491,156,948,186 | 100% | ||
mrs.goldkey | 0 | 837,637,844 | 10% | ||
fw206 | 0 | 38,823,091,493 | 31% | ||
slobberchops | 0 | 1,816,097,495,362 | 35% | ||
techcoderx | 0 | 193,887,564,003 | 100% | ||
valentin86 | 0 | 1,293,453,761 | 100% | ||
davidesimoncini | 0 | 2,129,645,039 | 25% | ||
steemitpoetry | 0 | 646,528,505 | 100% | ||
curatorcat | 0 | 58,774,206,343 | 100% | ||
thefoundation | 0 | 6,672,389,261 | 28.01% | ||
topbooster | 0 | 1,546,114,515 | 100% | ||
czera | 0 | 618,608,013 | 100% | ||
tiffcisme | 0 | 837,975,230 | 100% | ||
donald.porter | 0 | 3,193,391,254 | 10% | ||
marivic10 | 0 | 1,066,399,843 | 5% | ||
thehive | 0 | 181,381,278,618 | 70% | ||
dalz | 0 | 521,821,563,030 | 100% | ||
holovision | 0 | 81,639,872,267 | 65% | ||
harkar | 0 | 112,465,235,400 | 15% | ||
littleshadow | 0 | 5,643,003,922 | 90% | ||
luppers | 0 | 718,646,211 | 1% | ||
voxmortis | 0 | 886,871,694 | 0.5% | ||
emaillisahere | 0 | 6,470,302,454 | 75% | ||
buzzbee | 0 | 1,091,588,268 | 50% | ||
pboulet | 0 | 1,002,942,524 | 0.9% | ||
caoimhin | 0 | 950,003,114 | 100% | ||
voter003 | 0 | 26,728,497,498 | 21.27% | ||
voter000 | 0 | 688,361,411 | 2% | ||
quediceharry | 0 | 19,194,900,110 | 100% | ||
marshalmugi | 0 | 12,396,669,352 | 85% | ||
podg3 | 0 | 1,354,128,077 | 90% | ||
silverkey | 0 | 857,519,322 | 10% | ||
silvervault | 0 | 3,811,589,237 | 10% | ||
cryptycoon | 0 | 1,438,189,933 | 10% | ||
cryptoclerk | 0 | 1,529,055,485 | 10% | ||
mister-meeseeks | 0 | 41,199,033,031 | 50% | ||
misstaken | 0 | 4,508,987,016 | 90% | ||
ldp | 0 | 6,247,353,859 | 50% | ||
encrypt3dbr0k3r | 0 | 12,298,082,146 | 100% | ||
diegor | 0 | 9,391,864,263 | 100% | ||
brianoflondon | 0 | 1,233,534,763,058 | 100% | ||
priyanarc | 0 | 19,042,055,770 | 5.5% | ||
kristall97 | 0 | 177,854,279,260 | 50% | ||
miguelbaez | 0 | 1,212,521,959 | 5.5% | ||
brosgn | 0 | 11,884,035,207 | 50% | ||
bro-poker | 0 | 690,338,302 | 50% | ||
jussbren | 0 | 1,468,554,444 | 90% | ||
theycallmedan | 0 | 85,320,073,153,900 | 100% | ||
thomasward9 | 0 | 12,837,742,142 | 100% | ||
smokingfit | 0 | 5,128,689,477 | 100% | ||
optimizer | 0 | 653,696,165 | 2% | ||
superultra | 0 | 140,565,828 | 90% | ||
danpendergraft | 0 | 6,218,988,779 | 50% | ||
xlnt | 0 | 819,406,805 | 100% | ||
dumbsteem | 0 | 2,406,824,182 | 100% | ||
mariyem | 0 | 699,344,650 | 100% | ||
bluerobo | 0 | 93,208,496,896 | 100% | ||
oresteg | 0 | 1,216,125,811 | 100% | ||
jacuzzi | 0 | 2,793,944,550 | 2.5% | ||
primeradue | 0 | 91,623,893,849 | 77% | ||
mrsbozz | 0 | 3,317,512,172 | 60% | ||
monsterguru | 0 | 1,003,733,189 | 100% | ||
loliver | 0 | 6,755,067,982 | 100% | ||
circa | 0 | 133,223,620,228 | 100% | ||
ctime | 0 | 427,214,850,042 | 7% | ||
richardfyates | 0 | 2,749,455,546 | 100% | ||
dpoll.curation | 0 | 65,387,784,627 | 100% | ||
humanspirit | 0 | 1,605,276,309 | 100% | ||
tankometry | 0 | 24,718,274,632 | 100% | ||
jetometry | 0 | 24,565,819,428 | 100% | ||
rockstarbm | 0 | 22,115,333,518 | 100% | ||
hanke | 0 | 12,670,371,563 | 100% | ||
goodcontentbot | 0 | 807,421,101 | 15% | ||
limka | 0 | 185,408,494 | 100% | ||
leeyh2 | 0 | 23,558,986,325 | 100% | ||
steemstreems | 0 | 529,777,704 | 20% | ||
abbenay | 0 | 1,071,165,947 | 5% | ||
denizcakmak | 0 | 553,361,120 | 50% | ||
kggymlife | 0 | 5,811,358,261 | 20% | ||
alchemystones | 0 | 27,336,081,371 | 100% | ||
kryptogames | 0 | 22,578,290,233 | 5% | ||
erinclair | 0 | 806,514,276 | 100% | ||
cindis | 0 | 837,962,120 | 100% | ||
linur | 0 | 1,006,079,852 | 100% | ||
coredump | 0 | 27,277,962 | 10% | ||
epicdice | 0 | 3,183,690,199 | 0.75% | ||
raspibot | 0 | 1,161,327,359 | 100% | ||
iamangierose | 0 | 530,608,702 | 50% | ||
likwid | 0 | 2,137,589,839 | 15.4% | ||
haxxdump | 0 | 115,080,030 | 10% | ||
wulff-media | 0 | 110,636,862,467 | 100% | ||
tinyhousecryptos | 0 | 522,619,441 | 5% | ||
brosino | 0 | 7,459,956,311 | 50% | ||
cryptogambit | 0 | 1,444,619,993 | 7.5% | ||
brosgn.fund | 0 | 30,544,845,142 | 50% | ||
retrocommodore | 0 | 22,120,825,111 | 100% | ||
suigener1s | 0 | 540,696,856 | 100% | ||
ana101321 | 0 | 179,669,734 | 100% | ||
kgswallet | 0 | 542,901,158 | 20% | ||
yeswecan | 0 | 23,580,594,693 | 90% | ||
leovoter | 0 | 1,076,257,635 | 50% | ||
partitura.leo | 0 | 334,833,543 | 100% | ||
good.game | 0 | 14,872,473,249 | 100% | ||
myfreshes | 0 | 10,009,547,473 | 8.8% | ||
babytarazkp | 0 | 2,288,564,703 | 40% | ||
valerianis | 0 | 834,642,034 | 5.5% | ||
wongbraling | 0 | 5,507,798,225 | 100% | ||
abh12345.stem | 0 | 744,932,284 | 100% | ||
maciejficek | 0 | 4,576,971,411 | 100% | ||
soyunasantacruz | 0 | 41,589,781,348 | 100% | ||
acta | 0 | 17,641,989,785 | 100% | ||
urun | 0 | 3,926,327,770 | 100% | ||
the-table | 0 | 21,174,973,202 | 90% | ||
cardtrader | 0 | 2,173,101,993 | 100% | ||
maxuvd | 0 | 28,133,283,028 | 8% | ||
brocfml | 0 | 908,497,970 | 100% | ||
bilpcoinbot | 0 | 1,126,798,314 | 50% | ||
korver | 0 | 15,025,382,441 | 50% | ||
tmps | 0 | 965,236,487 | 6% | ||
thehouse | 0 | 1,925,303,290 | 90% | ||
zeesh | 0 | 835,346,163 | 5.5% | ||
spinvest-leo | 0 | 1,725,899,949 | 5% | ||
stemd | 0 | 318,547,208 | 100% | ||
tonimontana.leo | 0 | 722,647,076 | 39.8% | ||
dappstats | 0 | 3,749,843,587 | 15% | ||
silverquest | 0 | 151,068,125,338 | 90% | ||
therealyme | 0 | 1,088,905,814 | 17% | ||
bilpcoin.pay | 0 | 2,286,304,987 | 50% | ||
yggdrasil.laguna | 0 | 342,901,767 | 70% | ||
rosa.leo | 0 | 1,708,271,407 | 100% | ||
honeychip | 0 | 11,556,118,927 | 85% | ||
redwarbull | 0 | 840,286,774 | 10% | ||
oblivioncubed | 0 | 34,684,089,068 | 15% | ||
lacking | 0 | 74,173,084,554 | 15% | ||
gloriaolar | 0 | 147,809,961,384 | 100% | ||
chireerocks.stem | 0 | 142,223,197 | 100% | ||
bilpcoinbpc | 0 | 2,539,110,456 | 25% | ||
football-stats | 0 | 5,495,226,654 | 100% | ||
drew0 | 0 | 6,504,102,193 | 50% | ||
cornavirus | 0 | 6,963,194,108 | 90% | ||
phython | 0 | 2,453,940,372 | 100% | ||
zeusflatsak | 0 | 1,218,784,636 | 5% | ||
dpend.extra | 0 | 1,258,137,782 | 80% | ||
fengchao | 0 | 13,952,176,988 | 3% | ||
blue-witness | 0 | 15,407,713,882 | 100% | ||
hivetrending | 0 | 104,450,369,145 | 100% | ||
laruche | 0 | 41,686,352,516 | 0.9% | ||
folklure | 0 | 16,104,361,346 | 100% | ||
master-lamps | 0 | 5,309,968,765 | 100% | ||
softworld | 0 | 548,667,565,851 | 38% | ||
captainhive | 0 | 493,900,407,462 | 25% | ||
arlettemsalase | 0 | 48,813,598,266 | 100% | ||
hjchilb | 0 | 441,943,719 | 100% | ||
quello | 0 | 1,003,857,711 | 7.5% | ||
radio-quebec | 0 | 1,010,494,647 | 50% | ||
gradeon | 0 | 1,875,490,171 | 10% | ||
feiderman | 0 | 14,292,766,149 | 100% | ||
sketching | 0 | 8,634,854,171 | 100% | ||
hiveonboard | 0 | 3,265,001,512 | 1.87% | ||
hive-143869 | 0 | 906,960,236 | 0.9% | ||
hivelist | 0 | 12,215,003,397 | 10% | ||
ninnu | 0 | 223,049,931,196 | 50% | ||
heystack | 0 | 1,827,722,137 | 100% | ||
localgrower | 0 | 8,173,598,680 | 10% | ||
tanzofett | 0 | 7,414,819,361 | 100% | ||
ghaazi | 0 | 4,587,041,923 | 100% | ||
bbtmh | 0 | 16,487,199,428 | 100% | ||
sportsfanboy | 0 | 7,660,234,381 | 100% | ||
p3ntar0u | 0 | 3,198,232,234 | 100% | ||
rollinshive | 0 | 25,033,130,953 | 100% | ||
plusvault | 0 | 1,959,383,887 | 100% | ||
maria-j | 0 | 3,832,838,132 | 100% | ||
rojiso2411 | 0 | 1,064,934,307 | 100% | ||
koxmicart | 0 | 2,165,137,505 | 100% | ||
recoveryinc | 0 | 22,600,662,770 | 5% | ||
hive-108278 | 0 | 3,391,912,175 | 12.5% | ||
rallso | 0 | 390,286,901 | 100% | ||
gohive | 0 | 49,543,162,865 | 100% | ||
dying | 0 | 3,234,828,851 | 5% | ||
vtol79 | 0 | 803,009,735 | 100% | ||
discohedge | 0 | 8,405,910,982 | 6% | ||
aaalviarez | 0 | 27,070,689,191 | 100% | ||
blogstats | 0 | 627,174,153 | 100% | ||
trangbaby | 0 | 17,640,965,626 | 29.7% | ||
soyalex | 0 | 12,830,687,698 | 100% | ||
luyennikki | 0 | 661,879,125 | 29.7% | ||
noalys | 0 | 595,482,147 | 5.5% | ||
abdul.qadir | 0 | 679,435,394 | 50% | ||
intacto | 0 | 42,199,259,683 | 3% | ||
dorkpower | 0 | 3,605,259,338 | 100% | ||
panprezes | 0 | 23,093,178 | 100% | ||
kattycrochet | 0 | 1,184,695,905 | 5.5% | ||
stemcur | 0 | 903,266,021 | 100% | ||
brofund-stem | 0 | 1,971,023,931 | 70% | ||
rikarivka | 0 | 2,639,879,942 | 100% | ||
robingreig | 0 | 11,799,950,093 | 100% | ||
leoline | 0 | 10,158,465,681 | 60% | ||
nathen007.stem | 0 | 657,046,581 | 100% | ||
stemline | 0 | 10,446,850,840 | 100% | ||
xiaqiann | 0 | 6,660,252,099 | 100% | ||
meestemboom | 0 | 1,255,012,052 | 35% | ||
academiccuration | 0 | 891,215,865 | 100% | ||
emrebeyler.stem | 0 | 1,483,341,911 | 100% | ||
slobberchops.leo | 0 | 352,002,881 | 70% | ||
scientician | 0 | 96,949,733 | 100% | ||
krishu.stem | 0 | 1,027,005,133 | 100% | ||
sanjeevm.stem | 0 | 3,694,875,054 | 100% | ||
ballsy | 0 | 3,537,026,466 | 100% | ||
kenechukwu97 | 0 | 2,519,494,642 | 52% | ||
mhuggu5hss | 0 | 322,800,779 | 100% | ||
damla.stem | 0 | 166,192,437 | 66% | ||
hivegifbot | 0 | 34,436,311,705 | 100% | ||
aliento.leo | 0 | 205,280,569 | 30% | ||
exyy | 0 | 867,118,470 | 19.9% | ||
shahab021 | 0 | 0 | 100% | ||
cbridges573 | 0 | 25,187,724,503 | 100% | ||
yanoshthegreat | 0 | 0 | 100% |
I tried it a little, and it¿s great. This way, we can look into other people's conversation, lol! I remember there was a set back on STEEM where you could see which was the account that supported you the most (in votes). It shut down because, at that time, the SQL was not free. I'll keep using your app and let you know if I have any feedback. -@eddiespino. Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@aliento.leo/re-geekgirl-sgfcl)
author | aliento.leo |
---|---|
permlink | re-geekgirl-sgfcl |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["hive-167922","leofinance"],"canonical_url":"https://leofinance.io/@aliento.leo/re-geekgirl-sgfcl","links":["https://leofinance.io/@aliento.leo/re-geekgirl-sgfcl"]} |
created | 2021-01-29 18:22:06 |
last_update | 2021-01-29 18:22:36 |
depth | 1 |
children | 1 |
last_payout | 2021-02-05 18:22:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.100 HBD |
curator_payout_value | 0.101 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 457 |
author_reputation | 997,642,795,512 |
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,615,309 |
net_rshares | 1,240,745,040,714 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
geekgirl | 0 | 1,240,745,040,714 | 100% |
I remember there was that app. I can try to add those features as I learn more. Thanks. Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@geekgirl/re-aliento-leo-byxw1)
author | geekgirl |
---|---|
permlink | re-aliento-leo-byxw1 |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["hive-167922","leofinance"],"canonical_url":"https://leofinance.io/@geekgirl/re-aliento-leo-byxw1"} |
created | 2021-01-29 20:09:48 |
last_update | 2021-01-29 20:09:48 |
depth | 2 |
children | 0 |
last_payout | 2021-02-05 20:09:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 184 |
author_reputation | 1,586,488,611,824,452 |
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,616,808 |
net_rshares | 0 |
Great post :) Tried it and works smoothly . Keep up the good work , bring out more applications like above . It helps . !WINE Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@amr008/re-geekgirl-5z4fgt)
author | amr008 |
---|---|
permlink | re-geekgirl-5z4fgt |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["hive-167922","leofinance"],"canonical_url":"https://leofinance.io/@amr008/re-geekgirl-5z4fgt"} |
created | 2021-01-29 06:39:51 |
last_update | 2021-01-29 06:39:51 |
depth | 1 |
children | 5 |
last_payout | 2021-02-05 06:39:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.102 HBD |
curator_payout_value | 0.103 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 220 |
author_reputation | 61,403,929,105,681 |
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,607,681 |
net_rshares | 1,283,359,066,674 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
geekgirl | 0 | 1,283,359,066,674 | 100% |
Thanks for your help!
author | geekgirl |
---|---|
permlink | qnoog0 |
category | hive-167922 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2021-01-29 06:52:48 |
last_update | 2021-01-29 06:52:48 |
depth | 2 |
children | 3 |
last_payout | 2021-02-05 06:52:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 21 |
author_reputation | 1,586,488,611,824,452 |
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,607,781 |
net_rshares | 0 |
Place don't mention. All credits to you. Great job. I should try out streamlit. I have couple of ideas on my mind. What's heroku actually? I am not sure . Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@amr008/re-geekgirl-5twvdn)
author | amr008 |
---|---|
permlink | re-geekgirl-5twvdn |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["hive-167922","leofinance"],"canonical_url":"https://leofinance.io/@amr008/re-geekgirl-5twvdn","links":["https://leofinance.io/@amr008/re-geekgirl-5twvdn"]} |
created | 2021-01-29 07:22:06 |
last_update | 2021-01-29 07:24:12 |
depth | 3 |
children | 2 |
last_payout | 2021-02-05 07:22:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.044 HBD |
curator_payout_value | 0.044 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 252 |
author_reputation | 61,403,929,105,681 |
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,608,034 |
net_rshares | 595,505,189,655 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
geekgirl | 0 | 595,505,189,655 | 50% |
<center> <sup>Cheers, @amr008 You Successfully Shared <b>0.100 WINE</b> With @geekgirl.</sup> <sup>You Earned <b>0.100 WINE</b> As Curation Reward.</sup> <sup>You Utilized <b>2/3</b> Successful Calls.</sup> <img src="https://files.peakd.com/file/peakd-hive/theguruasia/0Mg2vSTo-Wine3Greeting.png" alt="wine-greeting"> --- <sup>[WINE Current Market Price](https://hive-engine.com/?p=market&t=WINE) : <b>1.100 HIVE</b></sup> </center>
author | wine.bot |
---|---|
permlink | 20210129t064013013z |
category | hive-167922 |
json_metadata | {"tags":["wine","wineyard"],"app":"tan-bot/1.1","format":"markdown"} |
created | 2021-01-29 06:40:12 |
last_update | 2021-01-29 06:40:12 |
depth | 2 |
children | 0 |
last_payout | 2021-02-05 06:40:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 435 |
author_reputation | 8,093,187,024,337 |
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,607,684 |
net_rshares | 0 |
To be honest, I would prefer that you use your own HiveSQL credentials in your app rather than having to manage hundreds of one-time-use new credentials.
author | arcange |
---|---|
permlink | re-geekgirl-qnopll |
category | hive-167922 |
json_metadata | {"tags":["hive-167922"],"app":"peakd/2021.01.3"} |
created | 2021-01-29 07:17:45 |
last_update | 2021-01-29 07:17:45 |
depth | 1 |
children | 10 |
last_payout | 2021-02-05 07:17:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.096 HBD |
curator_payout_value | 0.097 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 153 |
author_reputation | 1,146,606,601,469,178 |
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,608,002 |
net_rshares | 1,218,741,236,149 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
geekgirl | 0 | 1,218,635,409,453 | 100% | ||
abh12345.stem | 0 | 105,826,696 | 20% |
There isn't any security issue right? In letting others use my credentials? Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@amr008/re-arcange-5kjxlu)
author | amr008 |
---|---|
permlink | re-arcange-5kjxlu |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["hive-167922","leofinance"],"canonical_url":"https://leofinance.io/@amr008/re-arcange-5kjxlu"} |
created | 2021-01-29 07:23:36 |
last_update | 2021-01-29 07:23:36 |
depth | 2 |
children | 4 |
last_payout | 2021-02-05 07:23:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 168 |
author_reputation | 61,403,929,105,681 |
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,608,041 |
net_rshares | 0 |
You should **never** share your credentials! Shall someone else uses them and does something harmful to HiveSQL, they could be permanently revoked and lock you out.
author | arcange |
---|---|
permlink | re-amr008-qnp56j |
category | hive-167922 |
json_metadata | {"tags":["hive-167922"],"app":"peakd/2021.01.3"} |
created | 2021-01-29 12:54:18 |
last_update | 2021-01-29 12:54:18 |
depth | 3 |
children | 3 |
last_payout | 2021-02-05 12:54:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 164 |
author_reputation | 1,146,606,601,469,178 |
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,611,446 |
net_rshares | 0 |
Awesome. I will try to update to that then. Thank You @arcange. Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@geekgirl/re-arcange-2kkwjh)
author | geekgirl |
---|---|
permlink | re-arcange-2kkwjh |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["hive-167922","leofinance"],"canonical_url":"https://leofinance.io/@geekgirl/re-arcange-2kkwjh"} |
created | 2021-01-29 07:40:27 |
last_update | 2021-01-29 07:40:27 |
depth | 2 |
children | 4 |
last_payout | 2021-02-05 07:40:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.014 HBD |
curator_payout_value | 0.015 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 157 |
author_reputation | 1,586,488,611,824,452 |
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,608,192 |
net_rshares | 212,243,698,164 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
arcange | 0 | 212,243,698,164 | 3% |
Thank you. > I made the github repo to the code private because it was leaking the private credentials. The solution to keeping your repo public is: - put your credential in a separate .php file (let's call it `credentials.php`) that you import into your main app code - Add a `credential.example.php` with dummy credentials to your project and tell users to update it with their own credentials and rename it. - add `credentials.php` to your .gitignore file to avoid it being pushed to your repo when you synch your project.
author | arcange |
---|---|
permlink | re-geekgirl-qnp4xg |
category | hive-167922 |
json_metadata | {"tags":["hive-167922"],"app":"peakd/2021.01.3"} |
created | 2021-01-29 12:48:54 |
last_update | 2021-01-29 12:48:54 |
depth | 3 |
children | 3 |
last_payout | 2021-02-05 12:48:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.112 HBD |
curator_payout_value | 0.112 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 527 |
author_reputation | 1,146,606,601,469,178 |
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,611,392 |
net_rshares | 1,365,699,067,772 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
geekgirl | 0 | 1,317,095,573,647 | 100% | ||
keys-defender | 0 | 48,603,494,125 | 100% |
For the sensitive data have you tried heroku config vars (https://devcenter.heroku.com/articles/config-vars) I'm having similar problems and I wonder if that's a good solution
author | beco132 |
---|---|
permlink | re-geekgirl-qnpsam |
category | hive-167922 |
json_metadata | {"tags":["hive-167922"],"app":"peakd/2021.01.3"} |
created | 2021-01-29 21:13:36 |
last_update | 2021-01-29 21:13:36 |
depth | 1 |
children | 1 |
last_payout | 2021-02-05 21:13:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.046 HBD |
curator_payout_value | 0.047 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 175 |
author_reputation | 13,334,818,383,892 |
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,617,533 |
net_rshares | 608,522,768,511 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
geekgirl | 0 | 608,522,768,511 | 50% |
Thank you. I will read that.
author | geekgirl |
---|---|
permlink | qnq4mb |
category | hive-167922 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2021-01-30 01:39:48 |
last_update | 2021-01-30 01:39:48 |
depth | 2 |
children | 0 |
last_payout | 2021-02-06 01:39:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 29 |
author_reputation | 1,586,488,611,824,452 |
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,620,443 |
net_rshares | 0 |
this could be useful. bookmarked. also simple and it works. ned commented on dan posts only 9 times. wow :D
author | bil.prag |
---|---|
permlink | re-geekgirl-qnpejo |
category | hive-167922 |
json_metadata | {"tags":["hive-167922"],"app":"peakd/2021.01.3"} |
created | 2021-01-29 16:16:36 |
last_update | 2021-01-29 16:18:54 |
depth | 1 |
children | 1 |
last_payout | 2021-02-05 16:16:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.046 HBD |
curator_payout_value | 0.046 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 109 |
author_reputation | 457,886,032,622,899 |
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,613,858 |
net_rshares | 596,622,323,051 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
geekgirl | 0 | 596,622,323,051 | 50% |
lol yea. that last one was funny and that was the one that made Dan to completely stop using Steem. Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@geekgirl/re-bil-prag-2ohquw)
author | geekgirl |
---|---|
permlink | re-bil-prag-2ohquw |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["hive-167922","leofinance"],"canonical_url":"https://leofinance.io/@geekgirl/re-bil-prag-2ohquw"} |
created | 2021-01-29 20:07:27 |
last_update | 2021-01-29 20:07:27 |
depth | 2 |
children | 0 |
last_payout | 2021-02-05 20:07:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 194 |
author_reputation | 1,586,488,611,824,452 |
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,616,783 |
net_rshares | 0 |
Thats very cool would be fun to see who you comment with most out of all your followers and the pecentage of it
author | chekohler |
---|---|
permlink | re-geekgirl-qnosfg |
category | hive-167922 |
json_metadata | {"tags":["hive-167922"],"app":"peakd/2021.01.3"} |
created | 2021-01-29 08:18:51 |
last_update | 2021-01-29 08:18:51 |
depth | 1 |
children | 1 |
last_payout | 2021-02-05 08:18:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.044 HBD |
curator_payout_value | 0.044 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 111 |
author_reputation | 524,332,427,393,665 |
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,608,514 |
net_rshares | 591,077,235,341 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
geekgirl | 0 | 591,010,827,353 | 50% | ||
abh12345.stem | 0 | 66,407,988 | 15% |
Right now it just shows interactions with one user. It is a great idea to implement. Thank you. Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@geekgirl/re-chekohler-5zantu)
author | geekgirl |
---|---|
permlink | re-chekohler-5zantu |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["hive-167922","leofinance"],"canonical_url":"https://leofinance.io/@geekgirl/re-chekohler-5zantu"} |
created | 2021-01-29 08:32:00 |
last_update | 2021-01-29 08:32:00 |
depth | 2 |
children | 0 |
last_payout | 2021-02-05 08:32:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 191 |
author_reputation | 1,586,488,611,824,452 |
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,608,710 |
net_rshares | 0 |
I must try this at some point :)
author | dalz |
---|---|
permlink | qnomb4 |
category | hive-167922 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2021-01-29 06:06:45 |
last_update | 2021-01-29 06:06:45 |
depth | 1 |
children | 2 |
last_payout | 2021-02-05 06:06:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.108 HBD |
curator_payout_value | 0.095 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 32 |
author_reputation | 1,900,948,943,972,841 |
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,607,402 |
net_rshares | 1,339,699,957,708 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
geekgirl | 0 | 1,339,699,957,708 | 100% |
Did you try the App? Please do. I need feedbacks. :)
author | geekgirl |
---|---|
permlink | qnomhz |
category | hive-167922 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2021-01-29 06:10:48 |
last_update | 2021-01-29 06:10:48 |
depth | 2 |
children | 1 |
last_payout | 2021-02-05 06:10:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 52 |
author_reputation | 1,586,488,611,824,452 |
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,607,426 |
net_rshares | 0 |
Not yet .... on the phone now, cant make it running :)
author | dalz |
---|---|
permlink | qnomx0 |
category | hive-167922 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2021-01-29 06:19:51 |
last_update | 2021-01-29 06:19:51 |
depth | 3 |
children | 0 |
last_payout | 2021-02-05 06:19:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 54 |
author_reputation | 1,900,948,943,972,841 |
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,607,504 |
net_rshares | 0 |
Very cool, some nice work @geekgirl
author | encrypt3dbr0k3r |
---|---|
permlink | re-geekgirl-qnpqk1 |
category | hive-167922 |
json_metadata | {"tags":["hive-167922"],"app":"peakd/2021.01.3"} |
created | 2021-01-29 20:36:03 |
last_update | 2021-01-29 20:36:03 |
depth | 1 |
children | 1 |
last_payout | 2021-02-05 20:36:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.046 HBD |
curator_payout_value | 0.046 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 36 |
author_reputation | 10,297,993,958,651 |
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,617,096 |
net_rshares | 602,545,514,068 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
geekgirl | 0 | 602,545,514,068 | 50% |
Thank you! I am glad you liked.
author | geekgirl |
---|---|
permlink | qnq4nl |
category | hive-167922 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2021-01-30 01:40:33 |
last_update | 2021-01-30 01:40:33 |
depth | 2 |
children | 0 |
last_payout | 2021-02-06 01:40:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 31 |
author_reputation | 1,586,488,611,824,452 |
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,620,450 |
net_rshares | 0 |
Congratulations @geekgirl! You have completed the following achievement on the Hive blockchain and have been rewarded with new badge(s) : <table><tr><td><img src="https://images.hive.blog/60x70/http://hivebuzz.me/@geekgirl/replies.png?202101290717"></td><td>You got more than 6500 replies. Your next target is to reach 6750 replies.</td></tr> </table> <sub>_You can view your badges on [your board](https://hivebuzz.me/@geekgirl) and compare yourself to others in the [Ranking](https://hivebuzz.me/ranking)_</sub> <sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub> **Check out the last post from @hivebuzz:** <table><tr><td><a href="/hivebuzz/@hivebuzz/pud-202102"><img src="https://images.hive.blog/64x128/https://i.imgur.com/805FIIt.jpg"></a></td><td><a href="/hivebuzz/@hivebuzz/pud-202102">Next Hive Power Up Day is February 1st 2021</a></td></tr></table>
author | hivebuzz |
---|---|
permlink | hivebuzz-notify-geekgirl-20210129t073056000z |
category | hive-167922 |
json_metadata | {"image":["http://hivebuzz.me/notify.t6.png"]} |
created | 2021-01-29 07:30:54 |
last_update | 2021-01-29 07:30:54 |
depth | 1 |
children | 0 |
last_payout | 2021-02-05 07:30:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 917 |
author_reputation | 369,196,938,108,764 |
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,608,114 |
net_rshares | 0 |
Very cool, fun idea. I really enjoy write ups like these. I'll try to do some similar posts. One suggestion: I've seen other repos include an example config file like config.toml.example. Then it's easier to modify and rename the file to get started. Posted using [Dapplr](https://app.dapplr.in/T3wBPsAV22JnmraG9)
author | hivetrending | ||||||
---|---|---|---|---|---|---|---|
permlink | very-cool-fun-idea-i-really-a0ew4u0siq2ggvcvjx0t6k7n0xk4qf8r | ||||||
category | hive-167922 | ||||||
json_metadata | {"app":"dapplr","format":"markdown","tags":["dapplr"],"media":[],"users_tagged":[]} | ||||||
created | 2021-01-29 05:50:36 | ||||||
last_update | 2021-01-29 05:52:24 | ||||||
depth | 1 | ||||||
children | 1 | ||||||
last_payout | 2021-02-05 05:50:36 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.104 HBD | ||||||
curator_payout_value | 0.110 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 322 | ||||||
author_reputation | 73,026,492,737,802 | ||||||
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 101,607,284 | ||||||
net_rshares | 1,366,548,743,924 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
geekgirl | 0 | 1,366,482,682,437 | 100% | ||
abh12345.stem | 0 | 66,061,487 | 15% |
Thank you @hivetrending! Thanks for the suggestion. I will take a look. I didn't know that. I am new to using repositories and heroku. I normally do simple things that run on my computer. Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@geekgirl/re-hivetrending-z3avn)
author | geekgirl |
---|---|
permlink | re-hivetrending-z3avn |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["hive-167922","leofinance"],"canonical_url":"https://leofinance.io/@geekgirl/re-hivetrending-z3avn"} |
created | 2021-01-29 06:08:36 |
last_update | 2021-01-29 06:08:36 |
depth | 2 |
children | 0 |
last_payout | 2021-02-05 06:08:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 287 |
author_reputation | 1,586,488,611,824,452 |
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,607,413 |
net_rshares | 65,714,664 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
abh12345.stem | 0 | 65,714,664 | 15% |
Awesome contribution my dear. This is going to be very helpful!
author | jonsnow1983 |
---|---|
permlink | re-geekgirl-qnpm34 |
category | hive-167922 |
json_metadata | {"tags":["hive-167922"],"app":"peakd/2021.01.3"} |
created | 2021-01-29 18:59:30 |
last_update | 2021-01-29 18:59:30 |
depth | 1 |
children | 1 |
last_payout | 2021-02-05 18:59:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.098 HBD |
curator_payout_value | 0.099 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 63 |
author_reputation | 516,278,940,251,323 |
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,615,753 |
net_rshares | 1,216,123,228,545 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
geekgirl | 0 | 1,216,123,228,545 | 100% |
Thank You! Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@geekgirl/re-jonsnow1983-2z2gz9)
author | geekgirl |
---|---|
permlink | re-jonsnow1983-2z2gz9 |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["hive-167922","leofinance"],"canonical_url":"https://leofinance.io/@geekgirl/re-jonsnow1983-2z2gz9"} |
created | 2021-01-29 20:10:12 |
last_update | 2021-01-29 20:10:12 |
depth | 2 |
children | 0 |
last_payout | 2021-02-05 20:10:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 108 |
author_reputation | 1,586,488,611,824,452 |
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,616,815 |
net_rshares | 0 |
@tipu curate
author | josediccus |
---|---|
permlink | qnolfs |
category | hive-167922 |
json_metadata | {"users":["tipu"],"app":"hiveblog/0.1"} |
created | 2021-01-29 05:47:51 |
last_update | 2021-01-29 05:47:51 |
depth | 1 |
children | 3 |
last_payout | 2021-02-05 05:47:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.049 HBD |
curator_payout_value | 0.049 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 12 |
author_reputation | 2,567,458,846,608,046 |
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,607,255 |
net_rshares | 656,473,140,021 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
geekgirl | 0 | 656,473,140,021 | 50% |
Thank You!
author | geekgirl |
---|---|
permlink | qnomjx |
category | hive-167922 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2021-01-29 06:11:57 |
last_update | 2021-01-29 06:11:57 |
depth | 2 |
children | 1 |
last_payout | 2021-02-05 06:11:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10 |
author_reputation | 1,586,488,611,824,452 |
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,607,436 |
net_rshares | 0 |
You're welcome
author | josediccus |
---|---|
permlink | qnomoi |
category | hive-167922 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2021-01-29 06:14:42 |
last_update | 2021-01-29 06:14:42 |
depth | 3 |
children | 0 |
last_payout | 2021-02-05 06:14:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 14 |
author_reputation | 2,567,458,846,608,046 |
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,607,461 |
net_rshares | 0 |
<a href="https://tipu.online/hive_curator?josediccus" target="_blank">Upvoted 👌</a> (Mana: 0/5) <a href="https://peakd.com/hive/@reward.app/reward-app-quick-guide-updated" target="_blank">Liquid rewards</a>.
author | tipu |
---|---|
permlink | re-qnolfs-20210129t054801z |
category | hive-167922 |
json_metadata | "{"app": "beem/0.24.20"}" |
created | 2021-01-29 05:48:03 |
last_update | 2021-01-29 05:48:03 |
depth | 2 |
children | 0 |
last_payout | 2021-02-05 05:48:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 216 |
author_reputation | 55,902,105,514,997 |
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,607,257 |
net_rshares | 0 |
@geekgirl , your coding is amazing, thank you for helping programmers.
author | mominsdt |
---|---|
permlink | qnos8t |
category | hive-167922 |
json_metadata | {"users":["geekgirl"],"app":"hiveblog/0.1"} |
created | 2021-01-29 08:16:06 |
last_update | 2021-01-29 08:16:06 |
depth | 1 |
children | 1 |
last_payout | 2021-02-05 08:16:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.044 HBD |
curator_payout_value | 0.044 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 70 |
author_reputation | 5,271,058,967,388 |
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,608,484 |
net_rshares | 585,277,160,007 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
geekgirl | 0 | 585,277,160,007 | 50% |
Thank You. I am just learning and experimenting. Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@geekgirl/re-mominsdt-6vpsp5)
author | geekgirl |
---|---|
permlink | re-mominsdt-6vpsp5 |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["hive-167922","leofinance"],"canonical_url":"https://leofinance.io/@geekgirl/re-mominsdt-6vpsp5"} |
created | 2021-01-29 08:32:39 |
last_update | 2021-01-29 08:32:39 |
depth | 2 |
children | 0 |
last_payout | 2021-02-05 08:32:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 143 |
author_reputation | 1,586,488,611,824,452 |
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,608,723 |
net_rshares | 1,207,867,007 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mominsdt | 0 | 1,207,867,007 | 100% |
Amazing stuff! We need to bring more geeks to HIVE Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@nathanmars/re-geekgirl-3tjjxa)
author | nathanmars |
---|---|
permlink | re-geekgirl-3tjjxa |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["hive-167922","leofinance"],"canonical_url":"https://leofinance.io/@nathanmars/re-geekgirl-3tjjxa"} |
created | 2021-01-29 15:22:00 |
last_update | 2021-01-29 15:22:00 |
depth | 1 |
children | 1 |
last_payout | 2021-02-05 15:22:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.104 HBD |
curator_payout_value | 0.104 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 149 |
author_reputation | 336,354,946,115,368 |
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,613,136 |
net_rshares | 1,265,391,689,719 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
geekgirl | 0 | 1,265,391,689,719 | 100% |
Thanks You! Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@geekgirl/re-nathanmars-5tosen)
author | geekgirl |
---|---|
permlink | re-nathanmars-5tosen |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["hive-167922","leofinance"],"canonical_url":"https://leofinance.io/@geekgirl/re-nathanmars-5tosen"} |
created | 2021-01-29 20:06:27 |
last_update | 2021-01-29 20:06:27 |
depth | 2 |
children | 0 |
last_payout | 2021-02-05 20:06:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 108 |
author_reputation | 1,586,488,611,824,452 |
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,616,767 |
net_rshares | 63,792,563,378 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
nathanmars | 0 | 63,792,563,378 | 1% |
Collaboration with tech companies to improve Bitcoin's scalability and transaction speed is essential. By working with developers, Bitcoin can evolve to handle more transactions [see it yourself](http://zeusai.xyz/)
author | nickjames7283 |
---|---|
permlink | re-geekgirl-qbmwrzgz |
category | hive-167922 |
json_metadata | {"app":"leothreads/0.3","format":"markdown","tags":["leofinance"],"canonical_url":"https://inleo.io/threads/view/nickjames7283/re-geekgirl-qbmwrzgz","isPoll":false,"pollOptions":{},"dimensions":[]} |
created | 2025-01-31 21:04:45 |
last_update | 2025-01-31 21:04:45 |
depth | 1 |
children | 0 |
last_payout | 2025-02-07 21:04:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 215 |
author_reputation | 0 |
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 140,460,814 |
net_rshares | 0 |
Great work
author | prakshsingh |
---|---|
permlink | re-geekgirl-2021130t821732z |
category | hive-167922 |
json_metadata | {"tags":["hive-167922","hive","hivesql","python","coding","dev","tutorial","stem","neoxian","ctptalk","palnet","leofinance"],"app":"ecency/3.0.12-mobile","format":"markdown+html"} |
created | 2021-01-30 02:32:15 |
last_update | 2021-01-30 02:32:15 |
depth | 1 |
children | 0 |
last_payout | 2021-02-06 02:32:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10 |
author_reputation | 1,886,926,844,935 |
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,620,988 |
net_rshares | 0 |
Great idea you had there! I love to do small projects, because you learn so much on the way. I hope you will be creating more awesome projects like this :) !gif hive
author | primersion |
---|---|
permlink | re-geekgirl-2021129t224744649z |
category | hive-167922 |
json_metadata | {"tags":["hive-167922","hive","hivesql","python","coding","dev","tutorial","stem","neoxian","ctptalk","palnet","leofinance"],"app":"ecency/3.0.13-vision","format":"markdown+html"} |
created | 2021-01-29 21:47:45 |
last_update | 2021-01-29 21:47:45 |
depth | 1 |
children | 2 |
last_payout | 2021-02-05 21:47:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.048 HBD |
curator_payout_value | 0.045 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 166 |
author_reputation | 91,109,041,081,432 |
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,617,905 |
net_rshares | 627,015,307,544 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
geekgirl | 0 | 590,678,436,293 | 50% | ||
hivegifbot | 0 | 36,336,871,251 | 100% |
Thank You! Yes, it is fun to work on something and learn at the same time.
author | geekgirl |
---|---|
permlink | qnq4pw |
category | hive-167922 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2021-01-30 01:41:57 |
last_update | 2021-01-30 01:41:57 |
depth | 2 |
children | 0 |
last_payout | 2021-02-06 01:41:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 74 |
author_reputation | 1,586,488,611,824,452 |
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,620,468 |
net_rshares | 78,400,271,915 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
primersion | 0 | 78,400,271,915 | 16% |
<center>https://media.tenor.com/images/03a9f742fc82df04b53e11ccb9542a47/tenor.gif [Via Tenor](https://tenor.com/)</center>
author | hivegifbot |
---|---|
permlink | re-re-geekgirl-2021129t224744649z-20210129t214838z |
category | hive-167922 |
json_metadata | "{"app": "beem/0.24.20"}" |
created | 2021-01-29 21:48:36 |
last_update | 2021-01-29 21:48:36 |
depth | 2 |
children | 0 |
last_payout | 2021-02-05 21:48:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 122 |
author_reputation | 38,192,557,766,504 |
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,617,916 |
net_rshares | 0 |
Impressive! I love the motive!
author | rollinshive |
---|---|
permlink | re-geekgirl-qnoprp |
category | hive-167922 |
json_metadata | {"tags":["hive-167922"],"app":"peakd/2021.01.3"} |
created | 2021-01-29 07:21:30 |
last_update | 2021-01-29 07:21:30 |
depth | 1 |
children | 1 |
last_payout | 2021-02-05 07:21:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.044 HBD |
curator_payout_value | 0.045 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 31 |
author_reputation | 10,807,910,148,510 |
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,608,032 |
net_rshares | 597,231,421,613 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
geekgirl | 0 | 597,231,421,613 | 50% |
Thank You! Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@geekgirl/re-rollinshive-bzoyt)
author | geekgirl |
---|---|
permlink | re-rollinshive-bzoyt |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["hive-167922","leofinance"],"canonical_url":"https://leofinance.io/@geekgirl/re-rollinshive-bzoyt"} |
created | 2021-01-29 07:41:03 |
last_update | 2021-01-29 07:41:03 |
depth | 2 |
children | 0 |
last_payout | 2021-02-05 07:41:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 107 |
author_reputation | 1,586,488,611,824,452 |
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,608,199 |
net_rshares | 0 |
> Simple transfer 0.01 HBD to @hivesql, and it will automatically send a transfer to your account with login and password information. How do I read that information ?
author | sanjeevm |
---|---|
permlink | re-geekgirl-qo7t95 |
category | hive-167922 |
json_metadata | {"tags":["hive-167922"],"app":"peakd/2021.01.3"} |
created | 2021-02-08 14:51:06 |
last_update | 2021-02-08 14:51:06 |
depth | 1 |
children | 0 |
last_payout | 2021-02-15 14:51:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.088 HBD |
curator_payout_value | 0.089 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 169 |
author_reputation | 677,428,978,856,456 |
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,778,145 |
net_rshares | 754,937,612,617 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
nainaztengra | 0 | 754,937,612,617 | 100% |
Cool app. I would check it out but first I need to go get my hivesql login details. Wait, this works for mobile too right?
author | starstrings01 |
---|---|
permlink | re-geekgirl-qnon7s |
category | hive-167922 |
json_metadata | {"tags":["hive-167922"],"app":"peakd/2021.01.3"} |
created | 2021-01-29 06:26:27 |
last_update | 2021-01-29 06:26:27 |
depth | 1 |
children | 5 |
last_payout | 2021-02-05 06:26:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.048 HBD |
curator_payout_value | 0.014 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 123 |
author_reputation | 942,630,974,283,386 |
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,607,554 |
net_rshares | 645,273,856,279 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
geekgirl | 0 | 645,273,856,279 | 50% |
Yes, it does work on mobile.
author | geekgirl |
---|---|
permlink | qnonb2 |
category | hive-167922 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2021-01-29 06:28:15 |
last_update | 2021-01-29 06:28:15 |
depth | 2 |
children | 4 |
last_payout | 2021-02-05 06:28:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 28 |
author_reputation | 1,586,488,611,824,452 |
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,607,573 |
net_rshares | 0 |
Great!! Thanks again would try it out
author | starstrings01 |
---|---|
permlink | re-geekgirl-qnonee |
category | hive-167922 |
json_metadata | {"tags":["hive-167922"],"app":"peakd/2021.01.3"} |
created | 2021-01-29 06:30:21 |
last_update | 2021-01-29 06:30:21 |
depth | 3 |
children | 0 |
last_payout | 2021-02-05 06:30:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 37 |
author_reputation | 942,630,974,283,386 |
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,607,606 |
net_rshares | 0 |
Somehow I can't seem to find where to login @geekgirl 
author | starstrings01 |
---|---|
permlink | re-geekgirl-qnp1gv |
category | hive-167922 |
json_metadata | {"tags":["hive-167922"],"app":"peakd/2021.01.3"} |
created | 2021-01-29 11:34:09 |
last_update | 2021-01-29 11:34:09 |
depth | 3 |
children | 2 |
last_payout | 2021-02-05 11:34:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 171 |
author_reputation | 942,630,974,283,386 |
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,610,609 |
net_rshares | 0 |
> I made the github repo to the code private because it was leaking the private credentials. I am just learning how these things work. If you need the code I will be happy to share. To make the github repo public I need to learn how to secure sensitive data first. This is a very common issue, in fact there has been a few issues with private keys. I had one person who had over 50,000 liquid Hive exposed on Github back in the Steem days. Anyway, the best practice is structuring your app like this. # Config File * Put a config.js/config.yml into your project * Add the config file to your .gitignore * Store all secrets in the config file # Env variables * Use environment variables for secrets * If using a script to launch and set env var, add it to .gitignore Either of these two solutions will prevent leaking secrets to GitHub. Seeing as you likely (I haven't seen your code) put secrets in your core files, you can't scrub your Git repo to just remove that file from the history. Seeing as this is a small project, I would remove the .git folder and just fix your problem then make a new repo. If you need the history, it gets a lot more complicated. Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@themarkymark/re-geekgirl-4iwha)
author | themarkymark |
---|---|
permlink | re-geekgirl-4iwha |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["hive-167922","leofinance"],"canonical_url":"https://leofinance.io/@themarkymark/re-geekgirl-4iwha"} |
created | 2021-01-29 20:37:27 |
last_update | 2021-01-29 20:37:27 |
depth | 1 |
children | 1 |
last_payout | 2021-02-05 20:37:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.100 HBD |
curator_payout_value | 0.100 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,268 |
author_reputation | 1,772,880,250,466,019 |
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,617,110 |
net_rshares | 1,223,274,424,251 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
stimialiti | 0 | -18,532,653,735 | -100% | ||
geekgirl | 0 | 1,241,807,077,986 | 100% |
Awesome. Thank You. I will try these options.
author | geekgirl |
---|---|
permlink | qnq4jz |
category | hive-167922 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2021-01-30 01:38:24 |
last_update | 2021-01-30 01:38:24 |
depth | 2 |
children | 0 |
last_payout | 2021-02-06 01:38:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 45 |
author_reputation | 1,586,488,611,824,452 |
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,620,432 |
net_rshares | 0 |
You built a good app for Hive users. Thank you @geekgirl for the Hive Comments app
author | topbooster |
---|---|
permlink | qnombm |
category | hive-167922 |
json_metadata | {"users":["geekgirl"],"app":"hiveblog/0.1"} |
created | 2021-01-29 06:08:12 |
last_update | 2021-01-29 06:08:12 |
depth | 1 |
children | 1 |
last_payout | 2021-02-05 06:08:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.048 HBD |
curator_payout_value | 0.040 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 82 |
author_reputation | 14,454,501,146,413 |
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,607,411 |
net_rshares | 649,993,522,514 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
geekgirl | 0 | 649,993,522,514 | 50% |
Thank You!
author | geekgirl |
---|---|
permlink | qnomkp |
category | hive-167922 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2021-01-29 06:12:24 |
last_update | 2021-01-29 06:12:24 |
depth | 2 |
children | 0 |
last_payout | 2021-02-05 06:12:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10 |
author_reputation | 1,586,488,611,824,452 |
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,607,438 |
net_rshares | 0 |
Cool :)
author | urun |
---|---|
permlink | re-geekgirl-qnqe9l |
category | hive-167922 |
json_metadata | {"tags":["hive-167922"],"app":"peakd/2021.01.3"} |
created | 2021-01-30 05:08:09 |
last_update | 2021-01-30 05:08:09 |
depth | 1 |
children | 0 |
last_payout | 2021-02-06 05:08:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 7 |
author_reputation | 94,054,151,913,937 |
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,621,997 |
net_rshares | 0 |
so cool!
author | xiaqiann | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
permlink | qnr4np | ||||||||||||
category | hive-167922 | ||||||||||||
json_metadata | {"app":"hiveblog/0.1"} | ||||||||||||
created | 2021-01-30 14:38:18 | ||||||||||||
last_update | 2021-01-30 14:38:18 | ||||||||||||
depth | 1 | ||||||||||||
children | 0 | ||||||||||||
last_payout | 2021-02-06 14:38:18 | ||||||||||||
cashout_time | 1969-12-31 23:59:59 | ||||||||||||
total_payout_value | 0.000 HBD | ||||||||||||
curator_payout_value | 0.000 HBD | ||||||||||||
pending_payout_value | 0.000 HBD | ||||||||||||
promoted | 0.000 HBD | ||||||||||||
body_length | 8 | ||||||||||||
author_reputation | 36,965,596,039,187 | ||||||||||||
root_title | "Hive Comments: I Built A Web App Using HiveSQL And Streamlit - All In Python" | ||||||||||||
beneficiaries |
| ||||||||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||||||||
percent_hbd | 10,000 | ||||||||||||
post_id | 101,627,046 | ||||||||||||
net_rshares | 0 |