The goal of this project is to easily capture, organize and share learnings.
For groups, wanting to share and maintain learnings, DevRev offers a mechanism, to create Issues using the DevRev works API which you can post learnings to. Often, we learn concepts through Youtube videos and want to transcribe and maintain a log of our learnings for quick reference. Youtube videos can be transcribed using the YouTube Transcript API.
Join the WWCode Devorg on Devrev, by accepting the email invite.
Follow steps listed here to fetch the Devrev Personal Access Token.
Set the env variable WWCODE_API_WORKSHOP_PAT
to your token value using,
export WWCODE_API_WORKSHOP_PAT=<Fetched PAT value>
Please do not share your PAT with anyone else, as this prepresents you as a user ont he platform.
python3 src/til.py <youtube_video_id> "DevRev Feature Name"
Example: python3 src/til.py Xfmu5PEL5Y0 "API"