https://github.com/dbeley/twitter-list-bot
Simple twitter bot, posting urls from a list.
https://github.com/dbeley/twitter-list-bot
Last synced: 8 months ago
JSON representation
Simple twitter bot, posting urls from a list.
- Host: GitHub
- URL: https://github.com/dbeley/twitter-list-bot
- Owner: dbeley
- License: mit
- Created: 2018-04-01T00:59:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T05:51:06.000Z (over 3 years ago)
- Last Synced: 2025-06-12T04:42:28.581Z (about 1 year ago)
- Topics: twitter
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# twitter-list-bot
Simple twitter bot, posting urls from a list
Needs an `api` file under the form :
```
[CONFIGURATION]
ConsumerKey : yourkey
SecretKey : yourkey
AccessToken : yourtoken
AccessTokenSecret : youtoken
```