Skip to content

Instantly share code, notes, and snippets.

@kurasaiteja
Created August 5, 2020 09:27
Show Gist options
  • Save kurasaiteja/07a2770c9e368ab4ab3ce22304acecbf to your computer and use it in GitHub Desktop.
Save kurasaiteja/07a2770c9e368ab4ab3ce22304acecbf to your computer and use it in GitHub Desktop.
st.title('Whatsapp Group Chat Analysis')
st.markdown('Analysis on Exported chats to understand texting patterns of users.')
st.set_option('deprecation.showfileUploaderEncoding', False)
st.sidebar.title("Analyze:")
st.sidebar.markdown("This app is use to analyze your WhatsApp Group Chats")
st.sidebar.markdown('[![Saiteja Kura]\
(https://img.shields.io/badge/[email protected]?colorA=gray&colorB=dodgerblue&logo=github)]\
(https://github.com/kurasaiteja/Whatsapp-Analysis/)')
st.sidebar.markdown('**How to export chat text file? (Not Available on Whatsapp Web)**')
st.sidebar.text('Follow the steps ๐Ÿ‘‡:')
st.sidebar.text('1) Open the individual or group chat.')
st.sidebar.text('2) Tap options > More > Export chat.')
st.sidebar.text('3) Choose export without media.')
st.sidebar.markdown('*You are all set to go ๐Ÿ˜ƒ*.')
st.sidebar.subheader('**FAQs**')
st.sidebar.markdown('**What happens to my data?**')
st.sidebar.markdown('The data you upload is not saved anywhere on this site or any 3rd party site i.e, not in any storage like DB/FileSystem/Logs.')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment