An open API service indexing awesome lists of open source software.

https://github.com/myconsciousness/myconsciousness

This is my Profile!
https://github.com/myconsciousness/myconsciousness

Last synced: 6 months ago
JSON representation

This is my Profile!

Awesome Lists containing this project

README

          

## Hi, I'm Shinya Kato - aka [**_myConsciousness_**](https://github.com/myConsciousness/) here 👋👨‍💻

- 🛠️ [Dart](https://dart.dev)/[Flutter](https://flutter.dev) and [AT Protocol](https://atproto.com) enthusiast
- 🗣️ I've spoken on [Twitter's Official Space](https://twitter.com/TwitterDevJP/status/1572870095193272320) about Twitter API
- 🧐 Author of [atproto.dart](https://github.com/myConsciousness/atproto.dart), [twitter_api_v2](https://github.com/twitter-dart/twitter-api-v2), [mastodon_api](https://github.com/mastodon-dart/mastodon-api), and many OSS
- ✅ Owner of [shinyakato.dev](https://shinyakato.dev) and [atprotodart.com](https://atprotodart.com)

If you are interested in what I do, you can hit the **_Follow_** button over there 👈 or on **[Bluesky Social](https://bsky.app/profile/shinyakato.dev)**.

**Or let me drink a beer!** 🍻

[![GitHub Badge](https://img.shields.io/badge/Github%20Sponsor-orange?style=for-the-badge&logo=github&logoColor=white)](https://github.com/sponsors/myConsciousness)

## **_Featured Projects_** 🚀

|   Repositories   |     Stars     | Descriptions |
| ------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **[atproto.dart](https://github.com/myConsciousness/atproto.dart)** | ![GitHub stars](https://img.shields.io/github/stars/myConsciousness/atproto.dart?style=social) | This is a monorepo project to manage a complete set of **[AT Protocol](https://atproto.com)** and **[Bluesky](https://blueskyweb.xyz)** APIs and other features for easy integration into Dart/Flutter apps. |
| **[bluesky-post](https://github.com/marketplace/actions/send-bluesky-post)** | ![GitHub stars](https://img.shields.io/github/stars/myConsciousness/bluesky-post?style=social) | Provides the ability to easily post from GitHub Actions to **[Bluesky](https://blueskyweb.xyz)**. |
| **[bluesky-apod-bot](https://github.com/myConsciousness/bluesky-apod-bot)** | ![GitHub stars](https://img.shields.io/github/stars/myConsciousness/bluesky-apod-bot?style=social) | The **_[Official APOD BOT](https://apod.nasa.gov/apod/lib/about_apod.html)_** for Bluesky approved by **[Professor Robert Nemiroff](https://www.mtu.edu/physics/department/faculty/nemiroff/)**, the founder of **[NASA APOD](https://apod.nasa.gov/apod/astropix.html)**. |
| **[twitter-api-v2](https://github.com/twitter-dart/twitter-api-v2)** | ![GitHub stars](https://img.shields.io/github/stars/twitter-dart/twitter-api-v2?style=social) | A library for easy integration of **[Twitter API v2.0](https://developer.twitter.com/en/docs/api-reference-index)** into Dart/Flutter apps. |
| **[twitter-oauth2-pkce](https://github.com/twitter-dart/twitter-oauth2-pkce)** | ![GitHub stars](https://img.shields.io/github/stars/twitter-dart/twitter-oauth2-pkce?style=social) | A library to easily integrate **Twitter OAuth 2.0 PKCE** into your Flutter apps. |
| **[mastodon-api](https://github.com/mastodon-dart/mastodon-api)** | ![GitHub stars](https://img.shields.io/github/stars/mastodon-dart/mastodon-api?style=social) | A library for easy integration of **[Mastodon API](https://docs.joinmastodon.org/api/)** into Dart/Flutter apps. |
| **[mastodon-oauth2](https://github.com/mastodon-dart/mastodon-oauth2)** | ![GitHub stars](https://img.shields.io/github/stars/mastodon-dart/mastodon-oauth2?style=social) | A library to easily integrate **[Mastodon OAuth](https://docs.joinmastodon.org/spec/oauth/)** into your Flutter apps. |
| **[batch.dart](https://github.com/batch-dart/batch.dart)** | ![GitHub stars](https://img.shields.io/github/stars/batch-dart/batch.dart?style=social) | A **job scheduling framework** developed in Dart that supports scheduling jobs in [Cron](https://en.wikipedia.org/wiki/Cron) format and advanced parallel processing. |

### **Others** ✨

- [flutter-ranking](https://github.com/myConsciousness/flutter-ranking)
- [freezer](https://github.com/myConsciousness/freezer)
- [duolingo4d](https://github.com/duolingo-dart/duolingo4d)
- [tweet](https://github.com/marketplace/actions/send-tweet)
- [nasa](https://github.com/myConsciousness/nasa-api)
- [atproto-pds-search](https://github.com/myConsciousness/atproto-pds-search)

## **Articles** 📰

- [Dev.to](https://dev.to/shinyakato)
- [How to Deploy Dart Functions to AWS Lambda](https://dev.to/shinyakato/how-to-deploy-dart-functions-to-aws-lambda-4h1b) (2024-05-08)
- [How to Create Bluesky BOT using Dart and Firehose](https://dev.to/shinyakato/how-to-create-bluesky-bot-using-dart-and-firehose-bll) (2023-09-09)
- [How to Update Your Profile from Dart/Flutter App using Bluesky API](https://dev.to/shinyakato/how-to-update-your-profile-from-dartflutter-app-using-bluesky-api-5cag) (2023-08-15)
- [Let's Post to Bluesky Social easily with Dart and Flutter](https://dev.to/shinyakato/lets-post-to-bluesky-social-easily-with-dart-and-flutter-dj5) (2023-06-15)

- [Zenn.dev](https://zenn.dev/kato_shinya)
- [Dartの関数をServerless Frameworkとカスタムランタイムを使用してAWS Lambdaにデプロイする](https://zenn.dev/kato_shinya/articles/aws-lambda-and-dart-custom-runtime) (2024-05-08)
- [【Dart/Flutter】Bluesky APIからメディアを添付してBlueskyにポストする](https://zenn.dev/kato_shinya/articles/lets-post-with-media-and-dart-to-bluesky) (2023-07-25)
- [【Dart/Flutter】DartでBlueskyのFirehose APIを簡単に使用する](https://zenn.dev/kato_shinya/articles/lets-use-bluesky-firehose-api-with-dart) (2023-06-10)
- [GitHub ActionsからBluesky Socialへ簡単にポストする](https://zenn.dev/kato_shinya/articles/send-post-to-bluesky-via-github-actions) (2023-05-20)
- [bluesky_cliでコマンドラインから簡単にBluesky SocialのAPIを叩く](https://zenn.dev/kato_shinya/articles/lets-try-bluesky-cli) (2023-04-04)

## **Feeds** 🔭

🪿 Bluesky

---

This content is fetched by [bluesky](https://github.com/myConsciousness/atproto.dart/tree/main/packages/bluesky).

---

> Shinya Kato 🌮 @shinyakato.dev 2024-08-31T14:05:51.009Z
>
> If you don't like Starlink because of Elon Musk, you should know about Amazon's upcoming launch of #Kuiper

www.aboutamazon.com/what-we-do/d...

---

> Shinya Kato 🌮 @shinyakato.dev 2024-08-31T13:11:03.134Z
>
> Interesting, I'm counting on it 🇧🇷

---

> Shinya Kato 🌮 @shinyakato.dev 2024-08-31T12:26:59.646Z
>
> Brazil did a great job

---

> Shinya Kato 🌮 @shinyakato.dev 2024-07-14T07:35:13.683Z
>
> Haha, everything returns to nature, Buddha too 🧘

---

> Shinya Kato 🌮 @shinyakato.dev 2024-07-11T06:17:39.453Z
>
> I look forward to seeing what kind of experience we get from low code development using generative AI. At least the low code platforms I've used have had difficulties with the development experience and maintainability.

---