Skip to content

ede0m/Kistmat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kismat 0.3

Kismat gives you that extra push you need on reddit.

Schedule bot sets to interact with target users. Provide a targets.json file in the run directory:

{
    "reddit_username1" : {
        "vote_direction" : 1,
        "comments" : true,
        "submissions" : true
    },
    "reddit_username2" : {
        "vote_direction" : -1,
        "comments" : true,
        "submissions" : true
    }
}

Register targets to bots and register bots to schedules. Obscure bot requests with random intervals and proxy support. Run investigation functions to gather targets.

Your bot-target, schedule-bot configurations and bot-post interactions are saved on program close. This session will load by default when restarting the app. You can also modify the session before running by modifying the session.json file in the run directory.

You will need a reddit username to register as a bot.

please read reddit's bottiquette wiki before proceeding.


Installation

Kismat was developed with Python 3.8.1.

Install the dependencies.

$ pip3 install -r requirements.txt

Then define your authentication for your username in a 'praw.ini' file residing in the run directory.

Start the App.

$ python3 app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages