1
0
mirror of https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git synced 2025-08-02 11:31:29 +00:00

Removed all mentions of IEX cloud

This commit is contained in:
2023-04-09 11:16:35 -06:00
parent 3ba785824c
commit bf4b3032f1
6 changed files with 5 additions and 19 deletions

View File

@@ -1,6 +1,3 @@
"""Class with functions for running the bot with IEX Cloud.
"""
import logging as log
from typing import List
@@ -22,13 +19,6 @@ class cg_Crypto:
trending_cache: List[str] = []
def __init__(self) -> None:
"""Creates a Symbol Object
Parameters
----------
IEX_TOKEN : str
IEX Token
"""
self.get_symbol_list()
schedule.every().day.do(self.get_symbol_list)