All Projects → alkihis → archive-explorer-web

alkihis / archive-explorer-web

Licence: other
Browse your Twitter archive with a friendly, responsive, full experience, and quickly delete the tweets you don't want.

Programming Languages

typescript
32286 projects
SCSS
7915 projects
HTML
75241 projects

Projects that are alternatives of or similar to archive-explorer-web

Twitterdelete
💀 Delete your old, unpopular tweets.
Stars: ✭ 231 (+1115.79%)
Mutual labels:  twitter, tweets, twitter-api
Twitter Scraper
Scrape the Twitter Frontend API without authentication.
Stars: ✭ 3,037 (+15884.21%)
Mutual labels:  twitter, tweets, twitter-api
detweet
delete tweets en masse
Stars: ✭ 14 (-26.32%)
Mutual labels:  twitter, tweets, twitter-archive
Linqtotwitter
LINQ Provider for the Twitter API (C# Twitter Library)
Stars: ✭ 401 (+2010.53%)
Mutual labels:  twitter, tweets, twitter-api
Twitter
Twitter API for Laravel 5.5+, 6.x, 7.x & 8.x
Stars: ✭ 755 (+3873.68%)
Mutual labels:  twitter, tweets, twitter-api
Archive-Tweets
Archive and Delete Liked and Posted Tweets
Stars: ✭ 28 (+47.37%)
Mutual labels:  twitter, tweets, twitter-api
Tweetie
Simple jQuery Twitter feed plugin
Stars: ✭ 314 (+1552.63%)
Mutual labels:  twitter, tweets, twitter-api
Twitter Post Fetcher
Fetch your twitter posts without using the new Twitter 1.1 API. Pure JavaScript! By Jason Mayes
Stars: ✭ 886 (+4563.16%)
Mutual labels:  twitter, tweets, twitter-api
TwitterPiBot
A Python based bot for Raspberry Pi that grabs tweets with a specific hashtag and reads them out loud.
Stars: ✭ 85 (+347.37%)
Mutual labels:  twitter, tweets, twitter-api
tweetsOLAPing
implementing an end-to-end tweets ETL/Analysis pipeline.
Stars: ✭ 24 (+26.32%)
Mutual labels:  tweets, twitter-api
congresstweets
Datasets of the daily Twitter output of Congress.
Stars: ✭ 76 (+300%)
Mutual labels:  twitter, tweets
gnip
Connect to Gnip streaming API and manage rules
Stars: ✭ 28 (+47.37%)
Mutual labels:  twitter, tweets
discord-twitter-webhooks
🤖 Stream tweets to Discord
Stars: ✭ 47 (+147.37%)
Mutual labels:  tweets, twitter-api
trumptweets
Download data on all of Donald Trump's (@RealDonaldTrump) tweets
Stars: ✭ 39 (+105.26%)
Mutual labels:  tweets, twitter-api
SMMT
Social Media Mining Toolkit (SMMT) main repository
Stars: ✭ 116 (+510.53%)
Mutual labels:  tweets, twitter-api
download-tweets-ai-text-gen-plus
Python script to download public Tweets from a given Twitter account into a format suitable for AI text generation
Stars: ✭ 26 (+36.84%)
Mutual labels:  twitter, tweets
bird-elephant
PHP client library for Twitter API v2 endpoints.
Stars: ✭ 28 (+47.37%)
Mutual labels:  twitter, twitter-api
tweet-delete
Self-destructing Tweets so you too can be cool 😎
Stars: ✭ 68 (+257.89%)
Mutual labels:  tweets, twitter-api
labs-sample-code
Sample code for Twitter Developer Labs
Stars: ✭ 25 (+31.58%)
Mutual labels:  twitter, twitter-api
markdown-tweet-scheduler
Schedule daily tweets from markdown files in your repo, posted via github actions.
Stars: ✭ 49 (+157.89%)
Mutual labels:  twitter, twitter-api

archive-explorer-web

Browse you Twitter archive with a friendly, responsive, full experience, and quickly delete the tweets you don't want.

This is the front-end side of the Archive Explorer project. See its complement, archive-explorer-node, for back-end.

Website is available in archive-explorer.com !

Getting started

Archive Explorer server needs to be started and its affilated mongodb server ready.

This project use React 16.8+, Material UI for React and fully developed with TypeScript.

The available tasks are the same as Create React App project.

Install all the dependencies for project after cloning.

git clone https://github.com/alkihis/archive-explorer-web.git
cd archive-explorer-web
npm i

Scripts

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you can’t go back!

If you aren’t satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.

You don’t have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].