 I believe that rapid development of Steem Apps is a key to success of our community, therefore I spent last week to leverage the existence of [recently announced Steem Connect v2](https://steemit.com/steemit/@steemitblog/steemconnect-2-0-easy-fast-efficient-access-to-the-steem-blockchain) and together with @andrejcibik we have prepared a full toolkit, which enables **ridiculously quick** integration of SteemConnect with Web Application written in Python. Every developer will be able to implement a logging mechanism to his python application, which work like this:  <center><sub>Here, you can see this library used to login to _SteemProjects_ website, which I am currently working on - release soon ;)<br> **But `python-social-auth-steemconnect` library is available right now!**</sub></center> # Easy integration? If you application is using _[python-social-auth](http://python-social-auth.readthedocs.io/)_, then in case of Django framework, you just need to install 1 additional package: `pip install social-auth-steemconnect` and write 3 lines of code in the settings: ``` AUTHENTICATION_BACKENDS = ['steemconnect.backends.SteemConnectOAuth2',] SOCIAL_AUTH_STEEMCONNECT_KEY = "myproject.app" SOCIAL_AUTH_STEEMCONNECT_DEFAULT_SCOPE = ['vote', 'comment'] ``` It doesn't look very complicated, right? That was the goal :) This process looks very similarly for Django, Flask, Tornado, Pyramid, Webpy, CherryPy and other python frameworks which has support of python-social-auth. # Open Source Of course this library is open source<sup>[(?)](https://www.youtube.com/watch?v=1ehpgbb3XD0)</sup>, and it is available at: - https://github.com/noisy/python-social-auth-steemconnect But that is not all :) In another repository, you can find ready to use examples for Django, Flask and Tornado frameworks: - https://github.com/noisy/python-social-auth-steemconnect-examples  # <center>Live Demo: [social-auth-steemconnect-demo](https://social-auth-steemconnect-demo.krzysztofszumny.pl/)</center> # Design Pack + Icons (by @andrejcibik) First of all, if you do not follow @andrejcibik yet, please start immediately! He is very talented graphic designer and UX expert. Thanks to him, together with a python library we release a _design pack_, which can be used by project written _in any language_. ### Styles (pure CSS) 6 sets of prepared buttons: <center>  </center> ### Icon Font with Steem logo inside! <center>  </center> thanks to that, whenever you will need scale-able steem logo, you can use a this font with couple lines of styling :) ``` <style> @font-face { font-family: 'icon-font'; src: url('fonts/icon-font.eot'); } .icon-steem:before { content: "\e900"; } .icon:before { /* color: #ff0000; */ /* font-size: 9000px; */ } </style> <span class="icon icon-steem"> Login with SteemConnect </span> ``` # <center>[Download Design Pack](https://github.com/noisy/steemconnect-design-pack/releases/download/1.0.0/steemconnect-design-pack.zip)</center> # Configuration To not make this post too long, and knowing that I also should provide an information how to configure your SteemConnect v2 Dev Account, I created separate article. But before you will go reading it, make sure that you upvoted/resteemed this post, if you think it deserve it. I am also encouraging you to follow me, because really soon I will publish my next project called: SteemProjects :) * [How to configure SteemConnect v2 and use it with your application. How it works and how it is different from v1.](https://steemit.com/steemconnect/@noisy/how-to-configure-steemconnect-v2-and-use-it-with-your-application-how-it-works-and-how-it-is-different-from-v1) [](https://steemit.com/steemconnect/@noisy/how-to-configure-steemconnect-v2-and-use-it-with-your-application-how-it-works-and-how-it-is-different-from-v1)
author | noisy |
---|---|
permlink | ann-introducing-python-social-auth-steemconnect-library-integrate-steemconnect-v2-in-your-python-app-in-5-minutes-design-pack-as |
category | steemconnect |
json_metadata | {"tags":["steemconnect","steemdev","steemit","python","programming"],"users":["andrejcibik"],"image":["https://steemitimages.com/DQmdFxdxKVTT3mXyGJs3m1nGA78Gi84aKak8r1yXYPj7xYh/steemconnect_python_library.png","https://steemitimages.com/DQma4ZQgRD5ce4Z6ATiazE8od6qLwBft5M1fjTrohS5eu6b/python-social-auth-steemconnect.gif","https://steemitimages.com/DQmVfbCATGy9J1pzWV6BuZTFXRPQt2qnUFGrmukGUX9gug9/Selection_119.png","https://steemitimages.com/DQmZZWPnhL7qHCtHprHn9XE2a3LDes62Nfzt9M498kHUbUE/Selection_121.png","https://steemitimages.com/DQmcQCQbLxPRt8HpBfEEFdXt1xRL7befu72ehHhp4kJAp9a/Selection_122.png","https://steemitimages.com/DQmUrWiuohAgLZ6fParrE8bMCLKN6MT5zEenajz13NJuexs/configuration.jpg"],"links":["https://steemit.com/steemit/@steemitblog/steemconnect-2-0-easy-fast-efficient-access-to-the-steem-blockchain","http://python-social-auth.readthedocs.io/","https://www.youtube.com/watch?v=1ehpgbb3XD0","https://github.com/noisy/python-social-auth-steemconnect","https://github.com/noisy/python-social-auth-steemconnect-examples","https://social-auth-steemconnect-demo.krzysztofszumny.pl/","https://github.com/noisy/steemconnect-design-pack/releases/download/1.0.0/steemconnect-design-pack.zip","https://steemit.com/steemconnect/@noisy/how-to-configure-steemconnect-v2-and-use-it-with-your-application-how-it-works-and-how-it-is-different-from-v1"],"app":"steemit/0.1","format":"markdown"} |
created | 2017-09-16 19:19:30 |
last_update | 2017-09-16 19:19:30 |
depth | 0 |
children | 37 |
last_payout | 2017-09-23 19:19:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 120.677 HBD |
curator_payout_value | 24.582 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 4,631 |
author_reputation | 59,974,373,499,600 |
root_title | "[ANN] Introducing python-social-auth-steemconnect library. Integrate SteemConnect v2 in your python app in 5 minutes! Design Pack as a Bonus!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,080,116 |
net_rshares | 56,504,612,831,379 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
fminerten | 0 | 883,616,864,818 | 15% | ||
steempty | 0 | 404,253,503,450 | 15% | ||
wackou | 0 | 1,014,609,058,570 | 12% | ||
xeldal | 0 | 105,881,691,482 | 1.6% | ||
pharesim | 0 | 103,297,314,801 | 0.09% | ||
sandra | 0 | 17,964,328,836 | 9% | ||
ihashfury | 0 | 10,153,027,153 | 8.06% | ||
rossco99 | 0 | 11,727,752,184 | 31% | ||
ajvest | 0 | 433,617,252,202 | 100% | ||
jason | 0 | 17,911,336,482 | 6.21% | ||
gandalf | 0 | 2,974,388,502,113 | 100% | ||
benjojo | 0 | 803,185,975,531 | 25% | ||
boatymcboatface | 0 | 450,898,257,771 | 31% | ||
pfunk | 0 | 5,303,700,032,193 | 100% | ||
proctologic | 0 | 5,095,811,902 | 5% | ||
noisy | 0 | 1,616,232,755,205 | 100% | ||
jademont | 0 | 99,331,825,925 | 50% | ||
bleepcoin | 0 | 534,997,354,162 | 100% | ||
kaj-huisman | 0 | 2,102,982,467 | 100% | ||
kingscrown | 0 | 327,630,612,358 | 31% | ||
acidyo | 0 | 4,531,997,879,218 | 20% | ||
klye | 0 | 1,031,818,953,624 | 100% | ||
theshell | 0 | 65,459,381,706 | 31% | ||
thecryptofiend | 0 | 304,942,104,362 | 25% | ||
kenny-crane | 0 | 83,337,552,191 | 20% | ||
facer | 0 | 170,721,814,891 | 100% | ||
raphaelom | 0 | 1,992,566,026 | 100% | ||
christoryan | 0 | 1,350,862,411 | 2% | ||
geoffrey | 0 | 843,977,447,382 | 49% | ||
gtg | 0 | 3,109,035,710,691 | 100% | ||
good-karma | 0 | 199,027,340,897 | 1% | ||
erizan | 0 | 0 | 100% | ||
cryptochannel | 0 | 2,245,202,756 | 20% | ||
furion | 0 | 815,852,225,909 | 100% | ||
onthewayout | 0 | 69,710,453,214 | 100% | ||
strangerarray | 0 | 5,091,498,471 | 10% | ||
esteban.ruiz1983 | 0 | 3,087,202,580 | 100% | ||
ausbitbank | 0 | 506,124,327,255 | 4% | ||
gikitiki | 0 | 7,166,826,862 | 25% | ||
lrock | 0 | 267,490,934,779 | 100% | ||
transisto | 0 | 4,018,096,866,985 | 32% | ||
inertia | 0 | 909,864,670,564 | 100% | ||
shla-rafia | 0 | 1,129,819,385 | 5% | ||
arcange | 0 | 38,960,210,700 | 10% | ||
starlord | 0 | 1,987,179,794 | 100% | ||
noamda | 0 | 938,411,550 | 100% | ||
konti | 0 | 445,289,990 | 1% | ||
exyle | 0 | 3,408,705,271,934 | 100% | ||
raphaelle | 0 | 6,401,134,027 | 10% | ||
lenka | 0 | 48,968,065,365 | 100% | ||
remlaps | 0 | 27,544,611,414 | 100% | ||
lukmarcus | 0 | 91,626,925,122 | 100% | ||
fabien | 0 | 1,369,650,363,439 | 100% | ||
alexpmorris | 0 | 40,523,537,474 | 38% | ||
magicmonk | 0 | 33,206,708,316 | 100% | ||
timcliff | 0 | 259,766,671,567 | 21% | ||
letc | 0 | 612,921,199 | 10% | ||
veerprit | 0 | 6,461,760,680 | 100% | ||
lenatramper | 0 | 6,050,146,679 | 20% | ||
ekitcho | 0 | 3,588,559,678,450 | 100% | ||
sirwinchester | 0 | 36,466,233,636 | 10% | ||
kpine | 0 | 9,244,038,120,224 | 35% | ||
bennierex | 0 | 12,684,561,477 | 100% | ||
bryan-imhoff | 0 | 63,326,949,870 | 50% | ||
hanshotfirst | 0 | 158,657,246,229 | 5% | ||
perduta | 0 | 0 | 100% | ||
enternamehere | 0 | 72,637,730,310 | 100% | ||
virtualgrowth | 0 | 184,114,291,412 | 100% | ||
runaway-psyche | 0 | 23,637,670,466 | 100% | ||
steevc | 0 | 52,677,005,808 | 18% | ||
someguy123 | 0 | 103,688,746,459 | 12% | ||
justinschwalm | 0 | 21,449,831,408 | 100% | ||
kambrysia | 0 | 1,250,016,944 | 100% | ||
manosteel211 | 0 | 3,553,254,762 | 50% | ||
ghasemkiani | 0 | 12,475,625,156 | 1% | ||
jblew | 0 | 0 | 100% | ||
renzoarg | 0 | 127,940,439,724 | 100% | ||
bitcoinparadise | 0 | 29,749,226,458 | 100% | ||
whatsup | 0 | 42,195,844,106 | 11% | ||
awesomenyl | 0 | 1,717,459,912 | 20% | ||
dylanhobalart | 0 | 6,231,192,589 | 8% | ||
curiesea | 0 | 13,861,451,663 | 100% | ||
keuudeip | 0 | 586,883,136 | 2% | ||
judasp | 0 | 79,653,269,524 | 100% | ||
jmehta | 0 | 2,664,872,562 | 100% | ||
baabeetaa | 0 | 19,313,459,888 | 100% | ||
busy.org | 0 | 711,015,309,002 | 100% | ||
steemprentice | 0 | 115,057,238,064 | 100% | ||
wagnertamanaha | 0 | 6,230,836,687 | 100% | ||
spottyproduction | 0 | 22,209,451,509 | 50% | ||
writingamigo | 0 | 3,292,921,479 | 31% | ||
sesises | 0 | 383,372,580,975 | 100% | ||
libert | 0 | 11,096,957,890 | 100% | ||
meysam | 0 | 750,520,553 | 0.5% | ||
inber | 0 | 110,772,400,124 | 100% | ||
lazariko12 | 0 | 8,956,923,070 | 50% | ||
rahul.stan | 0 | 728,125,160 | 2% | ||
da-dawn | 0 | 67,703,206,244 | 27% | ||
titoortiz | 0 | 1,644,585,195 | 100% | ||
headsink | 0 | 1,400,901,863 | 100% | ||
corvuscoraxx | 0 | 118,377,518 | 17.98% | ||
ozyumari | 0 | 71,599,100 | 100% | ||
zephyraijunzo | 0 | 95,537,520,477 | 100% | ||
decentralizd | 0 | 7,753,349,926 | 2% | ||
middle-theory | 0 | 13,012,058,560 | 25% | ||
elviento | 0 | 10,647,620,231 | 100% | ||
alexis555 | 0 | 429,023,507,875 | 15% | ||
danielsaori | 0 | 37,653,794,012 | 30% | ||
gogumacat | 0 | 871,206,578,603 | 36% | ||
inkebikee | 0 | 331,107,461 | 100% | ||
sticksman | 0 | 528,534,530 | 100% | ||
motown | 0 | 530,212,777 | 100% | ||
everal | 0 | 537,508,873 | 100% | ||
igorek | 0 | 513,329,836 | 100% | ||
kran41k | 0 | 522,213,599 | 100% | ||
daio | 0 | 13,945,779,850 | 100% | ||
sarasate | 0 | 7,075,648,463 | 20% | ||
marszum | 0 | 1,710,917,756 | 100% | ||
terrencehutch | 0 | 537,294,522 | 100% | ||
madhatt | 0 | 1,781,629,994 | 100% | ||
hiimamazing | 0 | 415,171,679 | 20% | ||
ruwan | 0 | 1,039,632,848 | 100% | ||
aarkay | 0 | 398,488,512 | 100% | ||
lipszczak | 0 | 6,360,113,355 | 100% | ||
fervi | 0 | 14,767,629,036 | 100% | ||
sighmanjestah | 0 | 7,416,492,658 | 100% | ||
exploreunlimited | 0 | 3,461,701,719 | 50% | ||
yacov | 0 | 17,865,548,333 | 50% | ||
adriansky | 0 | 25,808,344,988 | 35% | ||
uzamkniete | 0 | 1,360,390,568 | 100% | ||
wytrzeszcz | 0 | 5,402,754,302 | 100% | ||
bargolis | 0 | 14,582,605,707 | 100% | ||
forykw | 0 | 96,773,745,180 | 100% | ||
jonny-clearwater | 0 | 752,347,506,290 | 100% | ||
devilspeak | 0 | 88,553,330 | 100% | ||
headliner | 0 | 15,483,968,839 | 100% | ||
przemko | 0 | 636,472,238 | 100% | ||
davy73 | 0 | 63,116,177 | 100% | ||
teddy2 | 0 | 2,854,363,312 | 100% | ||
marmazet | 0 | 703,187,541 | 100% | ||
followbtcnews | 0 | 54,638,244,363 | 100% | ||
andybets | 0 | 12,422,703,193 | 100% | ||
tomekkk | 0 | 9,315,050,492 | 100% | ||
sekhmet | 0 | 21,402,728,352 | 100% | ||
tx1683 | 0 | 565,603,100 | 100% | ||
mys | 0 | 54,845,780,967 | 100% | ||
jakipatryk | 0 | 13,990,800,574 | 100% | ||
kathieletalis | 0 | 6,129,749,097 | 20% | ||
korgulos | 0 | 10,616,014,348 | 100% | ||
karatist | 0 | 607,053,887 | 100% | ||
mididouze | 0 | 100,709,765 | 1% | ||
karmil32 | 0 | 705,255,959 | 100% | ||
archerbest | 0 | 1,853,491,612 | 100% | ||
raikuhen | 0 | 11,829,053,005 | 100% | ||
besteulz | 0 | 1,407,992,231 | 12% | ||
fsskokfoskos | 0 | 608,834,765 | 100% | ||
mahdiyari | 0 | 80,697,689,780 | 100% | ||
heidelbaer | 0 | 473,218,295 | 100% | ||
gokulnk | 0 | 55,020,798,186 | 100% | ||
drakos | 0 | 15,843,624,336 | 20% | ||
pibyk | 0 | 8,896,993,826 | 100% | ||
wwfetznh1bqi | 0 | 607,692,654 | 100% | ||
jag5fimb6cou | 0 | 616,021,838 | 100% | ||
zg6la233yfv | 0 | 611,569,436 | 100% | ||
arckrai | 0 | 12,094,811,537 | 20% | ||
netuoso | 0 | 561,920,014,705 | 100% | ||
pilcrow | 0 | 24,147,814,020 | 50.51% | ||
hafizmukhtar | 0 | 621,299,563 | 100% | ||
bangsp | 0 | 619,520,000 | 100% | ||
themediumone | 0 | 2,804,366,652 | 100% | ||
haiyangdeperci | 0 | 2,652,688,943 | 100% | ||
fitzgibbon | 0 | 979,115,553 | 100% | ||
sathishs | 0 | 922,752,479 | 100% | ||
jacekw | 0 | 512,380,393 | 100% | ||
unprovoked | 0 | 5,752,353,865 | 100% | ||
desteemy | 0 | 621,458,577 | 100% | ||
geofftk | 0 | 131,615,441,737 | 100% | ||
anaman | 0 | 14,025,300,312 | 100% | ||
steem-comic-con | 0 | 334,564,022 | 50% | ||
fishmon | 0 | 5,796,217,016 | 100% | ||
djnoel | 0 | 463,902,433 | 100% | ||
jejangkit | 0 | 568,359,115 | 100% | ||
cheonillhwan | 0 | 368,616,905 | 100% | ||
andrejcibik | 0 | 16,667,765,448 | 100% | ||
mawardi | 0 | 1,291,558,749 | 100% | ||
ericwilkens | 0 | 3,897,635,434 | 100% | ||
khalilulhadi | 0 | 922,857,382 | 100% | ||
tutan | 0 | 613,978,246 | 100% | ||
elysiian | 0 | 3,751,884,936 | 1% | ||
busirnay | 0 | 561,177,427 | 100% | ||
alcik | 0 | 822,915,335 | 100% | ||
tolik | 0 | 484,353,168 | 100% | ||
mlayer | 0 | 1,145,131,777 | 100% | ||
duekie | 0 | 143,201,387 | 100% | ||
daneftaly | 0 | 838,294,183 | 100% | ||
techtek | 0 | 7,472,000,550 | 100% | ||
eternalsunshine | 0 | 1,463,967,279 | 100% | ||
olyanich | 0 | 607,412,729 | 100% | ||
nurhasib | 0 | 94,956,425 | 100% | ||
roy92 | 0 | 12,299,450,260 | 100% | ||
jjb777 | 0 | 1,938,998,533 | 100% | ||
marty-arts | 0 | 20,405,553,499 | 100% | ||
mayachniki | 0 | 1,134,423,185 | 100% | ||
yunkard | 0 | 176,721,859 | 100% | ||
originalworks | 0 | 328,362,128 | 0.5% | ||
jufrh | 0 | 464,640,000 | 100% | ||
cumely | 0 | 620,468,905 | 100% | ||
breadcentric | 0 | 4,607,907,036 | 100% | ||
pelageyazasurc | 0 | 595,531,271 | 100% | ||
mrvses1av | 0 | 595,491,660 | 100% | ||
woqys | 0 | 480,128,000 | 100% | ||
liyadokunina | 0 | 604,675,507 | 100% | ||
cmifunds | 0 | 634,956,070 | 100% | ||
pagoda | 0 | 7,107,615,531 | 100% | ||
vipnata | 0 | 577,787,486 | 100% | ||
ayaraof | 0 | 616,306,544 | 100% | ||
pietro-sirup | 0 | 608,339,074 | 100% | ||
waiyee422 | 0 | 1,315,465,419 | 100% | ||
carryminata | 0 | 4,454,697,469 | 100% | ||
cryptus | 0 | 8,865,530,820 | 100% | ||
crazyspazeface | 0 | 965,929,771 | 100% | ||
zubayer | 0 | 1,105,536,183 | 100% | ||
steemresteem | 0 | 774,625,957 | 100% | ||
coinwalletguide | 0 | 1,325,465,986 | 100% | ||
fadliabdou | 0 | 69,868,104 | 100% | ||
podvi | 0 | 1,162,284,550 | 100% | ||
shivanga | 0 | 1,034,360,250 | 100% | ||
dmacvel | 0 | 801,191,020 | 100% | ||
sergior | 0 | 994,325,830 | 100% | ||
albanna | 0 | 497,501,526 | 100% | ||
mawit07 | 0 | 346,650,685 | 100% | ||
scorer | 0 | 1,160,609,533 | 100% | ||
angel20 | 0 | 87,863,138 | 100% | ||
soufianeweb | 0 | 1,120,006,161 | 100% | ||
samiraza | 0 | 756,358,531 | 100% | ||
gradoquendo17 | 0 | 110,396,713 | 100% | ||
asnamhd | 0 | 309,433,487 | 100% | ||
phuresh | 0 | 1,146,586,971 | 100% | ||
risingfox | 0 | 458,224,772 | 100% | ||
videogeek | 0 | 172,241,978 | 100% | ||
bants | 0 | 1,154,819,656 | 100% | ||
nishxetri | 0 | 1,172,134,771 | 100% | ||
justmusic | 0 | 310,754,109 | 100% | ||
privo | 0 | 1,160,621,705 | 100% | ||
etw65 | 0 | 1,143,211,561 | 100% | ||
tunjex12 | 0 | 75,021,262 | 100% | ||
papcio | 0 | 0 | 100% | ||
ysnsafari | 0 | 1,139,305,760 | 100% | ||
ezyba4 | 0 | 1,166,305,098 | 100% | ||
bot35 | 0 | 905,710,827 | 100% | ||
coolan10 | 0 | 1,050,843,283 | 100% | ||
brendashockley | 0 | 133,470,879 | 20% | ||
dennisphillips | 0 | 133,470,878 | 20% | ||
btcscalper | 0 | 732,875,941 | 100% | ||
henryba | 0 | 758,097,060 | 100% | ||
jaaybs | 0 | 2,525,042,015 | 100% | ||
glasscannon | 0 | 58,061,673 | 100% | ||
kiotos | 0 | 1,125,795,139 | 100% | ||
ravebev | 0 | 1,160,613,285 | 100% | ||
dragonshadow | 0 | 470,048,024 | 100% | ||
magicbot | 0 | 244,169,667 | 100% | ||
slowo | 0 | 2,156,857,456 | 100% | ||
cobran | 0 | 301,758,165 | 100% | ||
dawnasheelagh | 0 | 139,272,994 | 100% | ||
eolandananni | 0 | 168,288,201 | 100% | ||
codewithcheese | 0 | 5,710,905,499 | 100% | ||
jamieooo | 0 | 882,060,374 | 100% | ||
jeeandmee | 0 | 1,108,378,430 | 100% | ||
optimisticguy | 0 | 69,636,332 | 100% | ||
hashemennab | 0 | 969,104,941 | 100% | ||
linusnelson | 0 | 731,178,824 | 100% | ||
lmhancock | 0 | 156,681,175 | 100% | ||
dawidb | 0 | 1,160,601,073 | 100% | ||
joao-cacador | 0 | 0 | 100% | ||
rozioo | 0 | 0 | 100% | ||
xfreemanx | 0 | 0 | 100% | ||
phileas0408 | 0 | 0 | 100% | ||
pan-komentarz | 0 | 0 | 0% | ||
fumimachiko | 0 | 0 | -100% |
great job fnd.thanks for sharing.
author | alamin7 |
---|---|
permlink | re-noisy-ann-introducing-python-social-auth-steemconnect-library-integrate-steemconnect-v2-in-your-python-app-in-5-minutes-design-pack-as-20170916t202449868z |
category | steemconnect |
json_metadata | {"tags":["steemconnect"],"app":"steemit/0.1"} |
created | 2017-09-16 20:24:54 |
last_update | 2017-09-16 20:24:54 |
depth | 1 |
children | 0 |
last_payout | 2017-09-23 20:24: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 | 33 |
author_reputation | 8,058,361,647,184 |
root_title | "[ANN] Introducing python-social-auth-steemconnect library. Integrate SteemConnect v2 in your python app in 5 minutes! Design Pack as a Bonus!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,083,831 |
net_rshares | 3,778,963,083 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
alamin7 | 0 | 3,778,963,083 | 100% |
me too
author | amanrazz |
---|---|
permlink | re-noisy-ann-introducing-python-social-auth-steemconnect-library-integrate-steemconnect-v2-in-your-python-app-in-5-minutes-design-pack-as-20170921t072800306z |
category | steemconnect |
json_metadata | {"tags":["steemconnect"],"app":"steemit/0.1"} |
created | 2017-09-21 07:28:06 |
last_update | 2017-09-21 07:28:06 |
depth | 1 |
children | 0 |
last_payout | 2017-09-28 07:28:06 |
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 | 6 |
author_reputation | 718,947,750,488 |
root_title | "[ANN] Introducing python-social-auth-steemconnect library. Integrate SteemConnect v2 in your python app in 5 minutes! Design Pack as a Bonus!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,497,286 |
net_rshares | 0 |
SteemProjects.com are gonna be AWESOME!!!!!!!!
author | andrejcibik |
---|---|
permlink | re-noisy-ann-introducing-python-social-auth-steemconnect-library-integrate-steemconnect-v2-in-your-python-app-in-5-minutes-design-pack-as-20170916t192342148z |
category | steemconnect |
json_metadata | {"tags":["steemconnect"],"app":"steemit/0.1"} |
created | 2017-09-16 19:23:39 |
last_update | 2017-09-16 19:23:39 |
depth | 1 |
children | 8 |
last_payout | 2017-09-23 19:23:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 4.665 HBD |
curator_payout_value | 0.374 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 46 |
author_reputation | 30,106,021,348,653 |
root_title | "[ANN] Introducing python-social-auth-steemconnect library. Integrate SteemConnect v2 in your python app in 5 minutes! Design Pack as a Bonus!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,080,356 |
net_rshares | 1,960,652,283,796 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
noisy | 0 | 1,586,667,521,878 | 100% | ||
lenka | 0 | 48,206,903,727 | 100% | ||
fabien | 0 | 320,172,319,721 | 20% | ||
techtek | 0 | 5,372,609,357 | 100% | ||
raihanrahman | 0 | 232,929,113 | 100% |
What will be at SteemProjects.com?
author | codewithcheese |
---|---|
permlink | re-andrejcibik-re-noisy-ann-introducing-python-social-auth-steemconnect-library-integrate-steemconnect-v2-in-your-python-app-in-5-minutes-design-pack-as-20170917t112011188z |
category | steemconnect |
json_metadata | {"tags":["steemconnect"],"app":"steemit/0.1"} |
created | 2017-09-17 11:20:12 |
last_update | 2017-09-17 11:20:12 |
depth | 2 |
children | 7 |
last_payout | 2017-09-24 11:20: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 | 34 |
author_reputation | 2,076,698,718,573 |
root_title | "[ANN] Introducing python-social-auth-steemconnect library. Integrate SteemConnect v2 in your python app in 5 minutes! Design Pack as a Bonus!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,128,162 |
net_rshares | -1,489,538,288 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
matchecahelo | 0 | -1,489,538,288 | -100% |
Steem projects :) All the projects developed on or for Steem ecosystem. With much more information than SteemTools has. It will be mostly for devs, but not limited to them. You can for example compare similar tools to see which one is best.
author | andrejcibik |
---|---|
permlink | re-codewithcheese-re-andrejcibik-re-noisy-ann-introducing-python-social-auth-steemconnect-library-integrate-steemconnect-v2-in-your-python-app-in-5-minutes-design-pack-as-20170917t112619318z |
category | steemconnect |
json_metadata | {"tags":["steemconnect"],"app":"steemit/0.1"} |
created | 2017-09-17 11:26:12 |
last_update | 2017-09-17 11:26:12 |
depth | 3 |
children | 6 |
last_payout | 2017-09-24 11:26:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.048 HBD |
curator_payout_value | 0.016 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 242 |
author_reputation | 30,106,021,348,653 |
root_title | "[ANN] Introducing python-social-auth-steemconnect library. Integrate SteemConnect v2 in your python app in 5 minutes! Design Pack as a Bonus!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,128,609 |
net_rshares | 25,452,361,835 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
marty-arts | 0 | 25,452,361,835 | 100% |
Great job! This will make things so much more easy to implement.
author | bennierex |
---|---|
permlink | re-noisy-ann-introducing-python-social-auth-steemconnect-library-integrate-steemconnect-v2-in-your-python-app-in-5-minutes-design-pack-as-20170916t195946529z |
category | steemconnect |
json_metadata | {"tags":["steemconnect"],"app":"steemit/0.1"} |
created | 2017-09-16 19:59:48 |
last_update | 2017-09-16 19:59:48 |
depth | 1 |
children | 0 |
last_payout | 2017-09-23 19:59: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 | 64 |
author_reputation | 5,544,064,354,890 |
root_title | "[ANN] Introducing python-social-auth-steemconnect library. Integrate SteemConnect v2 in your python app in 5 minutes! Design Pack as a Bonus!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,082,506 |
net_rshares | 0 |
# How do I get your demo Flask Site working? What are the steps and file tree of a proper working site? I followed the directions, got deps, ran setup, now which file do I run first? Which files do I need to edit or make? > running bdist_egg running egg_info creating social_auth_steemconnect.egg-info writing social_auth_steemconnect.egg-info/PKG-INFO writing dependency_links to social_auth_steemconnect.egg-info/dependency_links.txt writing requirements to social_auth_steemconnect.egg-info/requires.txt writing top-level names to social_auth_steemconnect.egg-info/top_level.txt writing manifest file 'social_auth_steemconnect.egg-info/SOURCES.txt' reading manifest file 'social_auth_steemconnect.egg-info/SOURCES.txt' writing manifest file 'social_auth_steemconnect.egg-info/SOURCES.txt' installing library code to build/bdist.macosx-10.13-x86_64/egg running install_lib running build_py creating build creating build/lib creating build/lib/steemconnect copying steemconnect/__init__.py -> build/lib/steemconnect copying steemconnect/backends.py -> build/lib/steemconnect creating build/bdist.macosx-10.13-x86_64 creating build/bdist.macosx-10.13-x86_64/egg creating build/bdist.macosx-10.13-x86_64/egg/steemconnect copying build/lib/steemconnect/__init__.py -> build/bdist.macosx-10.13-x86_64/egg/steemconnect copying build/lib/steemconnect/backends.py -> build/bdist.macosx-10.13-x86_64/egg/steemconnect byte-compiling build/bdist.macosx-10.13-x86_64/egg/steemconnect/__init__.py to __init__.cpython-37.pyc byte-compiling build/bdist.macosx-10.13-x86_64/egg/steemconnect/backends.py to backends.cpython-37.pyc creating build/bdist.macosx-10.13-x86_64/egg/EGG-INFO copying social_auth_steemconnect.egg-info/PKG-INFO -> build/bdist.macosx-10.13-x86_64/egg/EGG-INFO copying social_auth_steemconnect.egg-info/SOURCES.txt -> build/bdist.macosx-10.13-x86_64/egg/EGG-INFO copying social_auth_steemconnect.egg-info/dependency_links.txt -> build/bdist.macosx-10.13-x86_64/egg/EGG-INFO copying social_auth_steemconnect.egg-info/requires.txt -> build/bdist.macosx-10.13-x86_64/egg/EGG-INFO copying social_auth_steemconnect.egg-info/top_level.txt -> build/bdist.macosx-10.13-x86_64/egg/EGG-INFO zip_safe flag not set; analyzing archive contents... creating dist creating 'dist/social_auth_steemconnect-0.0.3-py3.7.egg' and adding 'build/bdist.macosx-10.13-x86_64/egg' to it removing 'build/bdist.macosx-10.13-x86_64/egg' (and everything under it) Processing social_auth_steemconnect-0.0.3-py3.7.egg Copying social_auth_steemconnect-0.0.3-py3.7.egg to /usr/local/lib/python3.7/site-packages Adding social-auth-steemconnect 0.0.3 to easy-install.pth file Is there a new one, how to get to work with steemconnect 4?? What is best way to do now, it has been 2 years?? I just need to get steemconnect and an app?? I thought it was easy integration??? lol your instructions kinda lost me after pip install, that next part django does not have to do with the falsk demo, not sure, I need more directions? I tried to test out the python flask site, not sure if I have my project tree set up correctly. I got this error, not sure why it is tryng to import the file named example.py and class app? Where is this file? that does not exist.   How do I set this up?
author | coininstant |
---|---|
permlink | pshlb5 |
category | steemconnect |
json_metadata | {"tags":["steemconnect"],"image":["https://cdn.steemitimages.com/DQmTuR9fFsVX2MYGQvAp55e32usCc2SNi3Ynxs6KccS6maw/Screen%20Shot%202019-06-02%20at%209.32.15%20AM.png","https://cdn.steemitimages.com/DQmRhMneyyNZ14uu2G3sPimgCNdaAJnyce3pQNtGN5M23jB/Screen%20Shot%202019-06-02%20at%209.38.56%20AM.png"],"app":"steemit/0.1"} |
created | 2019-06-02 19:40:18 |
last_update | 2019-06-02 20:26:39 |
depth | 1 |
children | 0 |
last_payout | 2019-06-09 19:40:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.014 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 3,601 |
author_reputation | 87,674,797,555,540 |
root_title | "[ANN] Introducing python-social-auth-steemconnect library. Integrate SteemConnect v2 in your python app in 5 minutes! Design Pack as a Bonus!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 85,926,600 |
net_rshares | 38,242,815,475 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
coininstant | 0 | 38,242,815,475 | 100% |
Really impressive!! Thanks for pointing it out to me.
author | danielsaori |
---|---|
permlink | re-noisy-ann-introducing-python-social-auth-steemconnect-library-integrate-steemconnect-v2-in-your-python-app-in-5-minutes-design-pack-as-20170917t093000095z |
category | steemconnect |
json_metadata | {"tags":["steemconnect"],"app":"steemit/0.1"} |
created | 2017-09-17 09:30:00 |
last_update | 2017-09-17 09:30:00 |
depth | 1 |
children | 0 |
last_payout | 2017-09-24 09:30: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 | 53 |
author_reputation | 19,949,800,673,455 |
root_title | "[ANN] Introducing python-social-auth-steemconnect library. Integrate SteemConnect v2 in your python app in 5 minutes! Design Pack as a Bonus!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,121,455 |
net_rshares | 0 |
@noisy Thanks for your work as well!
author | dawnasheelagh |
---|---|
permlink | re-noisy-ann-introducing-python-social-auth-steemconnect-library-integrate-steemconnect-v2-in-your-python-app-in-5-minutes-design-pack-as-20170916t225326082z |
category | steemconnect |
json_metadata | {"tags":["steemconnect"],"users":["noisy"],"app":"steemit/0.1"} |
created | 2017-09-16 22:53:24 |
last_update | 2017-09-16 22:53:24 |
depth | 1 |
children | 0 |
last_payout | 2017-09-23 22:53: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 | 36 |
author_reputation | -170,434,597,396 |
root_title | "[ANN] Introducing python-social-auth-steemconnect library. Integrate SteemConnect v2 in your python app in 5 minutes! Design Pack as a Bonus!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,090,998 |
net_rshares | 0 |
@noisy This demands somewhat more time and energy to Consider in excess of. Wonderful you provide it from a unique angle. Mhhh not really easy... and it had been previously Very hard. Many thanks for allow us to Consider.
author | eolandananni |
---|---|
permlink | re-noisy-ann-introducing-python-social-auth-steemconnect-library-integrate-steemconnect-v2-in-your-python-app-in-5-minutes-design-pack-as-20170917t033829572z |
category | steemconnect |
json_metadata | {"tags":["steemconnect"],"users":["noisy"],"app":"steemit/0.1"} |
created | 2017-09-17 03:38:27 |
last_update | 2017-09-17 03:38:27 |
depth | 1 |
children | 0 |
last_payout | 2017-09-24 03:38: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 | 221 |
author_reputation | -46,546,803,000 |
root_title | "[ANN] Introducing python-social-auth-steemconnect library. Integrate SteemConnect v2 in your python app in 5 minutes! Design Pack as a Bonus!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,103,899 |
net_rshares | 0 |
This is very very cool! Can't wait to see what tools we'll end up seeing here. I'm not much of a coder, but this might just be the right motivation to jump into coding and add some real value to the Steem community... Great job @noisy, you are an inspiration!
author | fitzgibbon |
---|---|
permlink | re-noisy-ann-introducing-python-social-auth-steemconnect-library-integrate-steemconnect-v2-in-your-python-app-in-5-minutes-design-pack-as-20170917t143656120z |
category | steemconnect |
json_metadata | {"tags":["steemconnect"],"users":["noisy"],"app":"steemit/0.1"} |
created | 2017-09-17 14:37:06 |
last_update | 2017-09-17 14:37:06 |
depth | 1 |
children | 0 |
last_payout | 2017-09-24 14:37:06 |
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 | 261 |
author_reputation | 11,307,019,423,785 |
root_title | "[ANN] Introducing python-social-auth-steemconnect library. Integrate SteemConnect v2 in your python app in 5 minutes! Design Pack as a Bonus!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,141,835 |
net_rshares | 0 |
@noisy !!1 Very very very Nice Job buddy!!!!!!! Thank you!
author | followbtcnews |
---|---|
permlink | re-noisy-ann-introducing-python-social-auth-steemconnect-library-integrate-steemconnect-v2-in-your-python-app-in-5-minutes-design-pack-as-20170916t194506013z |
category | steemconnect |
json_metadata | {"tags":["steemconnect"],"users":["noisy"],"app":"steemit/0.1"} |
created | 2017-09-16 19:45:09 |
last_update | 2017-09-16 19:45:09 |
depth | 1 |
children | 0 |
last_payout | 2017-09-23 19:45: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 | 59 |
author_reputation | 54,569,980,844,988 |
root_title | "[ANN] Introducing python-social-auth-steemconnect library. Integrate SteemConnect v2 in your python app in 5 minutes! Design Pack as a Bonus!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,081,661 |
net_rshares | 0 |
Really nice! Need to test this out
author | forykw | ||||||
---|---|---|---|---|---|---|---|
permlink | re-noisy-2017917t14111452z | ||||||
category | steemconnect | ||||||
json_metadata | {"tags":"steemconnect","app":"esteem/1.4.7","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-09-17 02:01:15 | ||||||
last_update | 2017-09-17 02:01:15 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-09-24 02:01: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 | 34 | ||||||
author_reputation | 92,176,539,844,676 | ||||||
root_title | "[ANN] Introducing python-social-auth-steemconnect library. Integrate SteemConnect v2 in your python app in 5 minutes! Design Pack as a Bonus!" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 15,099,419 | ||||||
net_rshares | 0 |
Hi, I just upvoted this great post and hoping you could do the same to this post of mine: https://steemit.com/introduceyourself/@glasscannon/hola-steemit-its-nishant-xd Thanksss!!!!!!!!
author | glasscannon |
---|---|
permlink | re-noisy-ann-introducing-python-social-auth-steemconnect-library-integrate-steemconnect-v2-in-your-python-app-in-5-minutes-design-pack-as-20170916t230829578z |
category | steemconnect |
json_metadata | {"tags":["steemconnect"],"links":["https://steemit.com/introduceyourself/@glasscannon/hola-steemit-its-nishant-xd"],"app":"steemit/0.1"} |
created | 2017-09-16 23:08:30 |
last_update | 2017-09-16 23:08:30 |
depth | 1 |
children | 0 |
last_payout | 2017-09-23 23:08:30 |
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 | 185 |
author_reputation | -16,270,841,787 |
root_title | "[ANN] Introducing python-social-auth-steemconnect library. Integrate SteemConnect v2 in your python app in 5 minutes! Design Pack as a Bonus!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,091,703 |
net_rshares | 0 |
I don't think many people can appreciate the true meaning/potential of this image. <center> [](https://steemit.com/steemit/@gokulnk/steem-to-the-moon) </center> Most of valuation of Facebook and Google can be attributed to they becoming the gateways of internet. Today most people use Facebook/Google instead of creating accounts on various websites. So these websites though they make money through ads and other avenues, their adoption and utility is what drive their valuations so high. We should drive the integration of SteemConnect with all the popular frameworks like Wordpress and Drupal. The will quickly enable the adoption of Steem blockchain overall. The more eyeballs we can get the better. When people realise that they have a decentralised alternative to Google and Facebook I am sure they will make the switch. A decade ago I remember people stepping out of Microsoft and vouching for Google. I think now is the time to move out of clutches of Google and enter the Bandwagon of a new world powered by Blockchain. Great job @noisy. I will see if any of my friends would be interested in doing the same for Drupal.
author | gokulnk |
---|---|
permlink | re-noisy-ann-introducing-python-social-auth-steemconnect-library-integrate-steemconnect-v2-in-your-python-app-in-5-minutes-design-pack-as-20170921t085512494z |
category | steemconnect |
json_metadata | {"tags":["steemconnect"],"users":["noisy"],"image":["https://steemitimages.com/DQmY36hJd1CpEiBCSMHLSvyKhVmQX6Cn27bCWQbBkSTf3k1/Screen%20Shot%202017-09-21%20at%202.09.37%20PM.png"],"links":["https://steemit.com/steemit/@gokulnk/steem-to-the-moon"],"app":"steemit/0.1"} |
created | 2017-09-21 08:55:12 |
last_update | 2017-09-21 08:55:12 |
depth | 1 |
children | 0 |
last_payout | 2017-09-28 08:55:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.174 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,304 |
author_reputation | 17,871,219,215,380 |
root_title | "[ANN] Introducing python-social-auth-steemconnect library. Integrate SteemConnect v2 in your python app in 5 minutes! Design Pack as a Bonus!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,502,839 |
net_rshares | 66,018,995,623 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gokulnk | 0 | 60,522,878,005 | 100% | ||
techtek | 0 | 5,496,117,618 | 100% |
author | headsink |
---|---|
permlink | re-noisy-ann-introducing-python-social-auth-steemconnect-library-integrate-steemconnect-v2-in-your-python-app-in-5-minutes-design-pack-as-20170917t030749960z |
category | steemconnect |
json_metadata | {"tags":["steemconnect"],"app":"steemit/0.1"} |
created | 2017-09-17 03:07:54 |
last_update | 2017-09-17 03:07:54 |
depth | 1 |
children | 0 |
last_payout | 2017-09-24 03:07: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 | 75 |
author_reputation | 1,298,327,132,573 |
root_title | "[ANN] Introducing python-social-auth-steemconnect library. Integrate SteemConnect v2 in your python app in 5 minutes! Design Pack as a Bonus!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,102,561 |
net_rshares | 6,683,360,429 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
headsink | 0 | 1,372,505,203 | 100% | ||
techtek | 0 | 5,310,855,226 | 100% |
goood I really like it great post thank's for share it with us , I ve followed you thank's again !
author | lahcen80 |
---|---|
permlink | re-noisy-ann-introducing-python-social-auth-steemconnect-library-integrate-steemconnect-v2-in-your-python-app-in-5-minutes-design-pack-as-20170917t003838506z |
category | steemconnect |
json_metadata | {"tags":["steemconnect"],"app":"steemit/0.1"} |
created | 2017-09-17 00:38:39 |
last_update | 2017-09-17 00:38:39 |
depth | 1 |
children | 0 |
last_payout | 2017-09-24 00:38: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 | 98 |
author_reputation | 105,900,808,796 |
root_title | "[ANN] Introducing python-social-auth-steemconnect library. Integrate SteemConnect v2 in your python app in 5 minutes! Design Pack as a Bonus!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,096,039 |
net_rshares | 0 |
Nice. Love the effort put in here. Thanks for the post and the work already done. Much appreciated.
author | madhatt |
---|---|
permlink | re-noisy-ann-introducing-python-social-auth-steemconnect-library-integrate-steemconnect-v2-in-your-python-app-in-5-minutes-design-pack-as-20170916t193625601z |
category | steemconnect |
json_metadata | {"tags":["steemconnect"],"app":"steemit/0.1"} |
created | 2017-09-16 19:36:24 |
last_update | 2017-09-16 19:36:24 |
depth | 1 |
children | 0 |
last_payout | 2017-09-23 19:36: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 | 99 |
author_reputation | 332,114,223,499 |
root_title | "[ANN] Introducing python-social-auth-steemconnect library. Integrate SteemConnect v2 in your python app in 5 minutes! Design Pack as a Bonus!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,081,152 |
net_rshares | 0 |
A resteem is enogh? I think no:P keep it up.
author | mahdiyari |
---|---|
permlink | re-noisy-ann-introducing-python-social-auth-steemconnect-library-integrate-steemconnect-v2-in-your-python-app-in-5-minutes-design-pack-as-20170916t203349849z |
category | steemconnect |
json_metadata | {"tags":["steemconnect"],"app":"steemit/0.1"} |
created | 2017-09-16 20:33:51 |
last_update | 2017-09-16 20:33:51 |
depth | 1 |
children | 0 |
last_payout | 2017-09-23 20:33: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 | 44 |
author_reputation | 199,858,416,089,067 |
root_title | "[ANN] Introducing python-social-auth-steemconnect library. Integrate SteemConnect v2 in your python app in 5 minutes! Design Pack as a Bonus!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,084,343 |
net_rshares | 0 |
wow, nice job! Im also glad for that font with steem logo.. just a few days ago I had to draw it in Corel...
author | marty-arts |
---|---|
permlink | re-noisy-ann-introducing-python-social-auth-steemconnect-library-integrate-steemconnect-v2-in-your-python-app-in-5-minutes-design-pack-as-20170916t192659167z |
category | steemconnect |
json_metadata | {"tags":["steemconnect"],"app":"steemit/0.1"} |
created | 2017-09-16 19:26:57 |
last_update | 2017-09-16 19:26:57 |
depth | 1 |
children | 2 |
last_payout | 2017-09-23 19:26: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 | 108 |
author_reputation | 33,537,213,015,029 |
root_title | "[ANN] Introducing python-social-auth-steemconnect library. Integrate SteemConnect v2 in your python app in 5 minutes! Design Pack as a Bonus!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,080,574 |
net_rshares | 0 |
For the future, here you can find scalable :) # <center>----> [Steem Logo in SVG format ](https://gist.github.com/noisy/6b0666e0acb360a9e06f7a27574cfd6d)<----</center>
author | noisy |
---|---|
permlink | re-marty-arts-re-noisy-ann-introducing-python-social-auth-steemconnect-library-integrate-steemconnect-v2-in-your-python-app-in-5-minutes-design-pack-as-20170916t200503406z |
category | steemconnect |
json_metadata | {"tags":["steemconnect"],"links":["https://gist.github.com/noisy/6b0666e0acb360a9e06f7a27574cfd6d"],"app":"steemit/0.1"} |
created | 2017-09-16 20:05:03 |
last_update | 2017-09-16 20:05:03 |
depth | 2 |
children | 1 |
last_payout | 2017-09-23 20:05: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 | 171 |
author_reputation | 59,974,373,499,600 |
root_title | "[ANN] Introducing python-social-auth-steemconnect library. Integrate SteemConnect v2 in your python app in 5 minutes! Design Pack as a Bonus!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,082,756 |
net_rshares | 0 |
great, thanks :)
author | marty-arts |
---|---|
permlink | re-noisy-re-marty-arts-re-noisy-ann-introducing-python-social-auth-steemconnect-library-integrate-steemconnect-v2-in-your-python-app-in-5-minutes-design-pack-as-20170916t200752462z |
category | steemconnect |
json_metadata | {"tags":["steemconnect"],"app":"steemit/0.1"} |
created | 2017-09-16 20:07:51 |
last_update | 2017-09-16 20:07:51 |
depth | 3 |
children | 0 |
last_payout | 2017-09-23 20:07: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 | 16 |
author_reputation | 33,537,213,015,029 |
root_title | "[ANN] Introducing python-social-auth-steemconnect library. Integrate SteemConnect v2 in your python app in 5 minutes! Design Pack as a Bonus!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,082,915 |
net_rshares | 0 |
@originalworks
author | noisy |
---|---|
permlink | re-noisy-ann-introducing-python-social-auth-steemconnect-library-integrate-steemconnect-v2-in-your-python-app-in-5-minutes-design-pack-as-20170917t132255290z |
category | steemconnect |
json_metadata | {"tags":["steemconnect"],"users":["originalworks"],"app":"steemit/0.1"} |
created | 2017-09-17 13:22:57 |
last_update | 2017-09-17 13:22:57 |
depth | 1 |
children | 1 |
last_payout | 2017-09-24 13:22: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 | 14 |
author_reputation | 59,974,373,499,600 |
root_title | "[ANN] Introducing python-social-auth-steemconnect library. Integrate SteemConnect v2 in your python app in 5 minutes! Design Pack as a Bonus!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,136,165 |
net_rshares | 328,362,128 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
originalworks | 0 | 328,362,128 | 0.5% |
The @OriginalWorks bot has determined this post by @noisy to be original material and upvoted it! <center></center> To call @OriginalWorks, simply reply to any post with @originalworks or !originalworks in your message! ### To nominate this post for the daily RESTEEM contest, upvote this comment! The user with the most upvotes on their @OriginalWorks comment will win!<h3> For more information, [Click Here!](https://steemit.com/writing/@originalworks/originalworks-bot-explanation-and-info)
author | originalworks |
---|---|
permlink | re-re-noisy-ann-introducing-python-social-auth-steemconnect-library-integrate-steemconnect-v2-in-your-python-app-in-5-minutes-design-pack-as-20170917t132255290z-20170917t132455 |
category | steemconnect |
json_metadata | "{"app": "pysteem/0.5.4"}" |
created | 2017-09-17 13:24:57 |
last_update | 2017-09-17 13:24:57 |
depth | 2 |
children | 0 |
last_payout | 2017-09-24 13:24: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 | 616 |
author_reputation | 79,292,026,602,057 |
root_title | "[ANN] Introducing python-social-auth-steemconnect library. Integrate SteemConnect v2 in your python app in 5 minutes! Design Pack as a Bonus!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,136,336 |
net_rshares | 0 |
thank you for the information .. i really like
author | safrijals |
---|---|
permlink | re-noisy-ann-introducing-python-social-auth-steemconnect-library-integrate-steemconnect-v2-in-your-python-app-in-5-minutes-design-pack-as-20170921t071814704z |
category | steemconnect |
json_metadata | {"tags":["steemconnect"],"app":"steemit/0.1"} |
created | 2017-09-21 07:18:18 |
last_update | 2017-09-21 07:18:18 |
depth | 1 |
children | 0 |
last_payout | 2017-09-28 07:18: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 | 46 |
author_reputation | 4,454,177,377,849 |
root_title | "[ANN] Introducing python-social-auth-steemconnect library. Integrate SteemConnect v2 in your python app in 5 minutes! Design Pack as a Bonus!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,496,653 |
net_rshares | 0 |
My upvoted & followed
author | sergior |
---|---|
permlink | re-noisy-ann-introducing-python-social-auth-steemconnect-library-integrate-steemconnect-v2-in-your-python-app-in-5-minutes-design-pack-as-20170916t194057536z |
category | steemconnect |
json_metadata | {"tags":["steemconnect"],"app":"steemit/0.1"} |
created | 2017-09-16 19:41:00 |
last_update | 2017-09-16 19:41:00 |
depth | 1 |
children | 0 |
last_payout | 2017-09-23 19:41: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 | 21 |
author_reputation | 438,274,504,109 |
root_title | "[ANN] Introducing python-social-auth-steemconnect library. Integrate SteemConnect v2 in your python app in 5 minutes! Design Pack as a Bonus!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,081,425 |
net_rshares | 0 |
As an old codger trying to learn some programming skills, this is a great post and I will be looking to grow with your articles. Thanks. also following @andrejcibik per your recommendation. --- SDG
author | sighmanjestah |
---|---|
permlink | re-noisy-ann-introducing-python-social-auth-steemconnect-library-integrate-steemconnect-v2-in-your-python-app-in-5-minutes-design-pack-as-20170922t160755225z |
category | steemconnect |
json_metadata | {"tags":["steemconnect"],"users":["andrejcibik"],"app":"steemit/0.1"} |
created | 2017-09-22 16:07:54 |
last_update | 2017-09-22 16:07:54 |
depth | 1 |
children | 0 |
last_payout | 2017-09-29 16:07: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 | 198 |
author_reputation | 1,836,942,842,269 |
root_title | "[ANN] Introducing python-social-auth-steemconnect library. Integrate SteemConnect v2 in your python app in 5 minutes! Design Pack as a Bonus!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,630,431 |
net_rshares | 0 |
This post has been just added as new item to _[timeline of python-social-auth-steemconnect on Steem Projects](/projects/p/python-social-auth-steemconnect/)_. If you want to be notified about new updates from this project, register on Steem Projects and add python-social-auth-steemconnect to your favorite projects.
author | steemprojects1 |
---|---|
permlink | re-ann-introducing-python-social-auth-steemconnect-library-integrate-steemconnect-v2-in-your-python-app-in-5-minutes-design-pack-as-20180227t105610 |
category | steemconnect |
json_metadata | "" |
created | 2018-02-27 10:56:12 |
last_update | 2018-02-27 10:56:12 |
depth | 1 |
children | 0 |
last_payout | 2018-03-06 10:56: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 | 318 |
author_reputation | 0 |
root_title | "[ANN] Introducing python-social-auth-steemconnect library. Integrate SteemConnect v2 in your python app in 5 minutes! Design Pack as a Bonus!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 40,840,348 |
net_rshares | 0 |
That is easy, great job and design pack looks good too.
author | tomekkk |
---|---|
permlink | re-noisy-ann-introducing-python-social-auth-steemconnect-library-integrate-steemconnect-v2-in-your-python-app-in-5-minutes-design-pack-as-20170916t213855238z |
category | steemconnect |
json_metadata | {"tags":["steemconnect"],"app":"steemit/0.1"} |
created | 2017-09-16 21:38:57 |
last_update | 2017-09-16 21:38:57 |
depth | 1 |
children | 0 |
last_payout | 2017-09-23 21:38: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 | 55 |
author_reputation | 9,989,933,925,581 |
root_title | "[ANN] Introducing python-social-auth-steemconnect library. Integrate SteemConnect v2 in your python app in 5 minutes! Design Pack as a Bonus!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,087,722 |
net_rshares | 5,411,797,987 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tomekkk | 0 | 5,411,797,987 | 100% |
ummmm genius?
author | unprovoked |
---|---|
permlink | re-noisy-ann-introducing-python-social-auth-steemconnect-library-integrate-steemconnect-v2-in-your-python-app-in-5-minutes-design-pack-as-20170916t193814614z |
category | steemconnect |
json_metadata | {"tags":["steemconnect"],"app":"steemit/0.1"} |
created | 2017-09-16 19:37:54 |
last_update | 2017-09-16 19:37:54 |
depth | 1 |
children | 0 |
last_payout | 2017-09-23 19:37: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 | 13 |
author_reputation | 1,533,190,791,619 |
root_title | "[ANN] Introducing python-social-auth-steemconnect library. Integrate SteemConnect v2 in your python app in 5 minutes! Design Pack as a Bonus!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,081,241 |
net_rshares | 0 |
great job
author | videogeek |
---|---|
permlink | re-noisy-ann-introducing-python-social-auth-steemconnect-library-integrate-steemconnect-v2-in-your-python-app-in-5-minutes-design-pack-as-20170917t065554895z |
category | steemconnect |
json_metadata | {"tags":["steemconnect"],"app":"steemit/0.1"} |
created | 2017-09-17 06:55:54 |
last_update | 2017-09-17 06:55:54 |
depth | 1 |
children | 0 |
last_payout | 2017-09-24 06:55: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 | 9 |
author_reputation | 2,167,996,283,165 |
root_title | "[ANN] Introducing python-social-auth-steemconnect library. Integrate SteemConnect v2 in your python app in 5 minutes! Design Pack as a Bonus!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,112,864 |
net_rshares | 0 |