Skip to content

Instantly share code, notes, and snippets.

View EmilRustamli's full-sized avatar

Emil Rustamli EmilRustamli

View GitHub Profile

Read Faster Privacy Policy

Last updated: January 29, 2026

Data Collection

Read Faster does not collect, store, or transmit any user data.

How It Works

@EmilRustamli
EmilRustamli / Investment_Portfolio_Tracker.py
Last active December 25, 2022 12:06
The automation checks specific Stock or Cryptocurrency close price for two consecutive days and send personalized message with top 3 news related to the topic, if the stock/cryptocurrency had a change in price over a certain percentage.
import requests
import datetime as dt
import os
from twilio.rest import Client
import re
STOCK_NAME = "BTC"
COMPANY_NAME = "Bitcoin"
STOCK_ENDPOINT = "https://www.alphavantage.co/query"