adgen
Version, currently 0.3.08 versions
github.com/maiha/adgen.cr
No description declared in shard.yml.
2 stars
0 dependents
License: MIT
Nothing has been indexed for 0.3.0 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.
Installation
# Add this to your shard.yml
dependencies:
adgen:
github: maiha/adgen.cr
version: ~> 0.3.0Then run:
shards installshard.yml
No shard.yml has been indexed for 0.3.0. You can read it on the repository.
Dependencies
Unknown: the shard.yml for this version has not been read yet.
README
This README is the one indexed from the repository at its latest ref, not from the tag for this version.
adgen.cr 
adgen for Crystal.
- crystal: 0.33.0
Usage (batch)
- setup config
$ adgen config sample > .adgenrc
$ vi .adgenrc
[api]
email = "..."
password = "..."
[batch]
publisher_ids = [3]
- run
$ adgen batch run today
Usage (lib)
Installation
- Add the dependency to your
shard.yml:
dependencies:
adgen:
github: maiha/adgen.cr
version: 0.4.4
- Run
shards install
example
require "adgen"
# generate token
client = Adgen::Client.new
token = client.authorize!("user.name@example.com", "password")
token.value # => "eyJ0..."
# call api
client = Adgen::Client.new(token: "xxxxxx") # "xxxxxx" is a token value
res = client.get("/api/v2/report/performances")
puts res.body
Development
test
$ make test
build
$ make
Contributing
- Fork it (https://github.com/maiha/adgen.cr/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- maiha - creator and maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
0.3.0- Tagged
- Oct 29, 2025
- Commit
3a7f80bee50b- Indexed
- not yet
Dependents
No indexed shard depends on this one yet.
Repository
github.com/maiha/adgen.cr
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 15, 2026
- Synced
- Aug 15, 2026
- Versions
- 8