CubeMan940331 / tnfsh_news_bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tnfsh news discord bot

forwarding news to discord channel

source: https://www.tnfsh.tn.edu.tw/latestevent/index.aspx?Parser=9,3,19

setting config

to create 'config.pkl' using pickle

import pickle
with open('config.pkl','wb') as file:
  pickle.dump({
    'token': bot_token_str,
    'channel_id': channel_id_int
   },file)

or just edit the code

About


Languages

Language:Python 100.0%