# twisource
**Repository Path**: mirrors_OpenVZ/twisource
## Basic Information
- **Project Name**: twisource
- **Description**: Twisource is a collaboration Twitter client to post tweets from file
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-09-25
- **Last Updated**: 2026-04-12
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
Twisource
=========
- is a Twitter client. It allows you to update status on Twitter from source
file.
## Installation
- Install Python requirements
```
$ pip install -r requirements.txt
```
- Add tweets to tweets.yml.
- Create file(s) with account(s) credentials.
- Validate source file with scheduled tweets:
```
$ ./twisource
```
- Commit updated file and publish tweets:
```
$ git commit -a
$ git push
$ ./twisource --publish
```
## Getting access tokens
Has to be done once.
1. Register your application via .
2. Get your consumer and access tokens from
.
Here you may have to confirm your phone number, only then Twitter will allow
you to update statuses within an application.
3. Save `consumer_key`, `consumer_secret`, `access_token`,
`access_token_secret`.
## Users
- [OpenVZ, CRIU, P.Haul](https://github.com/ligurio/openvz-smm)
## Similar tools
- [publishr](https://github.com/vti/publishr)
- [twty](https://github.com/mattn/twty)
## Contacts
[sergeyb@](https://twitter.com/estet)