在 application manager 上创建一个app, 你将会得到我们所需要的相关信息

打开 'cfg.json'文件, 修改成你自己账号的配置
- 功能1: 批量关注
打开文件 'follow.py',右键,选择
run命令。
- 功能2: 批量取关
打开文件 'unfollow.py', 右键,选择
run命令。 这是个危险的操作,所以会在config目录生成一个名为unfollow.txt的备份文件,以便随时加回来。
如果你想添加或修改想要follow的人, 你可修改 follow.txt这个文件
如果在使用过程中有任何问题请随时联系
- 名单来自于知乎
- 日志配置参考:Python 日志功能详解
- 使用的库:tweepy
MIT License
Copyright (c) 2018 Peng Hu
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:


