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:
10
cg_Crypto.py
10
cg_Crypto.py
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user