https://github.com/kenmwaura1/twitter_unfollow
Using Tweepy and Pandas to unfollow accounts that don't tweet frequently
https://github.com/kenmwaura1/twitter_unfollow
Last synced: 7 months ago
JSON representation
Using Tweepy and Pandas to unfollow accounts that don't tweet frequently
- Host: GitHub
- URL: https://github.com/kenmwaura1/twitter_unfollow
- Owner: KenMwaura1
- License: mit
- Created: 2020-08-17T15:24:18.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-18T10:48:10.000Z (about 5 years ago)
- Last Synced: 2025-02-07T16:39:20.079Z (9 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Twitter Unfollow Script
  
Utilizing tweepy to access your twitter account and check accounts that you follow and dont post frequently.
The script goes ahead to unfollow the accounts
You can adjust the frequency
###Installation
1. clone the Repo or download as zip
2. change into the directory ` cd twitter_unfollow`
3. Create a Virtual environment `python3 -m venv venv`
4. Activate the virtual environment `source venv/bin/activate`
5. Install dependencies `pip install -r requirements`
6. Sign up for a developer account on [Twitter](https://developer.twitter.com/)
7. Create an app an authorize read and write access
8. Copy the .env.example to .env `cp .env.example .env`
9. Enter your credentials as indicated. Remove the quotation marks(""")
10. Run the script `python twitter_unfollow.py`