Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nathan-osman/informas
Centralized Twitter account manager
https://github.com/nathan-osman/informas
golang twitter
Last synced: 17 days ago
JSON representation
Centralized Twitter account manager
- Host: GitHub
- URL: https://github.com/nathan-osman/informas
- Owner: nathan-osman
- License: mit
- Created: 2016-12-15T01:37:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-29T23:48:31.000Z (over 7 years ago)
- Last Synced: 2024-11-08T11:32:21.755Z (2 months ago)
- Topics: golang, twitter
- Language: Go
- Size: 612 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## Informas
Want to enable multiple users to tweet from a group of Twitter accounts without sharing login credentials? Informas is here to help. The dashboard allows administrators to grant access to individual accounts on a per-user basis.
### Features
- Add any number of Twitter accounts to Informas
- Grant access to accounts on a per-user basis
- Queue tweets for sending at a later date
- Hold tweets for administrator approval### Building
The only requirements for building the application are [Docker](https://www.docker.com/) and `make`. In the directory that contains the source code, run the following command:
make
That's it! You can then run the application with:
dist/informas
To create a container for running Informas in Docker, run the following command:
docker build -t .