Skip to content

A framework for slack bot to impersonate a collegue or a channel

Notifications You must be signed in to change notification settings

wusixer/Markov_chain_bot

Repository files navigation

Markov chiain impersonation bot

Markov chain bot using

markovify or Self-developed package

1.get_data_from_slack.py script lets the user get channel specfic data and individual specific data from slack

2.package_everyone_slack_channels_bot.py lets lets the bot moniter conversation on slack and post messags, update databases. (Using Markovify package)

2.vanilla_everyone_slack_channels_bot.py lets lets the bot moniter conversation on slack and post messags, update databases. (Using a self-developed package)

custom_markov.py is devopled by myself, each word is a state. The next word only depends on the current word.

The code framework is inspired by Loftylab. However, I developed my own markov chain package to compare with markovify.

About

A framework for slack bot to impersonate a collegue or a channel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages