I would like to make a twitter bot that opens a txt file, read two lines and publish them, then sleeps for some time and publish the next 2 lines
I tried it with reading one line and it's working. It reads one line at a time and publishes it, but I still can't figure out a way to make it read two lines at once. 8 days experience with Python