Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/asim-tahir/supvoter

Supvote is crowd upvote bot 👍
https://github.com/asim-tahir/supvoter

bot praw reddit reddit-bot upvote

Last synced: 1 day ago
JSON representation

Supvote is crowd upvote bot 👍

Awesome Lists containing this project

README

        

Supvoter Reddit Bot



snoo upvote

Supvote is crowd upvote bot

## Installation

1. Rename `praw.example.ini` to `praw.ini` and add crowds upvote bots in `praw.ini`
2. Install dependencies

#### With Poetry
```bash
poetry install
```

#### With Pip
```bash
pip install -r requirements.txt
```

3. Run the bot
#### With Poetry

```bash
poetry run start
```

#### With regular Python

```bash
python main.py
```

### Example usage

#### With Poetry

```bash
poetry run start https://www.reddit.com/r/redditdev/comments/8dmv8z/is_there_no_distinguish_method_for_comments_in/
```

#### With regular Python

```bash
python main.py https://www.reddit.com/r/redditdev/comments/8dmv8z/is_there_no_distinguish_method_for_comments_in/
```