Filter
Exclude
Time range
-
Near
16 Nov 2025
๐ŸŽ‰I did it ๐ŸŽ‰ It's Day ๐Ÿ’ฏ of 100! The Final Challenge โ€“ Price Scraper with Email Automationโœจ Today, I created a price scraper that checks for price changes daily and sends an email to me if the price drops below my desired price. #Replit100DaysOfCode #finallyMyHundredthDay
2
38
15 Nov 2025
Day 99 of 100 Project Day: Scrape Events๐Ÿ‘จ๐Ÿพโ€๐Ÿ’ป Today's challenge involved a combo scraper. Mixed up emailing and scheduling job to find the best events for me to attend using TinyDB to store the events Only ONE day to go! #Replit100DaysOfCode #100DaysOfCode #pythonlearningjourney
2
22
14 Nov 2025
Day 98 of 100 Today, I worked on something unique, how to perform some automation using the schedule lib. With that and the google service, I built a program that emails me motivational quotes to keep my energy up.๐Ÿ‘จ๐Ÿพโ€๐Ÿ’ป #Replit100DaysOfCode #100DaysOfCode #pythonlearningjourney
1
4
83
13 Nov 2025
Day 97 of 100 Project Day: Summarize Anything! ๐Ÿ‘จ๐Ÿพโ€๐Ÿ’ป Today, I scraped a Wikipedia article using #BeautifulSoup and sent the article content to #OpenAI for summarization in no more than 3 paragraphs and it's references. #Replit100DaysOfCode #100DaysOfCode #pythonlearningjourney
2
112
11 Nov 2025
Day 95 of 100 Project Day: Daily Track Generator๐Ÿ‘จ๐Ÿพโ€๐Ÿ’ป Today, I worked on a combining today's news with today's top hits with the help of several API sources for a cool project mashup. This was quite a task to complete๐Ÿฅด #Replit100DaysOfCode #100DaysOfCode #pythonlearningjourney
2
21
9 Nov 2025
Day 93 of 100 Today, I learnt how to access authenticated APIs that require an access token. I experimented with the Spotify Web API to fetch tracks, albums and more from various artists. I'll work to convert this to a Flask App soon. #Replit100DaysOfCode #100DaysOfCode
1
2
68
8 Nov 2025
Day 92 of 100 In today's challenge, I built your own weather app I used the "open-meteo.com/" Weather API to retrieve the latitude, longitude, and weather code. Based on the code and conditions, I rendered the right weather notes. #Replit100DaysOfCode #100DaysOfCode
2
36
7 Nov 2025
Day 91 of 100 Today, I worked with the "icanhazdadjoke.com/api" API to fetch random jokes, and stored them locally using TinyDB. I also added options for users to load saved jokes or generate new ones from the API. #Replit100DaysOfCode #100DaysOfCode
4
31
6 Nov 2025
Day 90 of 100 Today, I learnt how to work with APIs and JSON in #Python! I worked on scraping some users from randomuser.me/api and saved their profile pictures automatically.๐Ÿš€ #Replit100DaysOfCode #100DaysOfCode
3
48
5 Nov 2025
Day 89 of 100 Today, still on the #Replit platform I learnt how to create a community chat app using Replit Authentication for users to interact with other people in the community. #Replit100DaysOfCode #100DaysOfCode
5
54
3 Nov 2025
Day 87 of 100 Today, I learnt something on the Replit platform: Authentication. How to authenticate a login system with just a few lines of code (using the inbuilt Replit Authentication). #Replit100DaysOfCode #100DaysOfCode #pythonlearningjourney
4
51
2 Nov 2025
Day 86 of 100 Project Day: Blog๐Ÿ‘จ๐Ÿพโ€๐Ÿ’ป Today, I worked on a full blog engine, with all I had learnt in the past few days using the #flaskframework Made a simple CRUBD operation for the blog with tinydb as well #Replit100DaysOfCode #100DaysOfCode
4
64
31 Oct 2025
Day 84 of 100 Still on the #flaskframework, Today I learnt how to use Flask as a webserver to build a client server model to persistently store data in the db and have it accessed by multiple users (clients). Quite a task! ๐Ÿ˜ฎโ€๐Ÿ’จ #Replit100DaysOfCode #100DaysOfCode #LearnInPublic
2
26
30 Oct 2025
Day 83 of 100 Project Day: Custom Theme ๐Ÿ‘จ๐Ÿพโ€๐Ÿ’ป Today, I learnt how to setup and add custom themes, I worked on adding a custom theme to my blog from Day 77 which displays a default or fancy theme through args passed into the route. #Replit100DaysOfCode #100DaysOfCode #LearnInPublic
2
24
28 Oct 2025
Day 81 of 100 Mini Project Day: Robotize ๐Ÿค– Today, I worked on a simple "I'm not a robot" program using #html forms and the #flaskframework and checks if a user is a robot or not, displays a corresponding text using conditions. #Replit100DaysOfCode #100DaysOfCode #LearnInPublic
2
45
27 Oct 2025
Day 80 of 100 Yesterday, I collected data from users, but had no way to access it. Today, I learn learnt how to deal with data from forms using the #flaskframework ๐Ÿ‘จ๐Ÿพโ€๐Ÿ’ป It feels super cool working with #python on the web ๐Ÿ˜Œ #Replit100DaysOfCode #100DaysOfCode #LearnInPublic
3
55
26 Oct 2025
Day 79 of 100 Today was all about getting my web pages to talk back to the webserver, with forms. With html & css, I built a simple login form that takes in a user's username, email address & password for tomorrow's challenge. #Replit100DaysOfCode #100DaysOfCode #LearnInPublic
1
2
64
23 Oct 2025
Day 76 of 100 Today, I learnt the #flaskframework โš—๏ธ I built a Flask server with two endpoints: /portfolio and /linktree. Each endpoint served its respective page, showcasing my previous portfolio and linktree๐Ÿ“„ #Replit100DaysOfCode #100DaysOfCode #LearnInPublic #pythonlearning
3
40
Built a character health stats generator to prepare for the epic battle in 3 days!! Day 25 of #Replit100DaysOfCode #100DaysOfCode. Join me on @Replit join.replit.com/python
1
4
32
22 Oct 2025
Day 75 of 100 Today, I wrapped up the HTML & CSS series with a simple profile webpage. Tomorrow, I'll begin something exciting; #flask in #python Trust me, I'm a good designer... I just played around ๐Ÿ˜… #Replit100DaysOfCode #100DaysOfCode #buildinginpublic #pythonlearning
1
33