Asim-Tahir / supvoter

Supvote is crowd upvote bot πŸ‘

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

poetry install

With Pip

pip install -r requirements.txt
  1. Run the bot

With Poetry

poetry run start <submission_url>

With regular Python

python main.py <submission_url>

Example usage

With Poetry

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

With regular Python

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

About

Supvote is crowd upvote bot πŸ‘

License:MIT License


Languages

Language:Python 100.0%