diff --git a/playbooks/claude_greeting.yml b/playbooks/claude_greeting.yml new file mode 100644 index 0000000..0695842 --- /dev/null +++ b/playbooks/claude_greeting.yml @@ -0,0 +1,8 @@ +--- +- name: send daily greeting to claude + hosts: dell + gather_facts: true + vars_files: + - ../vault_vars/qnap-vault.yml + roles: + - role: ../roles/claude_daily_greeting diff --git a/roles/claude_daily_greeting/defaults/main.yml b/roles/claude_daily_greeting/defaults/main.yml new file mode 100644 index 0000000..ae33468 --- /dev/null +++ b/roles/claude_daily_greeting/defaults/main.yml @@ -0,0 +1,7 @@ +--- +# default message to send to Claude +claude_message: "hello" +# claude API endpoint +claude_api_url: "https://api.anthropic.com/v1/messages" +# claude model to use +claude_model: "claude-3-5-sonnet-20241022" diff --git a/roles/claude_daily_greeting/tasks/main.yml b/roles/claude_daily_greeting/tasks/main.yml new file mode 100644 index 0000000..d9d270d --- /dev/null +++ b/roles/claude_daily_greeting/tasks/main.yml @@ -0,0 +1,29 @@ +--- +- name: ensure claude config directory exists + ansible.builtin.file: + path: "{{ ansible_env.HOME }}/.claude" + state: directory + mode: '0700' + +- name: write claude oauth token to sandbox volume + ansible.builtin.shell: | + docker volume create docker-claude-sandbox-data 2>/dev/null || true + docker run --rm -v docker-claude-sandbox-data:/data alpine sh -c "mkdir -p /data/.claude && echo '{{ claude_oath_token }}' > /data/.claude/session_token && chmod 600 /data/.claude/session_token" + changed_when: true + +- name: send message to claude via docker sandbox + ansible.builtin.shell: docker sandbox run --credentials=sandbox claude -- claude -p "{{ claude_message }}" + register: claude_response + changed_when: false + +- name: display claude response + ansible.builtin.debug: + msg: "{{ claude_response.stdout }}" + +- name: ensure cron job for daily claude greeting + ansible.builtin.cron: + name: "daily claude greeting" + minute: "0" + hour: "6" + job: "docker sandbox run --credentials=sandbox claude -- claude -p '{{ claude_message }}'" + state: absent diff --git a/vault_vars/qnap-vault.yml b/vault_vars/qnap-vault.yml index a409d64..b7d543d 100644 --- a/vault_vars/qnap-vault.yml +++ b/vault_vars/qnap-vault.yml @@ -1,156 +1,172 @@ $ANSIBLE_VAULT;1.1;AES256 -38656461316662373337376462363364326232643539666464623636666531343532613030313463 -6132373138663630656537633637663937323836616634640a306231313438393133643838336264 -36316239336239343238336662343933626266613262376363623133646135306233323437383963 -3739306130373934390a386435386331656330623830653537326466613834383662336432336663 -61613530316630323533376138396634356538623462383934313466326133393561336535636434 -36613665353334326135326538626639326331316462363537623531643237383732303431333636 -63626631633862323163373731623535356432326536393137636633666137643835633863623635 -62653632623030333763653933333539323737313031383363313363396432383238353032386365 -35643666653066366161623262613561396162373964373163306336616537613036376666363839 -64363337663163386533393035393861646431633938616330336230646264323632306363313432 -62643635353036383035643037643064373036336439333930396662666439616533363031656237 -39373432363563366565343535336430333461306632396232353230663133663734653439343736 -63323166383439353663626661653936356265376662383961613764316334396237353761363230 -64356637303966633866373732353063663062646430383931316566303436663735633564643061 -33626334623735373936346532623736666436366232653730393037643133316637613165663864 -39633261363263313061353762343031373362323733663837656161333634323461623138366166 -33366133653434323239653733636165336563653465386633333866616536613639656665376137 -33306665376264313766303865383363323463616364636665313062303131363861353062646538 -66323738613031326162333639383630326262616630343636316439623264626639313036653936 -39656639646335353661343963653139653435353438313962356464313639313838383935396338 -62313264373064616165353133656232303433366364653064653236356330346335316139613931 -63353931633536616632383838376634623732336135386336363061363539333430643535323237 -63393966356465386633633633323765393939643864333265333637316261323237356232383239 -63313438383437313066316531343037653164666436356133393361346233356165636166633337 -39396262666165616363393431386538636233366661316438373265643237373362326639643961 -62643935306238306265396331666431373633626233616234633162643062353134636431643661 -63373166383538356437326164623736343830633539393939366237383463643239666234393330 -63633630363364646365306332383130313961323464306239306265373866356231303363643762 -38643132373466353461343465393761326263333563623066333338643165303936336237653533 -62346262373063626662366133353536396139663934326337363437663565363666306566613962 -62396438323661393665366364313137643338373932633137383135663461346466653236616265 -36633164643338336137613733386361623637653831643637376338313330613365306132616532 -62373531316338353636643463383236636331386365636234326338306464393332323736393634 -65376261366233626335353365613039653062636430663866303365393830643133316261643465 -61376431353161373962663566326466366433316661386138303037356538323038373765353365 -39626563636566313433396437653366353262656532316230663037306233306161313837613266 -30343762366535376363346434633338656236653630643232353934343839373963343235613838 -63613765643734663163653264656666376537353963633864363732666666326266366563313032 -65666130646535326436323632306438383338323534373734663739663938396532306238323063 -39616536306466376630303832393935366265333537646332653039373162383266373938653430 -34313932323937636663383831393865623334623434376434323032323236363839353666386666 -62326238373766363338353739376139643131383235316234373766323030373038616638313965 -32663537326439303464316462346431613139613436636164313365633232323330663961333434 -61373033363462343737623462653138313765353365656261346366646361323038353332376439 -66383666633065353632353832313035633961643837646439346336303866333534363463363565 -61376266323435386462633233303834653961656237633134353837643439376265313231663162 -32643338306632323435313464383365636163373237313933626266393733333735383062313137 -33333435373030386164636166666131396531613239623064326365353833346138653662633564 -62306262383130373432613130613233343438663439353138663362353739653262356130663030 -63383062386434653961313465646265383236346266666136636561643330393062346132303733 -36616364616264336435623336646130333939303532613935303162643832616136623535373835 -36363535666263303033666639636666316335613337353239326238616432353132623439326364 -36373231663330373533366532626666613861366262633035666635306230633636363130623935 -33333636626164636165396136653762353534356332356264363637316635623838646661306532 -36306432343838643461623832373339623931616364383437373939326435616634346330313239 -33306530633633366537333263643464656164393237343361393230613539376264636636353239 -37333934613633626662333562353735363534383763663238373364326363653465333131636361 -36333938316463633462373833623236616365613763636565363762643037653931393861626431 -37656537663362663938633365343538646530336533373866303064366231323438396161343230 -30363664613038346537376536663135313964303366396463643437646232353165336631333035 -33353530333066636362383334383934376631613331656431393634623332333865653362663261 -31323766356462663835323564356262393030373433663034356662326331366531656265666431 -64626131633639613562343035306235313532643336666463393837383864313336316666383666 -31326466643565666439616462613633366561636636623735383663363261613936666530393366 -33316436393530373535656166376132306636613133653637636164633862643165323033613232 -35316630303139323865376531323730616536373265343331666336376333376363363061303764 -38333063633937393836613065346632313066623730376263666431356562386239323132313735 -34656432656262353066333334636565653937626433346434363365363132633565626333663535 -35303265336531333436663161343534303836663165653163633033353364616432656665343039 -39393530366332396461373235636331373537386230326538306666376361396634623435376135 -35613261373031393235363438393563366637656565666330623133303839623832383433356637 -30343836373336626466643861356566333631626562393631363065393238393439613831646263 -36366166346566666139336230656431636535323065386666383933376636656539323364336539 -35323434636439386139613261326339363462313231613536373034373733623762373337653164 -39623534303666613163376331383133666333313930656432303464306433386438346665633734 -65313164393533636138363932643466626166653136376664626533646564653166613533326637 -61623761343036353033626136303130623566663930326164623836313538663136333734616231 -36616630626436633765613632383165336231353137653135643166663230633031633739323532 -63343463316561313166346362643933383235666433303530623637663238663835356166616166 -33376437613963323661356134333039383362323964353333316165313335633364336131306339 -35343231633932386163386461313961343866653764333730666230623732363835626137333835 -37653238636531666438333538666333353764323261623137356561363938636665386534343533 -30363936643562376261626337366236646335343636363561656437633364633639646332333534 -33656535626261366639333831373764653063313164343131323832616364616435383537383830 -31343339653931333939626562613030323339356162373132316132323135396634363538613366 -61656532616463383437653462636237333439313365363636343232303131306631656263303739 -31356362323733316632316662393366396661623861656137653233626632383534356538353666 -62633239663530396430356434383361643864616363383661343135643565663733336538333165 -39633537633131313432376531633761656634363333383465636564643038653732613838363031 -37323337373237376630663633313263313631623166633363396165316138626633306535366532 -37366465363466346564616664313135653136333735353237353931623935366164626364313139 -36323933383030323065303461653439646562323833653939643632343831383338363037343865 -37313530336136623765366338373464326166633062623332346138306662653561353638313761 -32323963663931653065636564636462333731396130646332323961316335356535396363393731 -39643861663764653934383361383136333762356539313530643733663633393939646133343163 -35663733386463343063316561623339643065363334366266336138626462616637323532373430 -61656633353739383136623634633230313039386235613132363361386430613963623562366334 -34626332633339626363613335356166386236616662306230386634393135663539666632633964 -63373133653764653163633337363766353261303635346433326265643430396362346563663437 -61646262613333383438376161613336323736653833396238313139386537653034633433613739 -38303030653332303435643761303865313936383464353131316235666635656161616334656636 -65306336653030663839616136393939626264353530393437616437363439336130396334333061 -61323263386138653464336564356166396636343832643263303236616230636266343465393333 -38386638643737633663353936626232656131643731366438326432323537623035376365316237 -31616466323732643163353730343631663638333839346335363432356361633734626262353966 -65393439613261626363613662653663396233333266633839373131316437323562383361663839 -36646265333066616465653235643536333866633232656164383334333665636366316338363830 -34663134623736336536313936663466653230666334313564313431623166376535316162363563 -64323832373931623339653935326239336532333232386631383438663562313539633439616633 -33656464366639613637336464306462373230343863363630386266383239383533656262366337 -39366630633738336233383864616339373930323937616565343533333535346330346131376365 -39306433393234373237616633393235613835306339373436306339653639313162363235386132 -64326466643637376638303333393735666139636261346566663963653263393263653862643639 -32656439663030646665386637326539313662326463316466323434393038373636633431366561 -65383033623133376133636465626239383965623838623733633537393931356566646438353330 -66643830353330326566393933633435303365623132653230336564626161333739336139613264 -32363566326331626363373032333862383166303431646433373335666161346464383132616136 -33366630663834663765313730336265386636643431343331643035343131393330643032393537 -64306533313731353062343032616264373730663731656632376135633739386131366366643961 -37343739373836393836373935636632393537636163643164336163376132646332366631653531 -62323064333964366230336434323462356661383434623837343038643836313737313633616435 -62636237616335613731396466646536373964343830363837353131356335376135643131386331 -63386363313838396363356465356265333862323765316465356664386438643633313862366664 -65323562313035333766613366343862316161626635633433393137623338353834386632306665 -35383365376635373739373164646136326262343665373930643963653566363166326536623635 -36383363623336333666376433636565623166393435393137623863356436633538336334656364 -63646636383861306533363332663736623934653934663562323233346535353135333439616636 -34633162646131653134346336303636663830326134653736396361303461303337373864363731 -33366465323234613665383366373964343536313532393235616531626633383264353434373361 -36346133316235323837356264623631323833666462623266333531656133316533656566353765 -39303936353036336662656236326162633934343933323336623563666165383330376663353036 -64653964643362383066633237303532353837303262376631303935393064326235313631383464 -34386664663432656463386431363462333138346161313561643838623262643737623437356166 -65663431363132646461623534356632386535633030656461336535303663336134323533613865 -35636463643238356432653165613937636634636531646135633562663039343963656636326266 -64313538316462393538616338373937353232643261656534313764333262646532303838653563 -36393662383066316334636231363666306665343730353139643938653936373131306330303466 -61353933643435663837306133666334316532663866366161366532653330313162323538666232 -65666263313233376537316665633363363937663231386364373535333962626239626362626332 -34363864393663326337663163613366656532376265636636643038353361306634396531316534 -38623166616337396533646364353964396230653134303133633133306664666665313438366166 -38386163336631613832653661323430376262653666373061393933653138376463636238336530 -31663563326336656264646639326164393436646138623763336132346234363131383565393764 -33336333386633663063633633313662313965643138643739383138343736356562333533303939 -66393636626135353066653330646136303131633631613135366231666366636336613138376635 -34363137646533356565636234633165323836363039353133653761386162313730396432613764 -35376131333137353934323532336336306263313834346138626462653532666338663736613434 -65643430646233393935636265343232343730623230336431333634326430326439666433386365 -35636135653434316664373734386432303936653132366135653864623538313263313235616235 -61313033313665633366383831383566613465626436643837663032333464326265663834333864 -38376631666366333436343864636362663833646464303965653335376263633438316432636364 -61303535386665633832333965656234316135316134326135623639643464366333376532386533 -65373432396563393536376664356565386137323565373730313963616432386131393562643866 -65303265393661613438613532333431626462633531393035626436333933616463613361313736 -663636626531613362363037333862653032 \ No newline at end of file +30663636656133633365396130653636323730393637653831653235336437643465643364643933 +3361316530636433636439633636313931396139326636340a393362346234383366373831663133 +37323634623964333764336233613065323535636433373337623233356464643264333339633965 +3564333266306262620a383638643330346362666363303534306262313839353562653564643130 +32646235653363623230383033366538353630393338366532623430353931666634396163666633 +37666635396231303039653738353262323435356237656332613661333362613238333935643032 +38343932613037303238626133633437363334346335356335616561306333613336663237626366 +65643637656665376261376363623335633838386263396431316663613630633336343761346336 +32326533666136373961633435326364383934333332333432353539613330383431623462323761 +32653237323937313336323739313036373061386337366236363863373362326234353931343634 +33663661633263373831373239303436646431346233376465393236333135303665633934643231 +63356339666166643862633431306539613266303434366166643437376434363563306262343237 +30316539633365323363316432633564313033313866326338356634386537323264643630613631 +33653635373462643263393335663563656538633562376565313736646431343662633539646431 +39653566396362306438346432343762636135323631363331376532393264303333636631353938 +38393233363432656631366433303237313737323263633937636231306231316366653631366131 +39616363366161393532633330663739363531316639613166353736356264323363303664646539 +33353635376230343666356339333832313061653336343764343166373665313564663337303063 +65613232636230306639643163373636333034636434326533303862653366303332366538613037 +31653961663366343534633962336538613735356461633361653961633539323965353937336536 +61626236346333616234633132663838393631653137346164346130346539376538623737346237 +38376566306563316562663232346132383065333539653866366433306266363465303166306162 +63663234666562373534336463303937373638653532326435636165613339303165646633613139 +33366663363763316339376465636364666232666137343531623036336239373665613331623962 +31373636643064386166353362626663613132623033303164333733306364643662366165346666 +64366637393331383361313364333834376633393465373530396131653733316532366430643638 +36623831663731326634333865333565303963656462386461643438333862653837656131316662 +61383337376165343236353838653666326637623530376261643833373861326238656137363063 +65373134376435366633333838373836613835333162376131633032663934646261373630326337 +31636665313139343564343862376264616534633334633566303539636333316362346161343633 +38653039633338643133373639346334663732353037393334386363303931663238646136353639 +63623131396361643039636532363132346330393663366463663062333561646632363763313963 +38656437383962633130623135626631373935653662663734343536376139306631386238323765 +64353931333566303465383765656639656236333363653037633834363462346461613737643265 +31646335396634353235336332366334313335316565393064373730626232373861656462376438 +62613566616239613631333164333137323438393061653033666561376532373764626466656566 +31396436346538373239303731653131376264616365396637386530376332376634633635623437 +63313237366462326232333263653338633864316536336530326431643066646530396139636135 +38333264393265353264636665623533353637643536336163633764376565326534666439666365 +37343731313134366664643935663330643364356333303637316238353138393833653630366335 +39383164363931633034303230323866313832346461363364383366643934396165383561383431 +35306362373838393033616235393632636536663063373935623139666439393366306135366130 +36386231343061613434366632663233313339326136313237316266636138663939383631373936 +38613662633162386362613261363161663031333561373337653832376263653036663365333033 +32353232343530383530656563363638363663636134633331666236383638383634623930616135 +35623666666333363537626230613264376466393633336465646462376138663330663261333466 +66346232633630613031353930633966386235313562326633363134643138623333363634366333 +34646339346166623563306634633530316535666161316535356563323334343339646437653535 +64356166343530333538333036656539633062663332313763316630613964393238626266653063 +66633538633362343963643464343738666663646666303664643732316136363134646534353936 +37356364336366656433336164343039626531343234613831396665393463366264663730323330 +62393262373830396437623932323339633361333635333161383730383731623361316337356362 +66373537383965363831653134663430303030383766356461313638656561396262306131333438 +35376663393065666265363131386437366134663232396431653237396132663764353033623539 +64376466353637623439383466376232306263666136656565643635663761303566656336343666 +31653232376637373864626534643535613633363634666266383634343763353634343866313263 +66633630303366306233326130666531343037653039323237346164303438653466336462343262 +35663034373264333166653538393735313063623266653831656261373337366231616564366536 +62306661383864633664393137393730323432393066353039313366666266343138383234343131 +36396163376265663031626431396239653738366436646665666537373939653663346330313538 +62326138326134343439303133373561353134643565356134336638613065393864613338643161 +63316532323134623865666333626562346231366164353035343961353266393633353131333966 +63653066313362346139326332376231343035366362633465343265366666356634373237643034 +35333835346238386363343964373861323633366666613530613130393337323165653137616338 +63373339356261663365343564363430313162393232653636366633353463313134383965656339 +64613035383533353535333738363533623431636437333837643834336538326363663031323337 +32336433333464343862613761623763346165396633663734333037303632313433643466323561 +33313763356165613262643637323862366638396138303537313665393239333134306466396461 +61313339353262356135303161323833636135343036653465366338363864373665613937353362 +37326131353139623732656134616230353863666336656431396535393162323630666238653833 +62643435613135613831633437386537633634303738613063346631316562373734323233633466 +30326630383265316132386661323866623432393963316464366462313139333432666330373564 +62323565323133396465646635343166646364633964653136613163663434393661653730633635 +65613230313438393363623164636635343733353131363362373934353834616265643966333465 +61323964313632623433336536346538316236646530343230376132333666623334313336353533 +39643237643662346536663435376339303834363162396436653662376566396537313031323230 +63656434623136303733326339313237613861303965303130663735373532626134336232343762 +64353231643631333036363330313063353737626231306339306161643830343333313663373033 +39313931633530346232333364393536653338343630386461356365626336653035363262653039 +65623538343831666539623736653763633965373230643835343935653662363732323131346664 +64333830623764626563623533353661653936643431623632636666316335306465663564643066 +32323235386238396537373166643038636663363136643837653234373138663166366566346161 +64363635306434663163386666396234663332623230363533313963313735633165393539373135 +65393130393233623030316536633763313239313738663961333530313938646438333338663133 +63643934613831306363356163313062646338306430323932376665383464653338356665393837 +64333463366561623039383236623662303837373661663565616663383161656335383731353835 +30386665306231383566613763353565313631333637326533646166396530656235396665666630 +34663265616332653932323836366662623535633134616230383633313637343838663530663837 +63376339613936353634353830646364396664343336323266396634623662613239373939313339 +63666562646534633732653139646162366239623637393162343031656238373664666237393461 +62303064623435383834646331396332633638326131366432663335323364666139336461636266 +37356331313338333231323263653635336639663333356135306639666335346131336337623334 +63666534613238643335663165373265346563333665323735306238373734313935356635653235 +36636666323038373634373536663136376564303661656565346537346636626337353166626334 +36623732373462366363623737343236326135323339366565376531313339316366313765323139 +31366330313039613966353837653531306134363365666231323334663231313338323632643930 +30626164323639616164346438343264613734313663643963616530656137373864353038366664 +34383032373430333464653761323563653638303765393064376361653838313034633131343030 +33363834376134616564613063646235633064653537663062633437363832343038306263383665 +64343639336538326637396531326266623531623738613535633832393039613434313331663365 +30663830663638376639363733363465343762383366363530333637376265616163353961663664 +38313131306533356166656336656435336338313534633635316164636666666564623563666131 +38343833313037613531343439393634323637666335636466313866646537626236333066643035 +32353166616464306634353832326365653564343632653464636433343562636166623939623732 +63656364323065643964653965663531666636626138316638643339383365653565626533613834 +32336632633833336234373538356365333932613133393430653833656234366232323862613035 +31393764623963613139636430656139326261343735663532333334613164376463653631333961 +33653663623339366135633335633261623734613137316137383438356239383661623933643632 +64633635303932383336316138326233646664373862666337626266326339323462363632303166 +64316362343130323839363237336638663137363561363062633433663166306566663861323635 +32346132613339643035383236636230633031613235326530633638383239333266306135633631 +31323638323832633430646235303733373033336365353538633637303861323635616331336239 +35366238626666383465616437613135353439393565306238393333373436323262393463363461 +30323866366136376232336133646531303265373962643636363135373037633032613162376534 +66626338626430656163643061653434323061353939313966386261313535343039613631313732 +62376532653364313466383866383939326434303562383565373965643866383633323939643765 +62343639646463373533303630396234353732326662303262306265643266343265633837633764 +65336464396563326261316335333034316666643566303936363463303563336436336166343230 +32356263636631323237353861366163363037623664626164396637633761356531626436393530 +34333137613462363235326362663436353636653435656161653662343536616432326333373266 +30343466666537663337376632623936653466663334616163343662613035353861633631336162 +39353933326234623230303933353732313963383933303165653239616664363436396437653164 +39646461343330343866333563376233613438323332393939303361363565316338303836313066 +38323933393439643231393338343835353033663630646331303134396336353136303433333962 +66663034333539386666303230316362613135396361623663393839383036313630356137396136 +39333134356239663939613966643232333530613864393666373061363964316530626635653965 +37326236316363613966333763653331376666323334363135363732396261363232623535636433 +35653134303332306637623139323833383432363835643661363131336335323330626662326536 +33326631343137663634363939333537653865313232333362326632303466646538323164306437 +39653537323361383738646230323832306565323937666436636335303534626463333135383161 +32363164366436663038663862313961646536326530663830613737646538626534653736646139 +39663864373132336234346563663935383863333261366466386638363934323065393830623434 +31383866363436313164353233306365376165363432656332323337336634663261643766373366 +35316165373139353462383637353336373436326361323030656531323733353464653264313632 +35333836313366303831656434373539623166663762353539376539343664306437346163633133 +36646637636365656266373261393339356535653233376634636238633862666330323463363165 +34643461323139343965616238353831646263623263393234386234373262353437636161303934 +61326263363363333662343233623138336334323731303633663936326361656163353539326363 +38616264356636393533646638376333323437366135653431633233363938353732376439626261 +62666632633334623464333532306261326337613065353332653332663136306530353834373731 +36653134396666336339393538346139643239343030626230363633333463383466303534386534 +38663964656238393331613133633765653932336336333766646264326466663565393061303662 +63353830383765366534336466396639643463616534353336316362626231343731313765653935 +63616132383963346131663931643033633562353766323836343938306664336362383736616362 +63366261616232346232353339303861646633663231363834386538343464323638663334303932 +66653735613231316239633039323537316166323262306339643866353637346538393866386261 +64663162386138333961633430333837306663393263336662363664646164396365626139383364 +61336336386466346131373466303761613833383932353836346261653862383732333365386366 +38653964663166333265313532653062306434306466633134623162356334333436333362383330 +64313839653639306334646264316338363132303836623966666331313964626264303135333763 +61333766326539383233666436393365333165366632636461636566666239336536366263623937 +61396263306364353136313233386139333966383339613833623139363235383263333336376236 +61633331356562376632353630316366336363366466303637353236666433643731643230663966 +63393462623736653265356666366261326563343339613065323738353736326161646236323833 +37626164646638666638323661306330633832323238623933363433373438616431316662343238 +34386535653731623631313861316366356432383035376436336262336436643663623161353233 +31333464653031323463656337353830366239303432613962616361636262393663323938613363 +37613136646237613830323436616438363634623632666666356466373230336139373462616531 +31346231656238383263613935616565383334373531363733396166396631306237626532343032 +30306563663939613636373632323832306338613930393931333465383339326365363132353136 +38336263303836396637633961653535643038353033663361663835373264366233326139333932 +61623437633331613130653737646565643834646363663632396239306134663534643532616263 +33356162366165616334613766383134393734386665316538313664623933323033383266613531 +66343337633166346361653663376163643263343936616266393664303534626461396566373662 +36333231323234333663393463333339666263396335636534306533613734386266303337373338 +39333866356666356233616233656636346135303137663739613335386438383934333063343762 +30323762383334323238333331303362333434373164643766343031376666373331333739306664 +66353534356131613832623838633861393164373161333064613361343664313638333630646561 +31313166313536363064336264366437626436336266393333663561343430333362363034653631 +61336137366262323239626465326166376332336436636462633934386666666639653062313833 +343231666630326665663731633436383230