Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://gggdomi.github.io/follow-the-sky/
https://gggdomi.github.io/follow-the-sky/
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://gggdomi.github.io/follow-the-sky/
- Owner: gggdomi
- License: mit
- Created: 2023-05-01T05:38:04.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-05-05T08:40:28.000Z (over 1 year ago)
- Last Synced: 2024-11-13T07:40:04.841Z (7 days ago)
- Language: TypeScript
- Size: 2.83 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-bluesky - Follow the Sky - Find again in Bluesky people you follow on Twitter (Migration)
README
# Follow The Sky ➡️
Twitter -> Bluesky following list importer.
You follow people on Twitter. You want to follow them on Bluesky. It's tedious to do manually. This is a simple tool to make the process more convenient.
Live version: [https://gggdomi.github.io/follow-the-sky](https://gggdomi.github.io/follow-the-sky)
![Screenshot](./public/screenshot.png)
This is just a front-end, no server. Main dependencies: TypeScript, React, MobX, React Suite.
You may want to run the code locally:```
yarn
yarn dev
```# TODO:
- [ ] Add a "Follow all" button
- [ ] Support other import formats?
- [ ] User script/Bookmarklet/Chrome extension to export following list without third parties? [something like this should work](./src/scrape.js)