|
| 1 | +type AppAuthor = { |
| 2 | + name: string; |
| 3 | + threads_username?: string; // WIP |
| 4 | + github_username?: string; |
| 5 | +}; |
| 6 | +export type AppRegistry = { |
| 7 | + name: string; |
| 8 | + |
| 9 | + // Add a new tag here if you want! |
| 10 | + tags?: ('api' | 'bot' | 'client' | 'app' | 'ui')[]; |
| 11 | + |
| 12 | + threads_username?: string; |
| 13 | + repository?: string; |
| 14 | + url?: string; |
| 15 | + description: string; |
| 16 | + avatar?: string; |
| 17 | +} & ( |
| 18 | + | { |
| 19 | + author: AppAuthor; |
| 20 | + } |
| 21 | + | { |
| 22 | + authors: AppAuthor[]; |
| 23 | + } |
| 24 | +); |
| 25 | + |
| 26 | +export const APPS: AppRegistry[] = [ |
| 27 | + { |
| 28 | + name: 'Threads Card', |
| 29 | + tags: ['app'], |
| 30 | + repository: 'https://github.com/yssf-io/threads-card', |
| 31 | + description: 'Simple read-only profile page for Threads', |
| 32 | + author: { |
| 33 | + name: 'yssf', |
| 34 | + github_username: 'yssf-io', |
| 35 | + }, |
| 36 | + }, |
| 37 | + { |
| 38 | + name: 'String', |
| 39 | + tags: ['client'], |
| 40 | + repository: 'https://github.com/yssf-io/threads-card', |
| 41 | + description: |
| 42 | + 'String is a modern and innovative threads opensource frontend built with Next.js, Tailwind CSS, and the latest web development technologies.', |
| 43 | + author: { |
| 44 | + name: 'yssf', |
| 45 | + github_username: 'yssf-io', |
| 46 | + }, |
| 47 | + }, |
| 48 | + { |
| 49 | + name: 'Fortune Cookie Bot', |
| 50 | + tags: ['bot'], |
| 51 | + threads_username: 'fortune_cookie_bot', |
| 52 | + repository: 'https://github.com/AayushGithub/threads-projects#fortune-cookie-bot', |
| 53 | + description: |
| 54 | + 'Provides valuable insights and a daily dose of wisdom. This bot leverages the Advice Slip API to fetch interesting advice and pairs it with a random image from various sources.', |
| 55 | + avatar: '/assets/apps/fortune_cookie_bot.jpg', |
| 56 | + author: { |
| 57 | + name: 'Aayush Gandhi', |
| 58 | + github_username: 'AayushGithub', |
| 59 | + }, |
| 60 | + }, |
| 61 | + { |
| 62 | + name: 'OPT Timeline Bot', |
| 63 | + tags: ['bot'], |
| 64 | + threads_username: 'opttimeline', |
| 65 | + repository: 'https://github.com/AayushGithub/threads-projects#opt-timeline-bot', |
| 66 | + description: 'Tracks F1 OPT cases statuses and posts updates!', |
| 67 | + avatar: '/assets/apps/opttimeline.jpg', |
| 68 | + author: { |
| 69 | + name: 'Aayush Gandhi', |
| 70 | + github_username: 'AayushGithub', |
| 71 | + }, |
| 72 | + }, |
| 73 | + { |
| 74 | + name: 'Thread Count', |
| 75 | + tags: ['api'], |
| 76 | + repository: 'https://github.com/AayushGithub/thread-count', |
| 77 | + description: |
| 78 | + 'Thread Count is a service that allows you to generate custom status badges displaying Threads follower counts.', |
| 79 | + author: { |
| 80 | + name: 'Aayush Gandhi', |
| 81 | + github_username: 'AayushGithub', |
| 82 | + }, |
| 83 | + }, |
| 84 | + { |
| 85 | + name: 'Year Progress', |
| 86 | + tags: ['bot'], |
| 87 | + threads_username: 'yearprog', |
| 88 | + repository: 'https://github.com/SethuSenthil/thread-year-prog-bot', |
| 89 | + description: '🤖 Year Progress Bar \n🪡 Weaving the fabric of ⏳ time, thread by thread 🧵', |
| 90 | + avatar: '/assets/apps/yearprog.jpg', |
| 91 | + author: { |
| 92 | + name: 'Sethu Senthil', |
| 93 | + github_username: 'SethuSenthil', |
| 94 | + }, |
| 95 | + }, |
| 96 | + { |
| 97 | + name: 'Splatoon3.ink', |
| 98 | + tags: ['bot'], |
| 99 | + threads_username: 'splatoon3', |
| 100 | + repository: 'https://github.com/misenhower/splatoon3.ink', |
| 101 | + description: |
| 102 | + '🦑🐙 Splatoon 3 map rotations, Salmon Run schedules, and more. Not affiliated with Nintendo.', |
| 103 | + avatar: '/assets/apps/splatoon3-ink.png', |
| 104 | + authors: [ |
| 105 | + { |
| 106 | + name: 'Matt Isenhower', |
| 107 | + github_username: 'misenhower', |
| 108 | + }, |
| 109 | + { |
| 110 | + name: 'Jack', |
| 111 | + github_username: 'FieryFlames', |
| 112 | + }, |
| 113 | + ], |
| 114 | + }, |
| 115 | + { |
| 116 | + name: 'Hacker News Bot', |
| 117 | + tags: ['bot'], |
| 118 | + threads_username: 'hackernewsbot', |
| 119 | + description: 'Top 5 HackerNews Stories, every hour. Not affiliated with HN or YC 🤖', |
| 120 | + avatar: '/assets/apps/hackernewsbot.jpg', |
| 121 | + author: { |
| 122 | + name: 'yssf', |
| 123 | + github_username: 'yssf-io', |
| 124 | + }, |
| 125 | + }, |
| 126 | + { |
| 127 | + name: '🤖쓰웨더봇 (Threads + Weather)', |
| 128 | + tags: ['bot'], |
| 129 | + threads_username: 'b__polarbear', |
| 130 | + description: |
| 131 | + 'Threads API, GPT-4 기반 날씨알림 서비스! \n매일 아침 7시에 날씨 브리핑을 올려드려요! ⛅️ Made By 이민규⭐️', |
| 132 | + avatar: '/assets/apps/b__polarbear.jpg', |
| 133 | + author: { |
| 134 | + name: '이민규', |
| 135 | + threads_username: 'mingyu_9495', |
| 136 | + }, |
| 137 | + }, |
| 138 | + { |
| 139 | + name: 'Year Progress', |
| 140 | + tags: ['bot'], |
| 141 | + threads_username: 'progressyearly', |
| 142 | + description: 'The clock is always ticking. ⏰', |
| 143 | + avatar: '/assets/apps/progressyearly.jpg', |
| 144 | + author: { |
| 145 | + name: 'Siddhanth Kumar', |
| 146 | + }, |
| 147 | + }, |
| 148 | + { |
| 149 | + name: 'Year Progress Bar', |
| 150 | + tags: ['bot'], |
| 151 | + threads_username: 'yearsprogress', |
| 152 | + description: "The only progress bar you'd rather see go slower.", |
| 153 | + avatar: '/assets/apps/yearsprogress.jpg', |
| 154 | + author: { |
| 155 | + name: 'Max Mykhalchuk', |
| 156 | + threads_username: 's1mpsondev', |
| 157 | + }, |
| 158 | + }, |
| 159 | +]; |
0 commit comments