Skip to content

Instantly share code, notes, and snippets.

View ahjota's full-sized avatar

ahjota

  • DataRobot
  • Seattle, WA, USA
View GitHub Profile
@ahjota
ahjota / my_object_actual.R
Last active June 15, 2021 18:46
OpenAPI-generated R client with errors related to self as a model property name
# R reserved words bug example
#
# No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
#
# The version of the OpenAPI document: 0.0.1
#
# Generated by: https://openapi-generator.tech
#' @docType class
#' @title MyObject
@ahjota
ahjota / top9.py
Last active January 1, 2020 21:29 — forked from dschep/top9.py
Instagram Top 9
"""
An Instagram Top 9 generator that doesn't require connecting your account
to an untrustworthy 3rd party Instagram app.
Install the requirements with `pip3 install igramscraper Pillow click`
then run `python3 top9.py`
When done, you will have a IGUSERNAME-top9.jpg in your working directory.
Forked from dschep/top9.py -- https://git.io/JeAMA