undefined
@undefined

Mentions

Kieran
@Kieran0
a large ship for :grolf:@Grolf:grolf:! I made grolf over the last few days as a solution to one of the biggest problems we all face: .... forgetting to post our arcade commits. It uses a github app to authorize users and get a webhook on every push! no more setting up repo specific solutions now it just auto works for all your repos! if you want to give it a try then simply go to an active arcade session that belongs to you and click the three dots next to the message then select more message shortcuts and search for "grolf fech" once you click it just follow the instructions and it will auth you with github and then start posting commits! once you create a new arcade session unfortunately due to api limitations you must do the message shortcut again but this time you won't have to auth with github!| go enjoy @undefined and his little friends! all the code for this project and instructions for running it yourself (you can if you want to but its kinda hard) can all be found on the repo! github.com/kcoderhtml/grolf
https://scrapbook-into-the-redwoods.s3.amazonaws.com/a4347298-9cfe-48f5-8439-4661b6bc01de-grolf.jpghttps://imgutil.s3.us-east-2.amazonaws.com/ae270e04dcaae08b521f791deba5526c897cac8729683c72a6a1bcf6c3f6f377/b325f68d-bf84-43be-8179-1c7a6b35ff2a.png
JosiasAurel
@JosiasAurel0
With my friend @GlenMue we set out to build a RC drone ourselves for nothing other than fun. We started last weekend and so far, we’ve managed to get a motor working. @undefined is doing the soldering like a pro :saluting_face:
https://scrapbook-into-the-redwoods.s3.amazonaws.com/8ca50b30-2358-4719-90d4-0cf950447b2e-img_3704.jpghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/44a7737c-aa8d-4de1-86cc-4d99bc38941f-img_3702.jpg
scrappy-retry emoji
caleb
@caleb0
Some exciting new @undefined updates! :confused-dino: • First off, polls now have a handy-dandy progress bar ███████ to let you know how popular an option is at a glance :eyes_squint: • Second off, you can now create polls that allow other people to add options; super handy if you're looking for recommendations or project name/domain ideas! (it's also a super sneaky way of adding more than 4 options to a poll :blobninja:)
https://cloud-h3gq7vy44-hack-club-bot.vercel.app/0screen_shot_2021-04-07_at_10.14.28_am.png
zfogg
@zfogg0
https://cloud-djsh6ukl0-hack-club-bot.vercel.app/0image.png
zfogg
@zfogg0
my personal channel is hilarious :fb-laugh-trans:.. #zfogg @undefined tagged me to get my attention (i was asleep in Tokyo, Haneda airport) but everyone echoed her for some reason lol also i totally knew someone would make me an emoji when i asked that question 🤭 thx ~@Khushraj~ @jasonaa *
https://cloud-h6vh8p19d-hack-club-bot.vercel.app/0image.png https://cloud-h6vh8p19d-hack-club-bot.vercel.app/1image.png
rishi
@rishi0
Helloooo Hack Clubbers! It’s ya boi rice back at it again with another HN ship :hn: :parrot:! Before I lay out the new changes, I just wanted to thank the wonderful @caleb for testing out the bot authentication system yesterday (the UNO bot looks great), and @khushraj.rathod for volunteering to build out the exchange system—forex is coming to Hack Club, everyone :parrot_love:! Anyways, let’s get back to day 4 of my personal lil shipathon: changes to @undefined and the HN API! The Teller now has one awesome new command for validating payments (/pay was there before, but I’ve added some new messages and interactivity with it), and a super great new dashboard—feel free to head over to Home on @undefined’s profile page to take a look. The HN GraphQL API now supports advanced pagination and sorting! You can now query for as many transactions as you want, iterate through them, skip through tests, and even order by different fields! For instance, to grab the 5 people with the most HN and two of their largest payments, you can do something like:
query Users {
  users(options:{
    sort:{
      field:"balance",
      order:"DESC"
    },
    take:5
  }) {
    id
    balance
  	outgoingTransactions(options:{
      sort:{
        order:"DESC",
        field:"balance"
      },
      take:2
    }) {
      id
      balance
      from {
        id
      }
      to {
        id
      }
    }
  }
}
I’m soooooo excited for what all of yall are going to be doing with this—as always, if you’re interested in making a bot, feel free to DM me with the bot’s username to get your very own token! You can find the source for HN over at: :githubparrot: 🌟 z.rishi.cx/g/hn, and the Teller over at z.rishi.cx/g/teller :D P.S. The next ship will be V1 of HN—the production-ready, stable version of the API with documentation!
https://cloud-5lhnlltcl.vercel.app/0screen_shot_2020-12-25_at_3.14.50_pm.png
abhibhaw
@abhibhaw0
Submitted my very first Codechef contest. Thanks @undefined for always motivating me to try CC :partyparrot_longshuffle:
https://cloud-lk8zzgzfj.vercel.app/0img_20201212_061136.jpg