Skip to content
View gmjelle's full-sized avatar
🤠
Coding
🤠
Coding
Block or Report

Block or report gmjelle

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. facebook-bot-autoresponder facebook-bot-autoresponder Public

    Facebook bot that automatically responds to the comments of a certain post

    Python 105 36

  2. apiWalmart.js apiWalmart.js
    1
    import NodeRSA from "node-rsa";
    2
    
                  
    3
    const keyData = {
    4
        consumerId: "CONSUMER_ID",
    5
        privateKey: `-----BEGIN RSA PRIVATE KEY-----
  3. Making an API call to the AliExpress... Making an API call to the AliExpress Affiliate API. Explains how to sign the request and create the correct hash.
    1
    import crypto from "crypto"; 
    2
    import dayjs from "dayjs";
    3
    import utc from "dayjs/plugin/utc";
    4
    import timezone from "dayjs/plugin/timezone";
    5
    
                  
  4. iamcal/oembed iamcal/oembed Public

    The oEmbed Spec

    PHP 1.3k 637