Giter VIP home page Giter VIP logo

dev-threads's Introduction

🧵 Dev-Threads

What is it?

Dev-Threads is a directory of software engineering and related accounts found on the Threads social network - developers, engineers, tools, newsletters, etc. All accounts have submitted themselves for inclusion. Profile data is pulled from Threads using the unofficial API client by Junho Yeo.

How to add yourself to the directory?

1️⃣ First, fork this repository using the button near the top of the repository homepage.

2️⃣ Secondly, add an entry with your username to the array in ./src/developers.json, along with an optional array of a few topics which describe what you post about on Threads. Please do not add any accounts you do not control.

The format is a regular JavaScript object in an array. Don't forget to add the comma after the preceding entry! The updated file should look something like this:

[
  {
    "username": "mstrkapowski",
    "topics": [
      "general",
      "azure",
      "learning & development",
      "warhammer",
      "life"
    ]
  },
  // snip .....
  {
    "username": "yournamehere",
    "topics": [
      "ai",
      "machine learning",
      "boba tea",
      "photography"
    ]
  }
]

Optionally: build and preview locally. npm install then npm run start. The site should load on [http://localhost:8080/]

3️⃣ Finally, commit, and submit a Pull Request back to this repository.

At busy/holiday times it might take a while to review and approve the PR, but all will be looked at. While it should be rare, the admin reserves the right to reject a submission for any reason.

Once a PR is merged, it will take a few minutes for the pipelines to rebuild the site - after which your profile will be visible on https://dev-threads.directory/

🚷 If you want to remove your profile from the directory, please submit a new PR with your data removed from ./src/developers.json.

Credits

Dev-Threads is originally based on the winty 11ty starter project.

The idea is based on PersonalSit.es.

Profile data is pulled from Threads using the unofficial API client by Junho Yeo.

dev-threads's People

Contributors

aayushgithub avatar adir-sl avatar alais29 avatar anderssv avatar anik-amd avatar anthonyisraeldev avatar axgdev avatar beardscript avatar caseygoodhew avatar codingmatty avatar dependabot[bot] avatar iamsharduld avatar keiron avatar makaulucky avatar markliederbach avatar mcleodchris avatar olliejt avatar robinbastien avatar rom1893 avatar ryanswanstrom avatar s1mpson avatar sdairs avatar sinking-point avatar solomonosato avatar stoyan-stoyanov avatar tomjohnson3 avatar vandie avatar viktorvillalobos avatar vivianafb avatar yujinjcho avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

dev-threads's Issues

Add link to GitHub profiles

Request from threadersintech on Threads:

Can this also show our GitHub’s too within the profile or link back say under the view threads link or hyperlink our name to our GitHub profile?

Warning: deviceID not provided

WARNING: deviceID not provided, automatically generating device id 'android-2kh6rochaiw00000' Please save this device id and use it for future uses to prevent login issues. You can provide this device id by passing it to the constructor or setting the THREADS_DEVICE_ID environment variable (.env file)

Should add a pipeline variable for this

Add a rate limiter

Have started getting intermittent 429 rate limit exceeded errors on build - will need to add a rate limiter to smooth out the requests and stay under any limits

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.