-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added clips (aka reels) feed #1636
base: master
Are you sure you want to change the base?
Conversation
Looks fine to me. Though I'm not sure if we should call it |
I could change the name, I really don't know how to name it as there is Please tell me what name should it have, so I can change it. |
import 'dotenv/config'; const sessionFilePath = path.resolve(__dirname, 'session.json'); async function getReelsByUsername(ig, username) { let reels = await reelsFeed.items(); while (reelsFeed.isMoreAvailable()) { // Log detailed information about each reel // Return the mapped array
}); async function saveSession(data: object) { async function sessionExists(): Promise { async function loadSession(): Promise { (async () => { if (process.env.IG_PROXY) { (ig.request.end$ as any).subscribe(async () => { if (await sessionExists()) { |
@NickCis plz let me know i have logged in user is these calls can be happen with non logged in users ? also can i use proxy with logged in users plz let me know what best practices to use this .Thanks for the work all you did |
This PR implements the Clips (aka reels) Feed (#1308 )