Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dcspark/twitter-uv
https://github.com/dcspark/twitter-uv
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dcspark/twitter-uv
- Owner: dcSpark
- License: mit
- Created: 2021-10-08T15:33:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-28T00:35:26.000Z (over 2 years ago)
- Last Synced: 2024-04-16T08:55:27.416Z (9 months ago)
- Language: TypeScript
- Size: 873 KB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Twitter UVTwitter UV is a web extension which bridges Twitter and Urbit. It allows users to easily share tweets and unroll whole threads at the click of a button directly onto their ships for sharing with others or archival purposes.
## Getting Started
The fastest way to get started using Twitter UV is via [the Chrome Web Store](https://chrome.google.com/webstore/detail/twitter-uv/dfidmeghmgfhhflhfopoeinniomenjlf?hl=en&authuser=0).
This will provide you with a seamless install process and allow you to get up and running instantly. Once you have installed the extension simply open Twitter on a new tab to be introduced to the welcome screen.
## FAQ
#### Why do I not see the welcome screen after installing Twitter UV?
The Twitter UV welcome screen is shown on the first new page load of Twitter have the extension has been installed. Simply do a hard refresh of your currently open Twitter page, or open a new tab and visit Twitter.
#### Why can I can only select three channels to share in?
This was purposefully implemented inside of the extension to prevent users from spamming every group at the exact same time. This doesn't prevent them from doing so completely, but makes it less friendly from a UX perspective while not impeding on normal users at all.
## Building Locally
1. Clone this repo
2. Go to `chrome://extensions` on your browser (or `brave://extensions` if using Brave)
3. Enable "developer mode", click on "load unpacked".
4. Run `npm run start` on the terminal.
5. Add the ./dist folder.## Development
Run `npm start` to start a dev server and build the extension, add the dist folder to your chrome extensions.
Remember to reload the extension at your extensions page, then reload the Twitter.com after any update.