All commands should work now #100

Merged
Rripped merged 15 commits from bot into main 2022-04-28 13:14:58 +00:00
3 changed files with 0 additions and 9 deletions
Showing only changes of commit fa569ff5b2 - Show all commits

View File

@ -9,7 +9,6 @@ __license__ = "None"
#side-dependencies: none
#Work in Progress
from email import header
import sys
import os
import requests as r

View File

@ -14,13 +14,11 @@ __license__ = "None"
# API Documentation https://core.telegram.org/bots/api
# Code examples https://github.com/eternnoir/pyTelegramBotAPI#getting-started
import email
import os
import telebot
import sys
import logging
import json
import re
import news.news_fetcher as news

View File

@ -6,18 +6,12 @@ __date__ = "26.04.2022"
__version__ = "1.0.2"
__license__ = "None"
from asyncio.windows_events import NULL
from calendar import month # unused, remove?
from symtable import Symbol # unused, remove?
from dotenv import load_dotenv
from shares.share_fetcher import get_share_price # unused, remove?
import news.news_fetcher as news_fetcher
import time
import datetime # unused, remove?
import os
from bot import bot
import sys
from multiprocessing import Process # unused, remove?
from apscheduler.schedulers.background import BackgroundScheduler
from api_handling.api_handler import API_Handler