Difference between revisions of "Post News"
TheTechRobo (talk | contribs) (Add deadline) |
FireonLive (talk | contribs) (mark as in progress again; remove "comments" from wasn't able to save - unsure about topic feeds though) |
||
Line 4: | Line 4: | ||
| URL = https://post.news/ | | URL = https://post.news/ | ||
| project_status = {{Closing}} | | project_status = {{Closing}} | ||
| archiving_status = {{ | | archiving_status = {{inprogress}} | ||
| archiving_type = DPoS | | archiving_type = DPoS | ||
| source = [https://github.com/ArchiveTeam/postnews-grab postnews-grab] | | source = [https://github.com/ArchiveTeam/postnews-grab postnews-grab] | ||
Line 14: | Line 14: | ||
'''Post News''' is a social networking platform launched in 2022 by Waze founder Noam Bardin, with a goal to promote constructive news discussions and serve as a healthier alternative to platforms like Twitter. | '''Post News''' is a social networking platform launched in 2022 by Waze founder Noam Bardin, with a goal to promote constructive news discussions and serve as a healthier alternative to platforms like Twitter. | ||
They announced on {{datetime|2024-04-19}} that the site would cease operations "in a few weeks" due to the service "not growing fast enough to become a real business or a significant platform.". <ref>https://www.theverge.com/2024/4/19/24135011/twitter-alternative-post-news-shutdown</ref> A DPoS project was started {{datetime|2024-05-15}} to grab all publicly available data and was completed later that day. The project wasn't able to save | They announced on {{datetime|2024-04-19}} that the site would cease operations "in a few weeks" due to the service "not growing fast enough to become a real business or a significant platform.". <ref>https://www.theverge.com/2024/4/19/24135011/twitter-alternative-post-news-shutdown</ref> A DPoS project was started {{datetime|2024-05-15}} to grab all publicly available data and was completed later that day. The project wasn't able to save topic feeds as those were behind a user login. | ||
Sometime around {{datetime|2024-05-21}}, a proper deadline of {{datetime|2024-05-31}} was announced. | Sometime around {{datetime|2024-05-21}}, a proper deadline of {{datetime|2024-05-31}} was announced. |
Revision as of 21:03, 27 May 2024
Post News | |
![]() | |
![]() | |
URL | https://post.news/ |
Status | Closing |
Archiving status | In progress... |
Archiving type | DPoS |
Project source | postnews-grab |
Project tracker | postnews |
IRC channel | #past-news (on hackint) |
Data[how to use] | archiveteam_postnews |
Post News is a social networking platform launched in 2022 by Waze founder Noam Bardin, with a goal to promote constructive news discussions and serve as a healthier alternative to platforms like Twitter.
They announced on 2024-04-19 that the site would cease operations "in a few weeks" due to the service "not growing fast enough to become a real business or a significant platform.". [1] A DPoS project was started 2024-05-15 to grab all publicly available data and was completed later that day. The project wasn't able to save topic feeds as those were behind a user login.
Sometime around 2024-05-21, a proper deadline of 2024-05-31 was announced.
API
- Top Topics: https://n1nzo2oxji.execute-api.us-east-1.amazonaws.com/prod/public/rankings/topics?limit=20&offset=0&period=12H
- Top Profiles: https://n1nzo2oxji.execute-api.us-east-1.amazonaws.com/prod/public/rankings/profiles?limit=10&offset=0&period=12H
- Latest Posts: https://n1nzo2oxji.execute-api.us-east-1.amazonaws.com/prod/public/posts?type=news&limit=10&sort=desc [Types: news (news orgs), explore (users)]
- User Profile: https://n1nzo2oxji.execute-api.us-east-1.amazonaws.com/prod/public/profiles/36aeac0e-a380-40c4-a163-b82bafa2d52c/
- User Posts: https://n1nzo2oxji.execute-api.us-east-1.amazonaws.com/prod/public/profiles/36aeac0e-a380-40c4-a163-b82bafa2d52c/posts?limit=100&sort=desc&startDate=1713724771.47
- Specific Post: https://n1nzo2oxji.execute-api.us-east-1.amazonaws.com/prod/public/posts/2fJw4PYRFjya343RpiToiyEQr0x
- Multiple Posts: https://n1nzo2oxji.execute-api.us-east-1.amazonaws.com/prod/public/posts/batch?ids=2fQG4ifcHoVfbl4e8bXDwmOXZbf,2fQG4HfR1Qka6eivo5ujAxGAoem,2fQFalFQtwoTssyjmVJcgVtusWI
- Similar Posts: https://n1nzo2oxji.execute-api.us-east-1.amazonaws.com/prod/public/posts/2fJw4PYRFjya343RpiToiyEQr0x/similar?minDateCreated=2024-04-21T15%3A51%3A21.812Z&maxDateCreated=2024-04-21T18%3A51%3A21.812Z&size=10
While lists of comments on posts and topic feeds are restricted to those who are logged-in, individual comments may be accessed via the post endpoint if you know the ID of the specific comment.
References