电影测验Discord机器人 该测验使用上的数据显示电影的镜头,然后让播放器猜电影。 安装 要安装该机器人,请获取其源代码( git clone https://github.com/sephii/wtm_bot )并使用python3 -m pip install /path/to/wtm_bot_dir将其安装在虚拟环境中( python3 -m venv wtm_bot_venv )。 python3 -m pip install /path/to/wtm_bot_dir 。 您还需要设置以下环境变量: WTM_USER :用于猜测的whatthemovie.com帐户的用户名(该帐户的得分始终为0,因为该漫游器会检索解决方案,而不是将猜测发布到whatthemovie.com) WTM_PASSWORD :whatthemovie.com帐户的密码 DISCORD_TOKEN