python 微信bot
Have you ever wantd to create a Twitter bot? In this tutorial John G. Fisher shows how to create a bot with Python that tweets images or status updates at a set interval.
您是否曾經想創建一個Twitter機器人? 在本教程中,約翰·費舍爾(John G. Fisher)顯示了如何使用Python創建一個機器人,該機器人以固定的時間間隔鳴叫圖像或狀態更新。
The script scrapes the web for images and then posts the images to Twitter. It can also be used to tweet phrases and text.
該腳本在網絡上抓取圖像,然后將圖像發布到Twitter。 它也可以用來鳴叫短語和文本。
You can watch the video on the freeCodeCamp.org YouTube channel (17 minute watch).?
您可以在freeCodeCamp.org YouTube頻道上觀看視頻(觀看時間為 17分鐘)。?
翻譯自: https://www.freecodecamp.org/news/create-a-twitter-bot-with-python/
python 微信bot