https://github.com/jwdeveloper/followingbot
Bot that follows accounts on Github
https://github.com/jwdeveloper/followingbot
Last synced: 11 months ago
JSON representation
Bot that follows accounts on Github
- Host: GitHub
- URL: https://github.com/jwdeveloper/followingbot
- Owner: jwdeveloper
- Created: 2024-08-28T10:33:26.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-28T10:34:30.000Z (over 1 year ago)
- Last Synced: 2025-01-15T11:11:59.296Z (about 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 🚀 GITHUB Following Bot 🤖
### What the hell?
Do you want to follow 1000+ users on GitHub?
I don't know why 🤷, but if you do, this project is for you! 🎯
This project is a simple Python script 🐍
that looks for repositories from a selected category 📂
and then follows owners 👥 and collaborators 🤝.
### Installation
### 1. Set up your GitHub access token in the `.env` file 🔑
```yml
TOKEN=231223323kl3kllk21
```
### 2. Install dependencies 📦
```yml
pip install -r requirements.txt
```
### 3. Run script 🚀
```yml
python follow.py
```