This is the part 2 of Python Projects first part
- First of all, program send a request to the relevant webpage and retrieves the content
- Then it sort out the information of houses to separate lists (prices, links and addresses)
- After that, using Selenium, the program fills the google form
- Note that, one house is one google form submit so the program fills forms until no more houses
- The information filled in the forms can be seen in a google sheet associated with it (This not a part of the code)
- First of all, the program logs into the twitter
- Then, it goes to the targeted account
- After that, it would follow users of the targeted account until failure (Until something saying I can't follow this much pops up)
-
Internet Speed Complaint Bot π€ (Day 51)
- The program goes to https://www.speedtest.net and fetches internet speeds
- Then it logs into twitter
- After that, the program checks if my current internet speed is slower than my desired internet speed
- If so, then it sends a tweet complaining about that
- Else, it sends a tweet saying the internet speed is good
-
- Program starts auto-clicking on the cookie at https://orteil.dashnet.org/experiments/cookie/ using Selenium
- For every 10 seconds, the program checks the right panel of the game where upgrades can be purchased
- Then it purchases the the most expensive affordable upgrade
- After 5 minutes, the program ends and prints out number of 'Cookies per second'
- First the program gets the price of the product (The url is given)
- Then it checks if that price is smaller than the preferred purchase price in the code
- If the above condition is true, then an e-mail would be sent with relevent information
- This program asks user to enter a date in the format YYYY-MM-DD
- Then it searches the top 100 songs at that time
- After that, the program gets the URIs for the songs
- Afterwards, it creates a spotify playlist (if it the playlist already doesn't exist)
- Finally, It adds the songs into the playlist (if the above condition is true)
- Day 53
- Day 48
- Day 47
- Day 46






