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

Block or report gmjelle

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

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

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

    Python 102 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 628