No description
Find a file
2022-05-25 20:17:05 +02:00
TweetStampv2 added placeholders for secrets 2022-05-08 12:52:16 +02:00
.gitignore added initial functionality, connected to twitter's account activity api, fetched tweet from tweet url 2022-05-03 11:48:02 +02:00
README.md Update README.md 2022-05-25 20:17:05 +02:00
TweetStampv2.sln added initial functionality, connected to twitter's account activity api, fetched tweet from tweet url 2022-05-03 11:48:02 +02:00

TweetStampv2

This is a website clone (based on https://tweetstamp.org) for a freelancing project built using ASP.NET MVC and utilizing Twitter's APIs, with the core Twitter Api utilized being Twitter's Account Activity API

Details

It utilizes Twitter's account activity API, to receive a tweet link from user and timestamp that tweet.

The website is built using ASP.NET MVC, it utilizes TweetInvi library (https://github.com/linvi/tweetinvi) to connect to Twitter's API and setup webhook to utilize Twitter's account activity API.

Functionality

The application's main functionality is that users send a Tweet link (or mention them in a tweet) to the Twitter developer account used in the app, and using a Twitter API endpoint which utilizies webhooks, the tweet is sent to the application, the tweet is then converted to JSON and saved to a SQL Server database, it is also timestamped using MA3 Api and a page returns to the user containing the stamped Tweet, an embedded original Tweet, the tweet JSON, stringified JSON, the SHA256 Hash digest of the tweet, the timestamp proof and the timestamp verification information.

Screenshots

image

image

image

image