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

Block or report gstru

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 Loading

  1. Script to read news without scrolling Script to read news without scrolling
    1
    from selenium import webdriver
    2
    from selenium.webdriver.chrome.options import Options
    3
    import requests
    4
    import time
    5
    from urllib.parse import unquote, urlparse
  2. getRoic getRoic Public

    Collection of scripts to know the health status of a company and its fair value. It is based on the yfinance library.

    Python 1

  3. Script to add events on google calen... Script to add events on google calendar using a google spreadsheet
    1
    function calendarsync() {
    2
        var spreadsheet = SpreadsheetApp.getActiveSheet();
    3
        var calendarId = spreadsheet.getRange("C3").getValue();
    4
        var eventCal = CalendarApp.getCalendarById(calendarId);
    5
        var signups = spreadsheet.getRange("A38:D51").getValues();
  4. subito-it-searcher subito-it-searcher Public

    Forked from morrolinux/subito-it-searcher

    searcher for subito.it

    Python

  5. ing-unisa-bot ing-unisa-bot Public archive

    Bot Telegram per gli studenti iscritti alla facoltà di Ingegneria dell'Università di Salerno

    PHP 1