Post your project for free and start receiving proposals from freelancers within minutes after publication!
Data parsing telegram - only PHP - topics
Good day !Using the library https://docs.madelineproto.xyz/ to implement the following functionality:
1 .To collect all the messages from the specified chat with data about all users who participated in the correspondence, record all in detail in the database, tables:
users (writing everything the library gives about the user - name, nick, ID, img, bio, etc.)
post (all in detail, take into account what any languages may be, the length of the message, date)
relations (here we write which user ID which post has left)
replies (which post was the answer to which post) - in the telegram can be answered to messages
likes (postid, userid and liketype)
2ndRemove from the base in the design telegram-export desktop client (if in the chat do Export messages, you will save messages.html files, you will be able to open and view them) - drag in this design messages that have been quoted from 1 times, keeping the branch as it is done in TG if you click on "Show answers" (see screen)
For the test after acceptance of the executor I will give the chat that you will need to sparsize and extract into HTML.
1 .To collect all the messages from the specified chat with data about all users who participated in the correspondence, record all in detail in the database, tables:
users (writing everything the library gives about the user - name, nick, ID, img, bio, etc.)
post (all in detail, take into account what any languages may be, the length of the message, date)
relations (here we write which user ID which post has left)
replies (which post was the answer to which post) - in the telegram can be answered to messages
likes (postid, userid and liketype)
2ndRemove from the base in the design telegram-export desktop client (if in the chat do Export messages, you will save messages.html files, you will be able to open and view them) - drag in this design messages that have been quoted from 1 times, keeping the branch as it is done in TG if you click on "Show answers" (see screen)
For the test after acceptance of the executor I will give the chat that you will need to sparsize and extract into HTML.