https://github.com/dennohpeter/githubfollowers
Find out you follow and doesn't follow you back, Github :smile:.
https://github.com/dennohpeter/githubfollowers
automation github-api hobby-project python3
Last synced: about 1 month ago
JSON representation
Find out you follow and doesn't follow you back, Github :smile:.
- Host: GitHub
- URL: https://github.com/dennohpeter/githubfollowers
- Owner: dennohpeter
- Created: 2020-05-11T11:33:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-20T22:05:46.000Z (10 months ago)
- Last Synced: 2025-04-05T03:56:36.683Z (about 2 months ago)
- Topics: automation, github-api, hobby-project, python3
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GithubFollowers
Know whom you follow and doesn't follow you back, Github.## Preview

## Prerequisites
- #### Python3+
Get Python3 at http://python.org## :hammer_and_wrench: Installation & Set Up
1. Create a virtual environment
``` sh
python3 -m venv venv
```2. Update pip to the latest version
``` sh
pip install --upgrade pip
```3. Install dependencies(requirements).
``` sh
pip install -r requirements.txt
```4. Run
``` sh
python main.py # in windowsOr
python3 main.py # in unix Systems
```## :electric_plug: Contributing
If you see any typos or any other issue that needs to be addressed, please do not hesitate to open a pull request and fix it!
## :neckbeard: Author
1.[Dennis Peterson](https://dennohpeter.com)
## :rotating_light: LICENCE
This project is licensed under [MIT](https://dennohpeter.mit-license.org/) licence.