├── LICENSE ├── README.md ├── chromedriver.exe ├── debug.log ├── follow_API.py ├── follow_selenium.py ├── requirements.txt ├── unfollow_API.py └── unfollow_selenium.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bot20200722/github-bot/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bot20200722/github-bot/HEAD/README.md -------------------------------------------------------------------------------- /chromedriver.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bot20200722/github-bot/HEAD/chromedriver.exe -------------------------------------------------------------------------------- /debug.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bot20200722/github-bot/HEAD/debug.log -------------------------------------------------------------------------------- /follow_API.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bot20200722/github-bot/HEAD/follow_API.py -------------------------------------------------------------------------------- /follow_selenium.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bot20200722/github-bot/HEAD/follow_selenium.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | tqdm==4.33.0 2 | requests==2.23.0 3 | -------------------------------------------------------------------------------- /unfollow_API.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bot20200722/github-bot/HEAD/unfollow_API.py -------------------------------------------------------------------------------- /unfollow_selenium.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bot20200722/github-bot/HEAD/unfollow_selenium.py --------------------------------------------------------------------------------