- 授权协议: 未知
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: https://github.com/Mila432/Pokemon_Go_API
- 软件文档: https://github.com/Mila432/Pokemon_Go_API/blob/master/README.md
- 官方下载: https://github.com/Mila432/Pokemon_Go_API/archive/master.zip
软件介绍
Pokemon_Go_API 是使用 Python 实现的 Pokemon Go API。
Pokemon_Go_API 要求:
Python 2.7
PIP
安装:
下载代码库,然后打开终端,使用命令进入文件夹:pip install -r requirements.txt
运行:
Google login:
python ./main.py -t Google -u yourname@gmail.com -p yourpassword123 -l "123 Some Address Some City, STATE ZIP"
Pokemon Trainer Club login:
python ./main.py -t ptc -u yourusername -p yourpassword123 -l "123 Some Address Some City, STATE ZIP"
预览:
C++设计新思维
(美)Andrei Alexandrescu / 侯捷、於春景 / 华中科技大学出版社 / 2003-03 / 59.8
本书从根本上展示了generic patterns(泛型模式)或pattern templates(模式模板),并将它们视之为“在C++中创造可扩充设计”的一种功能强大的新方法。这种方法结合了template和patterns,你可能未曾想过,但的确存在。为C++打开了全新视野,而且不仅仅在编程方面,还在于软件设计本身;对软件分析和软件体系结构来说,它也具有丰富的内涵。一起来看看 《C++设计新思维》 这本书的介绍吧!
