loklak / loklak_server

Distributed Open Source twitter and social media message search server that anonymously collects, shares, dumps and indexes data http://api.loklak.org
GNU Lesser General Public License v2.1
1.38k stars 223 forks source link

API endpoint to check if a tweet is collected #1353

Open yukiisbored opened 7 years ago

yukiisbored commented 7 years ago

An API endpoint that checks if a tweet is collected is helpful for those who want a tweet to be scanned and archived into Loklak's database in the same way on how the "Wayback Machine" works.

The API can look something familiar like below:

The API does the following:

Possible use cases:

vibhcool commented 7 years ago

Is this the idea?

AnshulMalik commented 6 years ago

I'd like to give it a try :)

yukiisbored commented 6 years ago

@AnshulMalik I've invited you to this org so I can assign you to this issue. Can you approve the invitation?

Thanks

yukiisbored commented 6 years ago

@vibhcool Yes, that's the idea. We can make Loklak into an archiving utility for tweets.

AnshulMalik commented 6 years ago

@yukiisbored I am in :)

I'll soon create a PR of my first attempt, then we can iterate over to build the feature.

vibhcool commented 6 years ago

@yukiisbored , but this feature of archiving exists in Loklak Server. dumps can be downloaded from /dump.html. How this idea is different from the present archiving? 😅

yukiisbored commented 6 years ago

@vibhcool But I can't see what those dumps contain and I can't see if they actually have the tweet I want nor I can request to archive a tweet ASAP.