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