Skip to content
This repository has been archived by the owner on May 3, 2021. It is now read-only.
/ SupportBot Public archive
forked from russss/polybot

A framework for making social media bots for multiple networks

Notifications You must be signed in to change notification settings

0xBEEB/SupportBot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SupportBot is a Mastodon bot built in the Polybot framework to help have one point of contact for instance users to contact for support.

Features

  • Upon receiving a mention from an admin the bot will publicly post the message
  • If a user mentions the bot, then the bot responds tagging all admins

To install dependencies:

pip install -r requirements.python35.txt // If you have python>=3.5

pip install -r requirements.python34.txt // If you have python=3.4

To configure the accounts the bot uses, just run:

python3 supportbot --setup

You'll be guided through authenticating and a config file will be automatically created.

Use the --profile [name] to save and use a specific state/config.

To run the bot:

python3 supportbot

About

A framework for making social media bots for multiple networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%