There was an error while loading. Please reload this page.
1 parent 933cb1c commit b95ca6eCopy full SHA for b95ca6e
btree_v2.py
@@ -64,6 +64,7 @@
64
Load the file called youtube_transcripts.txt,
65
analyze the contents for references to search term at the top and then select
66
the most exciting and relevant video to post on Twitter.
67
+ Avoid videos that discuss making money, real estate, crypto currency or are too promotional.
68
Then write a Twitter post that is relevant to the video,
69
and include a link to the video, along
70
with exciting highlights or mentions,
@@ -103,4 +104,4 @@
103
104
for i in range(1000):
105
print(f"Tick {i + 1}")
106
tree.tick()
- time.sleep(300) # Simulate time between ticks
107
+ time.sleep(30) # Simulate time between ticks
0 commit comments