Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bjcarlson42/youtube
All (most) code from my YouTube channel
https://github.com/bjcarlson42/youtube
benjamin-carlson flutter-app python-automation sample-code selenium tutorial video-tutorial youtube
Last synced: 3 months ago
JSON representation
All (most) code from my YouTube channel
- Host: GitHub
- URL: https://github.com/bjcarlson42/youtube
- Owner: bjcarlson42
- License: mit
- Created: 2020-04-29T18:49:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T23:28:37.000Z (about 2 years ago)
- Last Synced: 2024-10-11T10:50:14.715Z (4 months ago)
- Topics: benjamin-carlson, flutter-app, python-automation, sample-code, selenium, tutorial, video-tutorial, youtube
- Language: JavaScript
- Homepage: https://www.youtube.com/benjamincarlson
- Size: 16.6 MB
- Stars: 23
- Watchers: 1
- Forks: 21
- Open Issues: 68
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# YouTube!
> Edit January, 2022: I still commit code to this repo however, a lot of my newer videos have code in their own repo. This repo link can be found in the description of the respective video.
This repo contains all of the code from my [YouTube channel](https://www.youtube.com/benjamincarlson).
The code is organized by month. Ex: if the video was uploaded in June, 2020, the code for that video will be in the June 2020 folder (6-2020). Code is NOT organized by language, project type, etc. By organizing the code by month it should be easy to find the code for the video you are watching.
Each month has its own table of contents (the README.md file in that month's folder) with the name of each video and a link to that video. The code will be in the folder with the same or similar name as the video.
## Usage
Below I will write how you should go about using the code based on the framework and language of the project.
### Python
Create a virtual environment with `python3 -m venv env`
Activate the environment with `source env/bin/activate`
`cd` into the project and then run `python3 x` where x is the name of the python file### Flutter + Dart
`cd` into the where main.dart is and run `flutter run`
Make sure a simulator is running or you are connected to an actual device
Run `flutter doctor` if you have issues### HTML/CSS website
Simply open the project in VSCode, right click, and click open live server.
## Table of Contents
### January 2021
- Python Instagram Automation - https://youtu.be/hibhU5Rqt1s
### December 2020
- All my 25 days of Flutter code can be found [here](https://github.com/bjcarlson42/flutter25/tree/main/code)
### November 2020
- Strava API - https://youtu.be/zQwjZSuKTp4
### October 2020
- Chakra-ui and Next.js quickstart - https://youtu.be/zauiWxYbwPw
### September 2020
- Add Google Analytics And Google Adsense To NextJS - https://youtu.be/qQzyoFpgAFA
- App Bar Tutorial - https://youtu.be/Jr2X1NCelkQ### August 2020
- getStaticProps - https://youtu.be/VH_3hzpAPbQ
- getStaticPaths - https://youtu.be/nKg0132Nu0o
- getServerSideProps - https://youtu.be/qUhYZi-KMPQ### July 2020
- Tweepy Twitter Bot | Python Automation - https://youtu.be/RkWsOW1Du3s
- getInitialProps - https://youtu.be/RgQxcw2R1q0
- NextJS pages, css, static files - https://youtu.be/HM5kB2x1ccw### June 2020
- Python Automation With Selenium Tutorial | Instagram Commenting - https://youtu.be/XSBByzO1xjg
- Web Scraping Popular YouTube Videos | Python One Day Builds - https://youtu.be/zhkhdD2hkQw
- Bottom Navigation Bar Widget: Flutter Tutorial - https://youtu.be/WG4y47qGPX4### May 2020
- HTML And CSS Website Development | Code A Coffee Shop Website With Me! (3) - https://youtu.be/rrZXbb2Oek8
- Python Tutorial Web Scraping With Selenium and BeautifulSoup | Python One Day Builds - Project 1 - https://youtu.be/pPBUWJfquzs
- Tik Tok Bee Movie - Automating Texting Every Word | Python One Day Builds Project 2 - https://youtu.be/Gb7GTyoW1Zw### April 2020
- Python Automation With Selenium Part 1: Building an Instagram Bot (2020 Updated) - https://youtu.be/AWSz7rVKZbQ
- Python Automation With Selenium Part 2: Liking and Commenting - https://youtu.be/8FysfhwDdXk
- HTML And CSS Website Development | Code A Coffee Shop Website With Me! (1) - https://youtu.be/7DET80tmL5E
- HTML And CSS Website Development | Code A Coffee Shop Website With Me! (2) - https://youtu.be/U42gWI7kQXY