https://github.com/artofcode-/twitterbot
Worldbuilding Stack Exchange's Twitter bot
https://github.com/artofcode-/twitterbot
Last synced: 14 days 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 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-05T13:41:31.000Z (about 10 years ago)
- Last Synced: 2025-07-30T14:28:05.996Z (11 months ago)
- Language: Python
- Size: 322 KB
- Stars: 2
- Watchers: 3
- 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