Skip to content
View Niwilai's full-sized avatar
Block or Report

Block or report Niwilai

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. Open all Firebase trees Open all Firebase trees
    1
    (() => { while($('.data-tree-closed').length) $('.data-tree-closed .data-tree-icon').click() })()
  2. calorie-timer calorie-timer Public

    Calculates your daily input of calories to reach goal weight at specific date

    JavaScript

  3. frenuscrape frenuscrape Public

    A little Python scraper to check for imgur's

    Python

  4. imdb_top_movies imdb_top_movies Public

    Returns an array of x top movies on IMDB by rating

    Python

  5. metacritic_game_userscore metacritic_game_userscore Public

    It annoys me that I cannot search PS4 games by User score on Metacritic, little scraper to solve it

    Python

  6. Check if given game is on PSN store Check if given game is on PSN store
    1
    require 'google_search_results'
    2
    
                  
    3
    params = {
    4
      q: "#{ARGV[0]} - PS Store",
    5
      hl: "de",