https://github.com/artofcode-/twitterbot
Worldbuilding Stack Exchange's Twitter bot
https://github.com/artofcode-/twitterbot
Last synced: about 2 months ago
JSON representation
Worldbuilding Stack Exchange's Twitter bot
- Host: GitHub
- URL: https://github.com/artofcode-/twitterbot
- Owner: ArtOfCode-
- License: other
- Created: 2016-02-02T11:22:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-05T13:41:31.000Z (about 9 years ago)
- Last Synced: 2025-02-08T01:35:00.404Z (3 months ago)
- Language: Python
- Size: 322 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# TwitterBot
A bot to help run Worldbuilding Stack Exchange's Twitter account.### Requirements
There are a few additional modules that this bot needs to run:pip install requests --upgrade
pip install beautifulsoup4
pip install websocket-client --upgrade
pip install requests[security] --upgrade
pip install tweepy
pip install apipy