Skip to content

Instantly share code, notes, and snippets.

Facementor

Facementor

What it does?

Simply upload the selfie and get your mentor.

How it does?

We get the linkedin profile by getting the profile pic of the user. And then run our matching algo to find a perfect mentor.

@dinesh1301
dinesh1301 / 2ai.md
Last active November 26, 2024 05:54

2AI

Remote Image

Automated AI Influencer

When AI meets Influencer, it can create one of the most viral channels on youtube!

The idea

Create a youtube channel that uploads 5-10 shorts on a daily basis. It will take care of everything. Search through trending topics, create a script, act, creating viral thumbnails, uploading. We just need to set it once, rest everything will be automated. Just image the kind of content we can create using this beast!

@dinesh1301
dinesh1301 / hackathon.md
Created November 7, 2024 16:16
topmate hackathon 1.0

Hackathon Quest: Unleash Hito's Viral Powers on LinkedIn!

Join the League of Extraordinary Thinkers and Make Hito the Next Big Thing!


Greetings, Code Conjurers and Digital Daredevils!

Are you ready to embark on a legendary quest that could redefine your destiny (and your bank account)? We're summoning the brightest minds from college realms to partake in an epic hackathon saga.

Linkedin token collection

Yo junta..I will try to make this document as simple as possible. Koi bhi doubt ho to puch lena.

Why are we doing this?

We want to prepare a tech for bulk commenting. As of now, linkedin has put on a rate limit of 500 comments per day per account. Our target is to send at least 10,000 comments in a day. Hence we need so many accounts.

Will we use these tokens to publish comments from your accounts?

No! We will only be using them for publishing comments via our org page

@dinesh1301
dinesh1301 / table_structure.md
Created September 14, 2024 06:56
Table structure
  • booking
  • paid_query
  • webinar
  • package
  • document

name, price, status, creator_id, currency

8 different currencies.

Wanted: Django Dynamo for topmate.io! πŸš€πŸ

About Topmate.io

Topmate.io is revolutionizing the creator economy! We're the go-to platform for creators and professionals looking to monetize their expertise through 1:1 sessions, webinars, and digital products. Our mission? To empower knowledge-sharers and connect them with eager learners across the globe. If you're excited about building the infrastructure that helps creators thrive, you're in the right place!

Are you a code-slinging Django developer with a knack for building APIs that make front-end devs weep with joy? Do you dream in Python and wake up with brilliant ideas for the next big thing in tech? If you've got up to a year of experience and a portfolio of projects cooler than a penguin's igloo, we want YOU!

The Nitty-Gritty:

  • Experience: Max 1 year (but make it count!)
  • Salary: β‚Ή12 lakhs per annum (ka-ching! πŸ’°)
@dinesh1301
dinesh1301 / creatomate-asset-generator.md
Last active March 21, 2024 08:19
Creatomate Assets generator

Creatomate asset generator

Follow these steps to generate creatomate assets and adding them to specific sections for users.

Creation of template

  1. Create a template on creatomate
  2. Assign a tag to template. Tags can be assigned by clicking on the 3 dots option
  3. Make sure the tag contains '-ms-' field. For eg. the tag should be like 'impact-poster-ms-campaign'
@dinesh1301
dinesh1301 / top-plugin.md
Last active March 10, 2024 21:49
Installing top plugin

Top plugin

This chrome extension will identify if the linkedin user is registeed on topmate or not. If yes, a "Book a call" button will be displayed next to their name. If not, nothing will happen.

Top plugin screenshot

Steps to intall

@dinesh1301
dinesh1301 / payglocal-redirection.md
Created February 16, 2024 07:14
Payglocal redirection handling

Payglocal redirection handling

Develop a serverless function on Vercel that consumes a POST request and pass on the entire data to POST payments/payglocal/callback/

Data to be consumed and transferred as it is

  1. x-gl-token in request body
  2. success_url in query params
  3. failure_url in query params

The response of the API payments/payglocal/callback/ will be a redirection to success/failure page based on the status of the order

from __future__ import print_function
import logging
from googleapiclient.discovery import build
# If modifying these scopes, delete the file token.json.
# The ID and range of a sample spreadsheet.
from core.google_api_helper import get_creds