Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 👍
- Host: GitHub
- URL: https://github.com/asim-tahir/supvoter
- Owner: Asim-Tahir
- License: mit
- Created: 2021-09-22T09:27:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-09T05:55:04.000Z (about 2 years ago)
- Last Synced: 2023-03-06T03:03:55.082Z (almost 2 years ago)
- Topics: bot, praw, reddit, reddit-bot, upvote
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Supvoter Reddit Bot
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/
```