Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 626 Bytes

File metadata and controls

17 lines (11 loc) · 626 Bytes

Examples

Confused about how to start? Check out some of these examples.

Basic

The most basic example of using fbmsgparse.

Tired of slow parsing times? See some examples of how you can construct a FbMsgParse object to suit your needs.

Using markovify we can build a Markov model off of a Facebook user's messages. Then we can generate text to simulate that user's messages. Build off of this to create your own chat bots!

Advanced

Coming soon