Skip to content

Commit

Permalink
specific version of python-telegram-bot
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyAglionby committed May 27, 2016
1 parent 3bedb48 commit 23282c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Use Markov chains to generate messages based on Telegram group's chat history. Inspired by [/r/SubredditSimulator](http://www.reddit.com/r/subreddisimulator), which includes a much better description [here](https://www.reddit.com/r/SubredditSimulator/comments/3g9ioz/what_is_rsubredditsimulator/).

## Dependencies
Utilises [Markovify](https://github.com/jsvine/markovify) for Markov chains, and a few other libraries for various things. These are listed in `requirements.txt`, and can be installed using `pip install -Ur requirements.txt`.
Utilises [Markovify](https://github.com/jsvine/markovify) for Markov chains, and a few other libraries for various things. These are listed in `requirements.txt`, and can be installed using `pip install -r requirements.txt`.

## Usage
You can run your own version of this bot by following the instructions [here](https://core.telegram.org/bots#botfather) to get an API key, which should be put in the config.yml file. This bot is available for your usage at [here](http://www.telegram.me/ChatSimulatorBot).
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
python-telegram-bot
python-telegram-bot>=4.1.2
pyyaml
markovify

0 comments on commit 23282c5

Please sign in to comment.