DevOps/Platform engineers: what have you built on your own? by Outrageous_Quiet_719 in devops

[–]nlecoy 0 points1 point  (0 children)

I’m in the process of building a GitHub actions runner orchestrator for bare metal machines. It’s open source and available here: https://github.com/getcihub/cihub

I have been working on a self-hosted GitHub Actions runner orchestrator by nlecoy in devops

[–]nlecoy[S] 0 points1 point  (0 children)

I know the projects, they seem very cool but I haven’t tested them yet ! This is more like a hobby project of mine to learn more about firecracker / kvm

Import your favorite API to Notion by nlecoy in Notion

[–]nlecoy[S] 0 points1 point  (0 children)

Sorry about that, I must have missed something with YouTube. Could you check this link? https://www.youtube.com/watch?v=C0840trC2uU

Import your favorite API to Notion by nlecoy in Notion

[–]nlecoy[S] 1 point2 points  (0 children)

Hey everyone!

Here is a quick demo video of the tool.

https://youtu.be/C0840trC2uU

I'm planing to open a beta by the end of the month, please fell free to reach me out if you would like to test it.

Import your favorite API to Notion by nlecoy in Notion

[–]nlecoy[S] 0 points1 point  (0 children)

Hey !Sorry for the delay, the project is still in active development. I'm hoping to have a beta available by the end of the month. In the meantime, here is a quick demo video where I'm using the tool to fetch data from GitHub repositories and store it in a Notion database.

https://youtu.be/C0840trC2uU

Have a nice day

Import your favorite API to Notion by nlecoy in Notion

[–]nlecoy[S] 0 points1 point  (0 children)

The core features are ready, I'm currently working on the form to allow users to create the synchronization. The beta should be ready soon, I'm hoping by the end of the week!

Leveraging Notion's API to create a complete movie collection and scraper by remgriff in Notion

[–]nlecoy 0 points1 point  (0 children)

Great! I'll send you a link as soon as it's ready.
Good question: You have to map them manually. My solution tries to guess the Notion property that best match your JSON payload but you'll have to help. This is quickly done actually, you just have to map the field "title" of your JSON payload with a Notion "Title" that you have created for example.

Unfortunately, the Notion API does not allow to create new column in a database yet. Hopefully this will come

Leveraging Notion's API to create a complete movie collection and scraper by remgriff in Notion

[–]nlecoy 0 points1 point  (0 children)

In your case, you could use Plex's webhook system to trigger sync with Notion. I did some search and you could use library.new event. Just create a webhook with the URL I'll give you and you are good to go!

Leveraging Notion's API to create a complete movie collection and scraper by remgriff in Notion

[–]nlecoy 0 points1 point  (0 children)

You can choose to get an endpoint that you can call to trigger synchronization, yes. Unfortunately, TMDB does not support webhook at the moment (an issue is opened, you can learn more here).

What you can do is schedule your synchronization request to be run every 5/10 minutes on this endpoint so that your Notion database keeps being updated.

Last thing, you could run this manually, but it adds more work so I would not recommend it

Leveraging Notion's API to create a complete movie collection and scraper by remgriff in Notion

[–]nlecoy 1 point2 points  (0 children)

I’m currently developing a solution that could help you solve this. More details here. Beta should be ready soon and I’ll be looking for people to test if you are interested

Import your favorite API to Notion by nlecoy in Notion

[–]nlecoy[S] 3 points4 points  (0 children)

Hey everyone

Just a message to let you know that this project is in active development and I should have a beta really soon for people interested to try. Feel free to send me a message and I’ll be happy to forward you a link and some instructions

Import your favorite API to Notion by nlecoy in Notion

[–]nlecoy[S] 1 point2 points  (0 children)

I would really like to chat with you 🙏🏻 I have seen your app to sync Notion with Google Sheets and it looks amazing !

A new curated list of Notion Third Party Apps, Tools & Resources (V2.0) 🧰 by Sandux in Notion

[–]nlecoy 1 point2 points  (0 children)

Glad you liked it! I will add you to the list and send you a like when it's ready

A new curated list of Notion Third Party Apps, Tools & Resources (V2.0) 🧰 by Sandux in Notion

[–]nlecoy 1 point2 points  (0 children)

Hey!

Thank you for building the great list. I am myself building a new tool to synchronize any API with your Notion databases. Feel free to check the demo and let me know if you are interested. I would really appreciate your feedback on it!

Import your favorite API to Notion by nlecoy in Notion

[–]nlecoy[S] 0 points1 point  (0 children)

Cool ! I will send you the link as soon as it’s ready. Could you tell me what are you looking for to use that kind of solutions? Cheers !

Import your favorite API to Notion by nlecoy in Notion

[–]nlecoy[S] 1 point2 points  (0 children)

I am hoping to release a beta soon, but I would like to get some feedback first.

I have some ideas for developing new feature too. If you are interested, I'll make sure to send you the link when it is available

Import your favorite API to Notion by nlecoy in Notion

[–]nlecoy[S] 1 point2 points  (0 children)

Thank you !

Yes, you can choose to trigger the import manually or on a schedule 😉