Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/himanoa/twtognusocial
https://github.com/himanoa/twtognusocial
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/himanoa/twtognusocial
- Owner: himanoa
- Created: 2016-11-29T07:08:21.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-29T07:22:31.000Z (about 8 years ago)
- Last Synced: 2024-12-08T21:41:54.406Z (25 days ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TwtoGnuSocial
## requirements
- python 3.5.2
## starting
```
export TWITTER_ID='Your Twitter id'
export TWITTER_CK='xxxxxxxxxxxxxxxxxxxxxxx'
export TWITTER_CS='xxxxxxxxxxxxxxxxxxxxxxx'
export TWITTER_AT='xxxxxxxxxxxxxxxxxxxxxxx'
export TWITTER_AS='xxxxxxxxxxxxxxxxxxxxxxx'
export GNUSOCIAL_CK='xxxxxxxxxxxxxxxxxxxxxxx'
export GNUSOCIAL_CS='xxxxxxxxxxxxxxxxxxxxxxx'
export GNUSOCIAL_AT='xxxxxxxxxxxxxxxxxxxxxxx'
export GNUSOCIAL_AS='xxxxxxxxxxxxxxxxxxxxxxx'pip install -r requirements.txt
python main.py
```