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: about 15 hours 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-29T23:48:31.000Z (about 7 years ago)
- Last Synced: 2024-06-20T14:25:08.811Z (5 months ago)
- Topics: golang, twitter
- Language: Go
- Size: 612 KB
- Stars: 3
- 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 .