Parser in PHP
You need to make a php script for parsing tweetdeck.twitter.com
The page is available only after authorization on the site and is fully customizable, respectively, after you open it will be empty. For an example of a customized page, see the attached screenshot. The functionality of this page is that you create yourself thematic columns and tweets on this topic after publication on the site are immediately duplicated on this page.
As a result, I would like to get a parser that builds ordinary tables without styles in table thead tboty tr td tags and displays parsing data, how many columns we have on the page as many tables and should give the parser. All data is written in mysql.
From the tweets we collect all the information that we are given:
- Authors name
-Username of the author
-Time and date of publication – need to be recorded in the format [00:00 25.12.2021]
-Text
- Text2 - if the tweet is a repost and when it was reposted a comment was written.
-Picture - save the picture and write the location of the picture OR record the picture itself directly in the database.
-Video - specify the path to the .mp4 file.
- Information about whether this tweet is a repost.
- Name and Username of the author, if this tweet is a repost.
- Number of comments
-Number of likes
- Number of reposts - we update (number of likes / shares / comments) until this tweet is on the page and goes very down in the feed.
I am waiting for your suggestions on terms and cost.
25.12.2021 11:52