How to Export WhatsApp Chat History to Excel using Python 📲 (fast & easy) | Android only

Поделиться
HTML-код
  • Опубликовано: 25 окт 2024

Комментарии • 138

  • @CodingIsFun
    @CodingIsFun  2 года назад +9

    *I have also created a simple web app to convert your chat history text file to CSV:*
    1) Upload your chat history .txt file to the web app
    2) Download the generated CSV File
    Here is the link to the web app: share.streamlit.io/sven-bo/streamlit-export-whatsappchat-to.csv/app.py

    • @benaleobs5592
      @benaleobs5592 2 года назад

      Thanks you dude

    • @leochung9836
      @leochung9836 Год назад

      It’s not working😢 File "/app/streamlit-export-whatsappchat-to.csv/app.py", line 63, in
      new = cleaned_data[-1][-1] + " " + line

    • @CodingIsFun
      @CodingIsFun  Год назад

      @@leochung9836 Is that the error message you got from the web app?

    • @preritgarg4784
      @preritgarg4784 Год назад

      Yes I did ..thanks a lot .

    • @welatciftci7586
      @welatciftci7586 10 месяцев назад

      I have a problem with this, can you help me? I import my chat history from whatsapp wep to my computer and when I run the code or load to your web page I get the same error

  • @ARDAVTEAM
    @ARDAVTEAM 3 года назад +7

    As always really helpful things come out from this channel

  • @VisualKreation
    @VisualKreation 3 года назад +4

    Just like pearls are found in the ocean, I have found this video in the ocean of this RUclips.

    • @CodingIsFun
      @CodingIsFun  3 года назад +2

      *Thank you.* I am glad you enjoyed the video 😃

  • @sasy1229
    @sasy1229 3 года назад +3

    I Don't f*cking know why this cool man don't get f*cking subs.

  • @afnih.9739
    @afnih.9739 24 дня назад

    hey i love your content. i do have a follow up question; my text comes together with media. how can i keep the media matched to the text together in the excel sheet. thanks

    • @CodingIsFun
      @CodingIsFun  24 дня назад

      Thanks so much for watching the video and leaving a comment! Your request is definitely noted. However, I get a ton of requests for custom solutions and, as much as I'd love to help everyone out, I just don't have the time in my schedule to develop and test all of them. I hope you can understand. Happy Coding!

  • @ermalgashimramori
    @ermalgashimramori 3 года назад +3

    Great content as always.

    • @CodingIsFun
      @CodingIsFun  3 года назад

      Thank you for all your support. I greatly appreciate it 🙏

  • @berserkerbobby9777
    @berserkerbobby9777 3 года назад +1

    Thank you so much! Coincidentally, this is exactly what I was searching for :)

    • @CodingIsFun
      @CodingIsFun  3 года назад

      Glad you liked it! Thanks for watching the video & your comment! 😀

  • @pubgpubg5131
    @pubgpubg5131 2 года назад

    thank u so much bro u saved my time love u❣

    • @CodingIsFun
      @CodingIsFun  2 года назад

      An absolute pleasure, very happy to hear that you found it useful!

  • @UsayedBinFaisal
    @UsayedBinFaisal 2 года назад

    Thanks for your video and i have a question can we also export text messages with images?

    • @CodingIsFun
      @CodingIsFun  2 года назад

      Thanks for watching. No, that is not possible with this solution

  • @aritraghosh9012
    @aritraghosh9012 2 года назад +1

    Is there any risk of data loss incase of any sort of python error? also does it have a number of chat limit?

    • @CodingIsFun
      @CodingIsFun  2 года назад +1

      So far, I have not encountered any issues. That said, I cannot promise that you might run into problems.

  • @smarthomer2677
    @smarthomer2677 3 года назад

    hello, great video.
    I have a question, is it possible to export to excel all whatsapp conversations with their status, sent, received and read?

    • @CodingIsFun
      @CodingIsFun  3 года назад

      Thanks for watching the video. As far as I know, this is not easily doable. In the export of the WA chat (.txt) file, there is no status indication included.

  • @gaurav1679
    @gaurav1679 2 года назад

    Thank you very much! Is there a way to perform this operation on multiple messages? My need is to create an excel sheet containing columns for phone number of the message and some cleansed data from the chat.

    • @CodingIsFun
      @CodingIsFun  2 года назад

      I am not aware that it is possible to export multiple chats at once

    • @amit_vyas17
      @amit_vyas17 2 года назад

      Hey do you find any solution!?

  • @abdanomer
    @abdanomer 3 года назад

    Thank you for sharing such a great video..
    Can we automate the whole process using only Excel VBA?

    • @CodingIsFun
      @CodingIsFun  3 года назад

      Thanks for watching the video. The transformation would also be possible with VBA, but I am not planning to do it.
      Instead, I took the current script and built a small web app. Perhaps it might be easier for you:
      waconverter.herokuapp.com/
      Looking forward to your thoughts.
      Thanks!

  • @preritgarg4784
    @preritgarg4784 Год назад

    Hi !!can u please help in this... how can I export or transfer WhatsApp chat into Excel or Google sheet without vba or easier way

    • @CodingIsFun
      @CodingIsFun  Год назад

      Thank you very much for watching the video and your comment. Your requirements are well noted. Yet, I receive many requests for creating individual solutions. As much as I want to help, I simply do not find the time in my daily schedule to develop & test all the different requests. I hope you can understand. Thank you!

  • @oracle7657
    @oracle7657 2 года назад

    Sir is it possible to automate this, like instead of manual exporting, it could export once a day automatically

    • @CodingIsFun
      @CodingIsFun  2 года назад

      Sorry, but I do not know how to run this automatically daily.

  • @myimaanofficial
    @myimaanofficial 3 года назад +1

    How can I export chat in HTML to access the media in the chat with 1 click?

    • @CodingIsFun
      @CodingIsFun  Год назад

      Thank you for watching the video and for your question. Unfortunately, I do not know how to implement that right off the bat. I would also need to search the internet for a solution. Sorry that I cannot help!

  • @mouryabhi
    @mouryabhi 2 года назад

    Thank You. Is it possible to write a python code which sends tweet data from a particular account directly to whatsapp. For example: A news account keep tweeting live news related to oil and i want that tweet/news in my whatsapp as soon as it is tweeted

    • @CodingIsFun
      @CodingIsFun  2 года назад +1

      Thank you for watching the video and for your question. Unfortunately, I do not know how to implement that right off the bat. I would also need to search the internet for a solution. Sorry that I cannot help!

  • @sonujossyabraham
    @sonujossyabraham 2 года назад

    Thanks a lot for the video and the web app

    • @CodingIsFun
      @CodingIsFun  2 года назад

      Thank you for watching the video and taking the time to leave a comment!

  • @noambrand
    @noambrand Год назад

    Why register to pushbullet and not simply save the TXT file from WhatsApp to Google drive and download it to your computer from there?

    • @CodingIsFun
      @CodingIsFun  Год назад

      Thanks for watching. Whatever works for you :)

  • @simpleasenaseemmarketingex974
    @simpleasenaseemmarketingex974 7 месяцев назад

    I have one query; as a profession I'm a Realtor so I have lots of groups of Teams and colleuges they post there tequiments but lots of messages so we missed that msg

    • @CodingIsFun
      @CodingIsFun  6 месяцев назад

      Thank you very much for watching the video and your comment. Your requirements are well noted. Yet, I receive many requests for creating individual solutions. As much as I want to help, I simply do not find the time in my daily schedule to develop & test all the different requests. I hope you can understand. Thank you!

  • @ngalbert9234
    @ngalbert9234 Год назад

    not able to download the app on iphone, is there any alternative way to do it??

    • @CodingIsFun
      @CodingIsFun  Год назад +1

      Pushbullet stopped the support for iOS. I do not know an alternative, but I have changed the video title now.

  • @sriharsha9807
    @sriharsha9807 2 года назад

    Thank you for this video the issue is when we are trying to download as excel file the message got merging into some cells (into time column) can you help me in that or anyone?

    • @CodingIsFun
      @CodingIsFun  2 года назад +1

      Sorry, I cannot help here

    • @sriharsha9807
      @sriharsha9807 2 года назад

      @@CodingIsFun tell me the platform to communicate with you

  • @Xceedch667
    @Xceedch667 Год назад

    Is there any code to automatically copying incoming certain whatsapp messages to another program like excel or word?

    • @CodingIsFun
      @CodingIsFun  Год назад

      Thanks for watching! I'm not sure if there's existing code for what you need, but you'll probably need the WhatsApp API to make it happen. Good luck with your project and have fun coding!

  • @stephenurena1227
    @stephenurena1227 3 года назад

    When a new WhatsApp message arrives anyway to automatically send to excel or to Outlook?

    • @CodingIsFun
      @CodingIsFun  3 года назад +1

      Thanks for watching the video. No, that is not possible. I am not sure if it would be possible with a paid WhatsApp API.

    • @stephenurena1227
      @stephenurena1227 3 года назад +1

      @@CodingIsFun thank you!

  • @amit_vyas17
    @amit_vyas17 2 года назад

    Can you please help me that how can i save excel file with different name everytime i run

    • @CodingIsFun
      @CodingIsFun  Год назад

      Thank you very much for watching the video and your comment. Your requirements are well noted. Yet, I receive many requests for creating individual solutions. As much as I want to help, I simply do not find the time in my daily schedule to develop & test all the different requests. I hope you can understand. Thank you!

    • @amit_vyas17
      @amit_vyas17 Год назад

      @@CodingIsFun thankyou so much😇

  • @amit_vyas17
    @amit_vyas17 2 года назад

    Can you please help me that how to automate this procedure and pushbullet automatically get that chats and all the process works automatically

    • @CodingIsFun
      @CodingIsFun  2 года назад

      As far as I know, there is no direct WhatsApp API to get the Chat History via code. Therefore, I can only offer this semi-automated approach. Thanks!

    • @amit_vyas17
      @amit_vyas17 2 года назад +1

      @@CodingIsFun thanks for your response

  • @arshparvez1452
    @arshparvez1452 3 года назад +1

    How to automate process?

    • @CodingIsFun
      @CodingIsFun  3 года назад

      The textfile export from WhatsApp might be hard to automate, as you need to use the Mobile App for this.
      Once you have exported it, you could:
      a) save the files locally in one directory and convert all files to Excel at once
      b) push the files to Pushbullet/Google Cloud and schedule a script on a server (e.g. using AWS, PythonAnywhere, ...) to convert the files
      Those are just two examples, whereas option a) would be the easiest, but it would be rather semi-automated.

  • @arunraj_r
    @arunraj_r 3 года назад

    hey thanks man but the whatsapp inbuilt export option has some disadvantages. The messages that can be exported is 40,000. is there any way around using whatsapp web?

    • @CodingIsFun
      @CodingIsFun  3 года назад +1

      Thanks for watching the video.
      Sorry, I do not have any other solution 😕

    • @arunraj_r
      @arunraj_r 3 года назад

      @@CodingIsFun yeah it's ok man.

    • @luisguilherme7889
      @luisguilherme7889 2 года назад

      Hello! Did you find some solution? I'm searching for a few days ago, but i cant search anythinf...

    • @arunraj_r
      @arunraj_r 2 года назад

      @@luisguilherme7889 unfortunately there are no direct solution available at the moment. I am also searching for a solution.

    • @valn_ilyo
      @valn_ilyo Год назад

      @@arunraj_r anything? :(

  • @amit_vyas17
    @amit_vyas17 2 года назад

    Can you please help me with like if i run the code it export all the file not only the latest one and append it with the chat name not chat.txt or chat_history please help me

    • @CodingIsFun
      @CodingIsFun  Год назад

      Thank you very much for watching the video and your comment. Your requirements are well noted. Yet, I receive many requests for creating individual solutions. As much as I want to help, I simply do not find the time in my daily schedule to develop & test all the different requests. I hope you can understand. Thank you!

  • @haroldauris2251
    @haroldauris2251 3 года назад +1

    hola tengo problemas con la url esa parte me sale error como lo soluciono muchas gracias desde Perú

    • @CodingIsFun
      @CodingIsFun  3 года назад +1

      *Gracias por ver mi video*
      What does the error message say?

  • @dhruvshah4645
    @dhruvshah4645 3 года назад

    Can you do the same thing with iMessages but automatically when someone send messages it will send it to excel

    • @CodingIsFun
      @CodingIsFun  3 года назад

      *Hello Dhruv Shah, thanks for watching the video and your comment.*
      I do like the video idea, yet I do have an iPhone and I am not sure if Apple provides a webhook/service to trigger the event (export to Excel). Sorry 😌

    • @dhruvshah4645
      @dhruvshah4645 3 года назад +1

      @@CodingIsFun Tanks and no problem

  • @niksales7048
    @niksales7048 Год назад

    What can i do to export all my chats at once

    • @CodingIsFun
      @CodingIsFun  Год назад

      Thank you very much for watching the video and your comment. Your requirements are well noted. Yet, I receive many requests for creating individual solutions. As much as I want to help, I simply do not find the time in my daily schedule to develop & test all the different requests. I hope you can understand. Thank you!

  • @bunjeegamings
    @bunjeegamings 3 месяца назад

    Anyone can help me? When i run it, it says no module named pandas but i already installed it. Please help me

    • @CodingIsFun
      @CodingIsFun  3 месяца назад

      Thanks for watching. Please ensure that you are running the code in the same environment in which you installed the package. Cheers, Sven ✌️

  • @ask416
    @ask416 2 года назад

    I'm getting an error in the import process, "No module named pushbullet". can you please help

    • @CodingIsFun
      @CodingIsFun  2 года назад

      You need to install pudhbullet as shown in the video: 2:30 min
      pip install pudhbullet.py

  • @BeyondtheVisibleX93
    @BeyondtheVisibleX93 4 месяца назад

    How to make all this process into one product with push bullet

    • @CodingIsFun
      @CodingIsFun  4 месяца назад

      With custom code 😅

    • @BeyondtheVisibleX93
      @BeyondtheVisibleX93 4 месяца назад

      @@CodingIsFun i am newbie Will you helpout with this project of autoscrubing whatsapp with or without push bullet

  • @giacomo9331
    @giacomo9331 2 года назад

    how to convert only a few messages from whatsapp? Export the messages into a database like csv

    • @CodingIsFun
      @CodingIsFun  2 года назад

      You could exclude / filter rows in your pandas dataframe and export it to a CSV file pd.to_csv('filename.csv')

  • @awidi06
    @awidi06 3 года назад

    Why there is error returned as Pushbullet is not defined? help please

    • @CodingIsFun
      @CodingIsFun  3 года назад

      Thanks for watching the video. Did you install the library by typing 'pip install pushbullet.py' in your command or terminal?

  • @sanketrajputsr
    @sanketrajputsr 3 года назад

    how to take whats app data to excell file
    if
    mob no is not save . And customer has provided his name, education, city, etc,
    but
    they are not in proper manner . For eg : he has given city name first, and name in middle so how to create python code for that
    please guide me #Respect

    • @CodingIsFun
      @CodingIsFun  Год назад +1

      Thank you very much for watching the video and your comment. Your requirements are well noted. Yet, I receive many requests for creating individual solutions. As much as I want to help, I simply do not find the time in my daily schedule to develop & test all the different requests. I hope you can understand. Thank you!

  • @nikolam9126
    @nikolam9126 2 года назад

    Does it work on viber?

  • @ronoazoro9060
    @ronoazoro9060 2 года назад

    What about media ?

    • @CodingIsFun
      @CodingIsFun  2 года назад

      That is not possible with my solution.

  • @sandeepprajapat8468
    @sandeepprajapat8468 3 года назад +1

    hey thats prety well working but i have some more idea to it well working with data.

    • @CodingIsFun
      @CodingIsFun  3 года назад

      *Hello Y0UTUB & TUBU, thanks for watching the video and your comment.*

    • @amit_vyas17
      @amit_vyas17 2 года назад

      Can we please work on your idea

  • @ronaldhomsy2846
    @ronaldhomsy2846 3 года назад

    Hello, can i export a chat more than 40k messages?

    • @CodingIsFun
      @CodingIsFun  3 года назад +1

      Hi Ronald,
      *Thanks for watching the video & your question.*
      Frankly speaking, I have never tried exporting more than 40k messages. However, theoretically it should be possible. If you encounter any issues, feel free to reach out to me.
      Cheers,
      Sven

    • @ronaldhomsy2846
      @ronaldhomsy2846 3 года назад +3

      @@CodingIsFun hey, thank you for responding, apparently wp doesn't let you export chats more than 40k messages, so how about in one of your next videos tell us a way to export a chat more than 40k msgs without media. Would be really helpful for alot of us since i'm not the only one wanting to do so. Thank you! 😁

  • @rajesh-royal
    @rajesh-royal 6 месяцев назад

    Can you please open source the web app code, it will be really helpful

    • @CodingIsFun
      @CodingIsFun  6 месяцев назад +1

      Thanks for watching. Here you are: github.com/Sven-Bo/streamlit-export-whatsappchat-to.csv/blob/master/app.py
      Cheers, Sven ✌️

    • @rajesh-royal
      @rajesh-royal 6 месяцев назад

      @@CodingIsFun Thank you 😀

    • @rajesh-royal
      @rajesh-royal 6 месяцев назад

      @@CodingIsFun I'm also working on a similar toy project but it use JS parser to parse chat and store in postgresql. Your parser logic will be helpful. Specially to identify old message

  • @arshparvez1452
    @arshparvez1452 3 года назад

    How do i automate it?

    • @CodingIsFun
      @CodingIsFun  3 года назад

      The textfile export from WhatsApp might be hard to automate, as you need to use the Mobile App for this.
      Once you have exported it, you could:
      a) save the files locally in one directory and convert all files to Excel at once
      b) push the files to Pushbullet/Google Cloud and schedule a script on a server (e.g. using AWS, PythonAnywhere, ...) to convert the files
      Those are just two examples, whereas option a) would be the easiest, but it would be rather semi-automated.

  • @yehaielesawy6881
    @yehaielesawy6881 3 года назад

    i want 2 download whatsup chat to pdf

    • @CodingIsFun
      @CodingIsFun  3 года назад

      *Hello Yehai Elesawy, thanks for watching the video and your comment.*
      Once you have downloaded the textile from PushBullet (as shown in the video), you could convert this text file to PDF by using the fpdf library.
      Here is a great tutorial on how to do this:
      www.geeksforgeeks.org/convert-text-and-text-file-to-pdf-using-python/
      Hope it helps 🙏
      Cheers,
      Sven

  • @aftabulislam6212
    @aftabulislam6212 2 года назад

    And what about the date?

    • @CodingIsFun
      @CodingIsFun  2 года назад

      Yes, date is also in there as you can see in minute 5:00

  • @amersaleh6911
    @amersaleh6911 2 года назад

    I need link page for backup whatsapp 1:51

    • @CodingIsFun
      @CodingIsFun  2 года назад

      github.com/Sven-Bo/WhatsApp-History-Export-Excel

  • @smartixsystems185
    @smartixsystems185 6 месяцев назад

    Iam getting index out of error

    • @CodingIsFun
      @CodingIsFun  6 месяцев назад

      Hey there, thanks for watching the video! I'm sorry I can't help you with your problem based on the information you provided. To give me a better idea of what's going on, it would be super helpful if you could write down which line of code is causing the error, let me know if you modified the code from the tutorial, and explain in more detail what you did to troubleshoot the problem. Don't forget to also give me some context about your setup and environment.
      If you're having trouble figuring things out, another option is to join our Discord server at pyhtonandvba.com/discord. You can ask your question there and maybe someone in the community can help out.
      Thanks for understanding.

  • @BusinessBananaShikhe
    @BusinessBananaShikhe Год назад

    I did nt find any code

    • @CodingIsFun
      @CodingIsFun  Год назад

      Thanks for watching. Here is the link from the description box: github.com/Sven-Bo/WhatsApp-History-Export-Excel

  • @amit_vyas17
    @amit_vyas17 2 года назад

    Create this same video and doing this task using selenium and beautiful soup

    • @CodingIsFun
      @CodingIsFun  Год назад

      Thank you for watching the video & your suggestion.

  • @feranmiafrica9528
    @feranmiafrica9528 2 года назад

    Now push bullet has access to all my messages huh ?

    • @CodingIsFun
      @CodingIsFun  2 года назад

      At least to the one you are requesting via the API call.

  • @vikrantvinkare
    @vikrantvinkare 5 месяцев назад

    NEET TO EXPORT ALL CHATS IN EXCEL

  • @johnjohnson1681
    @johnjohnson1681 3 года назад

    but why.... this is useless lmfao

    • @CodingIsFun
      @CodingIsFun  3 года назад

      Thanks for your comment. As mentioned in the video, because a viewer of this channel wanted to have this kind of solution 😀