An open API service indexing awesome lists of open source software.

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

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
```