# fastTwitter **Repository Path**: hupeng_admin/fastTwitter ## Basic Information - **Project Name**: fastTwitter - **Description**: twitter tool with python3 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-01-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: web-dev-toolkits **Tags**: None ## README # [中文说明](screen/README_cn.md) # Usage step 1 create an application at [application manager](https://apps.twitter.com/app/new), you will get the information that we need ![](screen/key.png) # Usage step 2 open the file 'cfg.json', then update to yours ![](screen/config.png) # Usage step 3 - feature 1: batch follow > open the file 'follow.py', then right click ,choose the `run` command - feature 2: batch unfollow > open the file 'unfollow.py', then right click ,choose the `run` command。 this operation is dangerous,so will generate a bak file named `unfollow.txt` in directory `config` ![](screen/run.png) # change your follower if you want to add or change followers, you can operate the file `follow.txt` ![](screen/followers.png) # Good luck to you if you have any question,please to concat me. # about - name list from [zhihu](https://www.zhihu.com/question/26499017) - logger config:[Python 日志功能详解](https://blog.igevin.info/posts/python-log/) - used library :[tweepy](http://docs.tweepy.org/en/latest/getting_started.html) # license ``` 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: ```