Skip to content

Instantly share code, notes, and snippets.

View schcriher's full-sized avatar
🏠
Working from home

Schmidt Cristian Hernán schcriher

🏠
Working from home
View GitHub Profile
@schcriher
schcriher / jobs_fix.py
Last active February 18, 2020 07:42
Persistence of jobs - PTB
import os
import sys
import pickle
from threading import Thread, Event
from time import time, sleep
from datetime import timedelta
from telegram import Update
from telegram.ext import Updater, Filters, CommandHandler, MessageHandler, Job
#!/usr/bin/env python3
# -*- coding: UTF-8 -*-
# Copyright (C) 2023 Schmidt Cristian Hernán
# Este script descarga el histórico de los valores del precio del dólar en la
# República Argentina y los gráfica, agregando además los cambios de presidentes
# que hubieron en el rango de los valores disponibles.
#
# Se almacenan además los datos en un archivo csv y se guarda la imagen en formato
# png y svg. Los tres archivos en la misma carpeta donde donde esté este archivo,